Warning: Redis::connect(): php_network_getaddresses: getaddrinfo for symfony-api-redis failed: Try again in /var/www/html/vendor/snc/redis-bundle/src/Factory/PhpredisClientFactory.php on line 284
{"openapi":"3.1.0","info":{"title":"Subra API","description":"","version":"1"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/v1\/products":{"get":{"operationId":"api_products_get_collection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.list"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-product.list"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-product.list"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.\n\nRequired permissions: GET:\/api\/v1\/products OR api_products_get_collection","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false,"x-required-permissions":["GET:\/api\/v1\/products","api_products_get_collection"]},"post":{"operationId":"api_products_post","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.list"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product-product.list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Product resource.","description":"Creates a Product resource.\n\nRequired permissions: POST:\/api\/v1\/products OR api_products_post","parameters":[{"name":"Idempotency-Key","in":"header","description":"Optional. Use to make POST idempotent on retries. Same key+same payload returns the same created product; same key+different payload returns 409.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","maxLength":128},"style":"simple","explode":false,"allowReserved":false,"example":"c3b6d2f1-7b5a-4f8b-9d2a-1f2e3d4c5b6a"}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"title":{"type":"string"},"categoryId":{"type":["integer","null"],"example":35},"categoryIds":{"type":["array","null"],"items":{"type":"integer"},"example":[35,87]},"barcode":{"type":["string","null"],"example":"3800123456789"},"babh":{"type":["string","null"],"example":"BG202600123"},"price":{"type":"string","example":"8.66"},"oldPrice":{"type":["string","null"]},"quantity":{"type":"integer","example":56},"inPromotion":{"type":"boolean"},"isNew":{"type":"boolean"},"visibility":{"type":"integer","example":1},"image1":{"type":"string","format":"uri"}}},"example":{"title":"Advanced Retinol Serum\/ Серум за красива кожа х 30 ml","categoryId":35,"categoryIds":[35,87],"barcode":"3800123456789","babh":"BG202600123","price":"8.66","oldPrice":null,"quantity":56,"inPromotion":false,"isNew":true,"visibility":1,"image1":"https:\/\/dev.revita.bg\/4013-large_default\/advanced-retinol-serum-30-ml.jpg"}},"multipart\/form-data":{"schema":{"type":"object","description":"Подайте само URL за снимки (image1..image5). Файлови ъплоуди не се приемат. Датите са в ISO 8601 формат.","properties":{"title":{"type":"string","example":"Advanced Retinol Serum\/ Серум за красива кожа х 30 ml"},"categoryId":{"type":"integer","nullable":true,"example":35},"categoryIds":{"type":"array","items":{"type":"integer"},"nullable":true,"example":[35,87]},"barcode":{"type":"string","nullable":true,"example":"3800123456789"},"babh":{"type":"string","nullable":true,"example":"BG202600123"},"price":{"type":"string","example":"8.66"},"oldPrice":{"type":"string","nullable":true,"example":null},"quantity":{"type":"integer","example":56},"inPromotion":{"type":"boolean","example":false},"isNew":{"type":"boolean","example":true},"visibility":{"type":"integer","example":1},"image1":{"type":"string","format":"uri","description":"URL към изображение (напр. https:\/\/...)"},"image2":{"type":"string","format":"uri","description":"URL към изображение (напр. https:\/\/...)"},"image3":{"type":"string","format":"uri","description":"URL към изображение (напр. https:\/\/...)"},"image4":{"type":"string","format":"uri","description":"URL към изображение (напр. https:\/\/...)"},"image5":{"type":"string","format":"uri","description":"URL към изображение (напр. https:\/\/...)"},"activationDate":{"type":"string","format":"date-time","description":"ISO 8601 дата\/час, напр. 2025-11-01T09:00:00+00:00"},"createdAt":{"type":"string","format":"date-time","description":"ISO 8601 дата\/час"},"updatedAt":{"type":"string","format":"date-time","description":"ISO 8601 дата\/час"}}},"example":{"title":"Advanced Retinol Serum\/ Серум за красива кожа х 30 ml","categoryId":35,"categoryIds":[35,87],"barcode":"3800123456789","babh":"BG202600123","price":"8.66","oldPrice":null,"quantity":56,"inPromotion":false,"isNew":true,"visibility":1,"image1":"https:\/\/dev.revita.bg\/4013-large_default\/advanced-retinol-serum-30-ml.jpg"}}},"required":false},"deprecated":false,"x-required-permissions":["POST:\/api\/v1\/products","api_products_post"]}},"\/api\/v1\/products\/bulk":{"post":{"operationId":"api_productsbulk_post","tags":["Product"],"responses":{"201":{"description":"ProductBulkRequest resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkResult.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkResult"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkResult"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Bulk create products","description":"Create multiple Product items in one request. Partial success supported.\n\nRequired permissions: POST:\/api\/v1\/products\/bulk OR api_productsbulk_post","parameters":[],"requestBody":{"description":"The new ProductBulkRequest resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkInput.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkInput"}}},"required":true},"deprecated":false,"x-required-permissions":["POST:\/api\/v1\/products\/bulk","api_productsbulk_post"]},"patch":{"operationId":"api_productsbulk_patch","tags":["Product"],"responses":{"200":{"description":"ProductBulkRequest resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkPatchResult.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkPatchResult"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkPatchResult"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Bulk update products (partial)","description":"Partial update of multiple products by id or erpId. Fields omitted are left unchanged.\n\nRequired permissions: PATCH:\/api\/v1\/products\/bulk OR api_productsbulk_patch","parameters":[],"requestBody":{"description":"The updated ProductBulkRequest resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ProductBulkRequest.ProductBulkPatchInput"}}},"required":true},"deprecated":false,"x-required-permissions":["PATCH:\/api\/v1\/products\/bulk","api_productsbulk_patch"]}},"\/api\/v1\/products\/bulk\/stock-price":{"post":{"operationId":"api_productsbulkstock-price_post","tags":["Product"],"responses":{"201":{"description":"ProductStockPriceBulkRequest resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductStockPriceBulkRequest.ProductStockPriceBulkResult.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStockPriceBulkRequest.ProductStockPriceBulkResult"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ProductStockPriceBulkRequest.ProductStockPriceBulkResult"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Bulk update stock and price (JSON)","description":"Update price, oldPrice, quantity, inPromotion, visibility, currencyId for many products. Identify items by id or erpId. Partial success supported.\n\nRequired permissions: POST:\/api\/v1\/products\/bulk\/stock-price OR api_productsbulkstock-price_post","parameters":[],"requestBody":{"description":"The new ProductStockPriceBulkRequest resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductStockPriceBulkRequest.ProductStockPriceBulkInput.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductStockPriceBulkRequest.ProductStockPriceBulkInput"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/ProductStockPriceBulkRequest.ProductStockPriceBulkInput"}}},"required":true},"deprecated":false,"x-required-permissions":["POST:\/api\/v1\/products\/bulk\/stock-price","api_productsbulkstock-price_post"]}},"\/api\/v1\/products\/{id}":{"get":{"operationId":"api_products_id_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.list"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product-product.list"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.\n\nRequired permissions: GET:\/api\/v1\/products\/{id} OR api_products_id_get","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false,"x-required-permissions":["GET:\/api\/v1\/products\/{id}","api_products_id_get"]},"delete":{"operationId":"api_products_id_delete","tags":["Product"],"responses":{"204":{"description":"Product resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Product resource.","description":"Removes the Product resource.\n\nRequired permissions: DELETE:\/api\/v1\/products\/{id} OR api_products_id_delete","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false,"x-required-permissions":["DELETE:\/api\/v1\/products\/{id}","api_products_id_delete"]},"patch":{"operationId":"api_products_id_patch","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.list"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.list"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product-product.list"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Product resource.","description":"Updates a Product. Supports: (1) PATCH with multipart\/json; (2) POST with X-HTTP-Method-Override: PATCH or form field _method=PATCH.\n\nRequired permissions: PATCH:\/api\/v1\/products\/{id} OR api_products_id_patch","parameters":[{"name":"X-HTTP-Method-Override","in":"header","description":"When updating via POST, set this header to PATCH (alternative to form field _method=PATCH)","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false,"example":"PATCH"},{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","description":"Update any subset of Product fields. Dates in ISO 8601. Images accept URLs in image1..image5.","properties":{"title":{"type":"string","example":"Ново име"},"categoryId":{"type":"integer","nullable":true,"example":35},"categoryIds":{"type":"array","items":{"type":"integer"},"nullable":true,"example":[35,87]},"barcode":{"type":"string","nullable":true,"example":"3800123456789"},"babh":{"type":"string","nullable":true,"example":"BG202600123"},"price":{"type":"string","example":"12.34"},"oldPrice":{"type":"string","nullable":true,"example":null},"quantity":{"type":"integer","example":12},"inPromotion":{"type":"boolean","example":false},"isNew":{"type":"boolean","example":true},"visibility":{"type":"integer","example":1},"activationDate":{"type":"string","format":"date-time","example":"2025-11-01T09:00:00+00:00"},"image1":{"type":"string","format":"uri","example":"https:\/\/example.com\/a.jpg"},"_method":{"type":"string","description":"Optional when sending POST instead of PATCH","example":"PATCH"}}},"example":{"_method":"PATCH","title":"Ново име","categoryId":35,"categoryIds":[35,87],"barcode":"3800123456789","babh":"BG202600123","price":"12.34","quantity":12,"inPromotion":false,"visibility":1}},"application\/merge-patch+json":{"schema":{"type":"object","description":"JSON Merge Patch with any subset of Product fields."},"example":{"title":"Ново име","categoryId":35,"categoryIds":[35,87],"barcode":"3800123456789","babh":"BG202600123","price":"12.34","oldPrice":null,"quantity":12,"inPromotion":false,"activationDate":"2025-11-01T09:00:00+00:00","image1":"https:\/\/example.com\/a.jpg"}},"application\/json":{"schema":{"type":"object","description":"Partial JSON update with any subset of Product fields."},"example":{"title":"Ново име","categoryId":35,"categoryIds":[35,87],"price":"12.34","quantity":12,"inPromotion":false}}},"required":false},"deprecated":false,"x-required-permissions":["PATCH:\/api\/v1\/products\/{id}","api_products_id_patch"]}}},"components":{"schemas":{"Product-product.list":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"categoryId":{"type":["integer","null"]},"categoryIds":{"type":["array","null"],"items":{"type":"string"}},"currencyId":{"type":["integer","null"]},"oldPrice":{"type":["string","null"]},"price":{"type":["string","null"]},"quantity":{"type":["integer","null"]},"inPromotion":{"type":["boolean","null"]},"isNew":{"type":"boolean"},"status":{"readOnly":true,"default":"pending","example":"pending","type":"string"},"submittedBy":{"readOnly":true,"type":"object","nullable":true,"properties":{"id":{"type":"integer","readOnly":true},"email":{"type":"string"},"company":{"type":"string","nullable":true}}},"image1":{"type":["string","null"]},"image2":{"type":["string","null"]},"image3":{"type":["string","null"]},"image4":{"type":["string","null"]},"image5":{"type":["string","null"]},"isBestseller":{"type":["boolean","null"]},"isByPrescription":{"type":["boolean","null"]},"itemWeight":{"type":["number","null"]},"itemHeight":{"type":["number","null"]},"itemWidth":{"type":["number","null"]},"itemLength":{"type":["number","null"]},"itemWeightUnit":{"type":["string","null"]},"itemVolumeUnit":{"type":["string","null"]},"itemVolume":{"type":["number","null"]},"visibility":{"type":["integer","null"]},"activationDate":{"type":["string","null"],"format":"date-time"},"createdAt":{"type":["string","null"],"format":"date-time"},"i18nForeignKey":{"type":["integer","null"]},"i18nLocale":{"type":["string","null"]},"title":{"type":["string","null"]},"barcode":{"type":["string","null"]},"babh":{"type":["string","null"]},"slug":{"type":["string","null"]},"text":{"type":["string","null"]},"leaflet":{"type":["string","null"]},"searchWords":{"type":["string","null"]},"metaTitle":{"type":["string","null"]},"metaKeywords":{"type":["string","null"]},"metaDescription":{"type":["string","null"]},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"Product.jsonld-product.list":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"categoryId":{"type":["integer","null"]},"categoryIds":{"type":["array","null"],"items":{"type":"string"}},"currencyId":{"type":["integer","null"]},"oldPrice":{"type":["string","null"]},"price":{"type":["string","null"]},"quantity":{"type":["integer","null"]},"inPromotion":{"type":["boolean","null"]},"isNew":{"type":"boolean"},"status":{"readOnly":true,"default":"pending","example":"pending","type":"string"},"submittedBy":{"readOnly":true,"type":"object","nullable":true,"properties":{"id":{"type":"integer","readOnly":true},"email":{"type":"string"},"company":{"type":"string","nullable":true}}},"image1":{"type":["string","null"]},"image2":{"type":["string","null"]},"image3":{"type":["string","null"]},"image4":{"type":["string","null"]},"image5":{"type":["string","null"]},"isBestseller":{"type":["boolean","null"]},"isByPrescription":{"type":["boolean","null"]},"itemWeight":{"type":["number","null"]},"itemHeight":{"type":["number","null"]},"itemWidth":{"type":["number","null"]},"itemLength":{"type":["number","null"]},"itemWeightUnit":{"type":["string","null"]},"itemVolumeUnit":{"type":["string","null"]},"itemVolume":{"type":["number","null"]},"visibility":{"type":["integer","null"]},"activationDate":{"type":["string","null"],"format":"date-time"},"createdAt":{"type":["string","null"],"format":"date-time"},"i18nForeignKey":{"type":["integer","null"]},"i18nLocale":{"type":["string","null"]},"title":{"type":["string","null"]},"barcode":{"type":["string","null"]},"babh":{"type":["string","null"]},"slug":{"type":["string","null"]},"text":{"type":["string","null"]},"leaflet":{"type":["string","null"]},"searchWords":{"type":["string","null"]},"metaTitle":{"type":["string","null"]},"metaKeywords":{"type":["string","null"]},"metaDescription":{"type":["string","null"]},"updatedAt":{"type":["string","null"],"format":"date-time"}}},"ProductBulkRequest.ProductBulkInput":{"type":"object","description":"","deprecated":false,"properties":{"items":{"type":"array","items":{"type":"string"}}}},"ProductBulkRequest.ProductBulkInput.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"items":{"type":"array","items":{"type":"string"}}}},"ProductBulkRequest.ProductBulkPatchInput":{"type":"object","description":"","deprecated":false,"properties":{"items":{"type":"array","items":{"type":"string"}}}},"ProductBulkRequest.ProductBulkPatchResult":{"type":"object","description":"","deprecated":false,"properties":{"updated":{"type":"integer"},"failed":{"type":"integer"},"items":{"type":"array","items":{"type":"string"}}}},"ProductBulkRequest.ProductBulkPatchResult.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"updated":{"type":"integer"},"failed":{"type":"integer"},"items":{"type":"array","items":{"type":"string"}}}},"ProductBulkRequest.ProductBulkResult":{"type":"object","description":"","deprecated":false,"properties":{"created":{"type":"integer"},"failed":{"type":"integer"},"items":{"type":"array","items":{"type":"string"}}}},"ProductBulkRequest.ProductBulkResult.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"created":{"type":"integer"},"failed":{"type":"integer"},"items":{"type":"array","items":{"type":"string"}}}},"ProductStockPriceBulkRequest.ProductStockPriceBulkInput":{"type":"object","description":"","deprecated":false,"properties":{"items":{"type":"array","items":{"type":"string"}},"effectiveAt":{"type":["string","null"]}}},"ProductStockPriceBulkRequest.ProductStockPriceBulkInput.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"items":{"type":"array","items":{"type":"string"}},"effectiveAt":{"type":["string","null"]}}},"ProductStockPriceBulkRequest.ProductStockPriceBulkResult":{"type":"object","description":"","deprecated":false,"properties":{"updated":{"type":"integer"},"failed":{"type":"integer"},"items":{"type":"array","items":{"type":"string"}}}},"ProductStockPriceBulkRequest.ProductStockPriceBulkResult.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"updated":{"type":"integer"},"failed":{"type":"integer"},"items":{"type":"array","items":{"type":"string"}}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"bearerAuth":{"type":"http","description":"Use your API token","scheme":"bearer","bearerFormat":"token"}}},"security":[{"bearerAuth":[]}],"tags":[],"webhooks":{}}