From 1648f2383cda71e423d06c0612924754e4ea8ade Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Fri, 1 May 2026 10:35:25 +0000 Subject: [PATCH] [create-pull-request] automated change --- SwagCommercial-adminapi.json | 4730 +++++++++++++------------- SwagCommercial-adminapi.summary.json | 16 +- 2 files changed, 2336 insertions(+), 2410 deletions(-) diff --git a/SwagCommercial-adminapi.json b/SwagCommercial-adminapi.json index 22c2de5..9deb9a0 100644 --- a/SwagCommercial-adminapi.json +++ b/SwagCommercial-adminapi.json @@ -18423,14 +18423,14 @@ } } }, - "/media-ai-tag": { + "/document-file": { "get": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "List with basic information of Media Ai Tag resources.", - "description": "", - "operationId": "getMediaAiTagList", + "summary": "List with basic information of Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFileList", "parameters": [ { "name": "limit", @@ -18459,7 +18459,7 @@ ], "responses": { "200": { - "description": "List of Media Ai Tag resources.", + "description": "List of Document File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -18478,7 +18478,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } ] @@ -18492,16 +18492,16 @@ "type": "object", "properties": { "first": { - "example": "/media-ai-tag?limit=25" + "example": "/document-file?limit=25" }, "last": { - "example": "/media-ai-tag?limit=25&page=11" + "example": "/document-file?limit=25&page=11" }, "next": { - "example": "/media-ai-tag?limit=25&page=4" + "example": "/document-file?limit=25&page=4" }, "prev": { - "example": "/media-ai-tag?limit=25&page=2" + "example": "/document-file?limit=25&page=2" } } } @@ -18522,7 +18522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18537,11 +18537,11 @@ }, "post": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "Create a new Media Ai Tag resources.", - "description": "", - "operationId": "createMediaAiTag", + "summary": "Create a new Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "createDocumentFile", "parameters": [ { "name": "_response", @@ -18560,14 +18560,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18579,7 +18579,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18594,7 +18594,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18610,14 +18610,14 @@ } } }, - "/search/media-ai-tag": { + "/search/document-file": { "post": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "Search for the Media Ai Tag resources.", - "description": "", - "operationId": "searchMediaAiTag", + "summary": "Search for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "searchDocumentFile", "parameters": [ { "name": "sw-include-search-info", @@ -18645,7 +18645,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18659,7 +18659,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18677,7 +18677,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18694,19 +18694,19 @@ } } }, - "/media-ai-tag/{id}": { + "/document-file/{id}": { "get": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "Detailed information about a Media Ai Tag resource.", - "description": "", - "operationId": "getMediaAiTag", + "summary": "Detailed information about a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -18716,7 +18716,7 @@ ], "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18728,7 +18728,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18743,7 +18743,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18760,16 +18760,16 @@ }, "delete": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "Delete a Media Ai Tag resource.", - "description": "", - "operationId": "deleteMediaAiTag", + "summary": "Delete a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "deleteDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -18800,16 +18800,16 @@ }, "patch": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "Partially update information about a Media Ai Tag resource.", - "description": "", - "operationId": "updateMediaAiTag", + "summary": "Partially update information about a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "updateDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_ai_tag", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -18827,18 +18827,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Ai Tag resource.", + "description": "Partially update information about a Document File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of MediaAiTag", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18850,7 +18850,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18865,7 +18865,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18884,14 +18884,14 @@ } } }, - "/aggregate/media-ai-tag": { + "/aggregate/document-file": { "post": { "tags": [ - "Media Ai Tag" + "Document File" ], - "summary": "Aggregate for the Media Ai Tag resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaAiTag", + "summary": "Aggregate for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "aggregateDocumentFile", "requestBody": { "required": true, "content": { @@ -18915,7 +18915,7 @@ }, "responses": { "200": { - "description": "List of MediaAiTag", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18929,7 +18929,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18947,7 +18947,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaAiTag" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18964,14 +18964,14 @@ } } }, - "/order-product-warehouse": { + "/media-ai-tag": { "get": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "List with basic information of Order Product Warehouse resources.", + "summary": "List with basic information of Media Ai Tag resources.", "description": "", - "operationId": "getOrderProductWarehouseList", + "operationId": "getMediaAiTagList", "parameters": [ { "name": "limit", @@ -19000,7 +19000,7 @@ ], "responses": { "200": { - "description": "List of Order Product Warehouse resources.", + "description": "List of Media Ai Tag resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19019,7 +19019,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } ] @@ -19033,16 +19033,16 @@ "type": "object", "properties": { "first": { - "example": "/order-product-warehouse?limit=25" + "example": "/media-ai-tag?limit=25" }, "last": { - "example": "/order-product-warehouse?limit=25&page=11" + "example": "/media-ai-tag?limit=25&page=11" }, "next": { - "example": "/order-product-warehouse?limit=25&page=4" + "example": "/media-ai-tag?limit=25&page=4" }, "prev": { - "example": "/order-product-warehouse?limit=25&page=2" + "example": "/media-ai-tag?limit=25&page=2" } } } @@ -19063,7 +19063,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19078,11 +19078,11 @@ }, "post": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "Create a new Order Product Warehouse resources.", + "summary": "Create a new Media Ai Tag resources.", "description": "", - "operationId": "createOrderProductWarehouse", + "operationId": "createMediaAiTag", "parameters": [ { "name": "_response", @@ -19101,14 +19101,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19120,7 +19120,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19135,7 +19135,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19151,14 +19151,14 @@ } } }, - "/search/order-product-warehouse": { + "/search/media-ai-tag": { "post": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "Search for the Order Product Warehouse resources.", + "summary": "Search for the Media Ai Tag resources.", "description": "", - "operationId": "searchOrderProductWarehouse", + "operationId": "searchMediaAiTag", "parameters": [ { "name": "sw-include-search-info", @@ -19186,7 +19186,7 @@ }, "responses": { "200": { - "description": "List of OrderProductWarehouse", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19200,7 +19200,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19218,7 +19218,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19235,19 +19235,19 @@ } } }, - "/order-product-warehouse/{id}": { + "/media-ai-tag/{id}": { "get": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "Detailed information about a Order Product Warehouse resource.", + "summary": "Detailed information about a Media Ai Tag resource.", "description": "", - "operationId": "getOrderProductWarehouse", + "operationId": "getMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -19257,7 +19257,7 @@ ], "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19269,7 +19269,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19284,7 +19284,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19301,16 +19301,16 @@ }, "delete": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "Delete a Order Product Warehouse resource.", + "summary": "Delete a Media Ai Tag resource.", "description": "", - "operationId": "deleteOrderProductWarehouse", + "operationId": "deleteMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -19341,16 +19341,16 @@ }, "patch": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "Partially update information about a Order Product Warehouse resource.", + "summary": "Partially update information about a Media Ai Tag resource.", "description": "", - "operationId": "updateOrderProductWarehouse", + "operationId": "updateMediaAiTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_product_warehouse", + "description": "Identifier for the media_ai_tag", "required": true, "schema": { "type": "string", @@ -19368,18 +19368,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Product Warehouse resource.", + "description": "Partially update information about a Media Ai Tag resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } }, "responses": { "200": { - "description": "Detail of OrderProductWarehouse", + "description": "Detail of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19391,7 +19391,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19406,7 +19406,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19425,14 +19425,14 @@ } } }, - "/aggregate/order-product-warehouse": { + "/aggregate/media-ai-tag": { "post": { "tags": [ - "Order Product Warehouse" + "Media Ai Tag" ], - "summary": "Aggregate for the Order Product Warehouse resources.", + "summary": "Aggregate for the Media Ai Tag resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderProductWarehouse", + "operationId": "aggregateMediaAiTag", "requestBody": { "required": true, "content": { @@ -19456,7 +19456,7 @@ }, "responses": { "200": { - "description": "List of OrderProductWarehouse", + "description": "List of MediaAiTag", "content": { "application/vnd.api+json": { "schema": { @@ -19470,7 +19470,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19488,7 +19488,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderProductWarehouse" + "$ref": "#/components/schemas/MediaAiTag" } } } @@ -19505,14 +19505,14 @@ } } }, - "/order-return": { + "/order-product-warehouse": { "get": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "List with basic information of Order Return resources.", + "summary": "List with basic information of Order Product Warehouse resources.", "description": "", - "operationId": "getOrderReturnList", + "operationId": "getOrderProductWarehouseList", "parameters": [ { "name": "limit", @@ -19541,7 +19541,7 @@ ], "responses": { "200": { - "description": "List of Order Return resources.", + "description": "List of Order Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19560,7 +19560,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } ] @@ -19574,16 +19574,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return?limit=25" + "example": "/order-product-warehouse?limit=25" }, "last": { - "example": "/order-return?limit=25&page=11" + "example": "/order-product-warehouse?limit=25&page=11" }, "next": { - "example": "/order-return?limit=25&page=4" + "example": "/order-product-warehouse?limit=25&page=4" }, "prev": { - "example": "/order-return?limit=25&page=2" + "example": "/order-product-warehouse?limit=25&page=2" } } } @@ -19604,7 +19604,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19619,11 +19619,11 @@ }, "post": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "Create a new Order Return resources.", + "summary": "Create a new Order Product Warehouse resources.", "description": "", - "operationId": "createOrderReturn", + "operationId": "createOrderProductWarehouse", "parameters": [ { "name": "_response", @@ -19642,14 +19642,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19661,7 +19661,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19676,7 +19676,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19692,14 +19692,14 @@ } } }, - "/search/order-return": { + "/search/order-product-warehouse": { "post": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "Search for the Order Return resources.", + "summary": "Search for the Order Product Warehouse resources.", "description": "", - "operationId": "searchOrderReturn", + "operationId": "searchOrderProductWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -19727,7 +19727,7 @@ }, "responses": { "200": { - "description": "List of OrderReturn", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19741,7 +19741,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19759,7 +19759,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19776,19 +19776,19 @@ } } }, - "/order-return/{id}": { + "/order-product-warehouse/{id}": { "get": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "Detailed information about a Order Return resource.", + "summary": "Detailed information about a Order Product Warehouse resource.", "description": "", - "operationId": "getOrderReturn", + "operationId": "getOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -19798,7 +19798,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19810,7 +19810,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19825,7 +19825,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19842,16 +19842,16 @@ }, "delete": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "Delete a Order Return resource.", + "summary": "Delete a Order Product Warehouse resource.", "description": "", - "operationId": "deleteOrderReturn", + "operationId": "deleteOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -19882,16 +19882,16 @@ }, "patch": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "Partially update information about a Order Return resource.", + "summary": "Partially update information about a Order Product Warehouse resource.", "description": "", - "operationId": "updateOrderReturn", + "operationId": "updateOrderProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return", + "description": "Identifier for the order_product_warehouse", "required": true, "schema": { "type": "string", @@ -19909,18 +19909,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return resource.", + "description": "Partially update information about a Order Product Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of OrderReturn", + "description": "Detail of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -19932,7 +19932,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19947,7 +19947,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -19966,14 +19966,14 @@ } } }, - "/aggregate/order-return": { + "/aggregate/order-product-warehouse": { "post": { "tags": [ - "Order Return" + "Order Product Warehouse" ], - "summary": "Aggregate for the Order Return resources.", + "summary": "Aggregate for the Order Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturn", + "operationId": "aggregateOrderProductWarehouse", "requestBody": { "required": true, "content": { @@ -19997,7 +19997,7 @@ }, "responses": { "200": { - "description": "List of OrderReturn", + "description": "List of OrderProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -20011,7 +20011,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20029,7 +20029,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturn" + "$ref": "#/components/schemas/OrderProductWarehouse" } } } @@ -20046,14 +20046,14 @@ } } }, - "/order-return-line-item": { + "/order-return": { "get": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "List with basic information of Order Return Line Item resources.", + "summary": "List with basic information of Order Return resources.", "description": "", - "operationId": "getOrderReturnLineItemList", + "operationId": "getOrderReturnList", "parameters": [ { "name": "limit", @@ -20082,7 +20082,7 @@ ], "responses": { "200": { - "description": "List of Order Return Line Item resources.", + "description": "List of Order Return resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20101,7 +20101,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } ] @@ -20115,16 +20115,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return-line-item?limit=25" + "example": "/order-return?limit=25" }, "last": { - "example": "/order-return-line-item?limit=25&page=11" + "example": "/order-return?limit=25&page=11" }, "next": { - "example": "/order-return-line-item?limit=25&page=4" + "example": "/order-return?limit=25&page=4" }, "prev": { - "example": "/order-return-line-item?limit=25&page=2" + "example": "/order-return?limit=25&page=2" } } } @@ -20145,7 +20145,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20160,11 +20160,11 @@ }, "post": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "Create a new Order Return Line Item resources.", + "summary": "Create a new Order Return resources.", "description": "", - "operationId": "createOrderReturnLineItem", + "operationId": "createOrderReturn", "parameters": [ { "name": "_response", @@ -20183,14 +20183,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20202,7 +20202,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20217,7 +20217,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20233,14 +20233,14 @@ } } }, - "/search/order-return-line-item": { + "/search/order-return": { "post": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "Search for the Order Return Line Item resources.", + "summary": "Search for the Order Return resources.", "description": "", - "operationId": "searchOrderReturnLineItem", + "operationId": "searchOrderReturn", "parameters": [ { "name": "sw-include-search-info", @@ -20268,7 +20268,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItem", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20282,7 +20282,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20300,7 +20300,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20317,19 +20317,19 @@ } } }, - "/order-return-line-item/{id}": { + "/order-return/{id}": { "get": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "Detailed information about a Order Return Line Item resource.", + "summary": "Detailed information about a Order Return resource.", "description": "", - "operationId": "getOrderReturnLineItem", + "operationId": "getOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -20339,7 +20339,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20351,7 +20351,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20366,7 +20366,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20383,16 +20383,16 @@ }, "delete": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "Delete a Order Return Line Item resource.", + "summary": "Delete a Order Return resource.", "description": "", - "operationId": "deleteOrderReturnLineItem", + "operationId": "deleteOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -20423,16 +20423,16 @@ }, "patch": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "Partially update information about a Order Return Line Item resource.", + "summary": "Partially update information about a Order Return resource.", "description": "", - "operationId": "updateOrderReturnLineItem", + "operationId": "updateOrderReturn", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item", + "description": "Identifier for the order_return", "required": true, "schema": { "type": "string", @@ -20450,18 +20450,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return Line Item resource.", + "description": "Partially update information about a Order Return resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItem", + "description": "Detail of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20473,7 +20473,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20488,7 +20488,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20507,14 +20507,14 @@ } } }, - "/aggregate/order-return-line-item": { + "/aggregate/order-return": { "post": { "tags": [ - "Order Return Line Item" + "Order Return" ], - "summary": "Aggregate for the Order Return Line Item resources.", + "summary": "Aggregate for the Order Return resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItem", + "operationId": "aggregateOrderReturn", "requestBody": { "required": true, "content": { @@ -20538,7 +20538,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItem", + "description": "List of OrderReturn", "content": { "application/vnd.api+json": { "schema": { @@ -20552,7 +20552,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20570,7 +20570,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItem" + "$ref": "#/components/schemas/OrderReturn" } } } @@ -20587,14 +20587,14 @@ } } }, - "/order-return-line-item-reason": { + "/order-return-line-item": { "get": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "List with basic information of Order Return Line Item Reason resources.", + "summary": "List with basic information of Order Return Line Item resources.", "description": "", - "operationId": "getOrderReturnLineItemReasonList", + "operationId": "getOrderReturnLineItemList", "parameters": [ { "name": "limit", @@ -20623,7 +20623,7 @@ ], "responses": { "200": { - "description": "List of Order Return Line Item Reason resources.", + "description": "List of Order Return Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20642,7 +20642,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } ] @@ -20656,16 +20656,16 @@ "type": "object", "properties": { "first": { - "example": "/order-return-line-item-reason?limit=25" + "example": "/order-return-line-item?limit=25" }, "last": { - "example": "/order-return-line-item-reason?limit=25&page=11" + "example": "/order-return-line-item?limit=25&page=11" }, "next": { - "example": "/order-return-line-item-reason?limit=25&page=4" + "example": "/order-return-line-item?limit=25&page=4" }, "prev": { - "example": "/order-return-line-item-reason?limit=25&page=2" + "example": "/order-return-line-item?limit=25&page=2" } } } @@ -20686,7 +20686,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20701,11 +20701,11 @@ }, "post": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "Create a new Order Return Line Item Reason resources.", + "summary": "Create a new Order Return Line Item resources.", "description": "", - "operationId": "createOrderReturnLineItemReason", + "operationId": "createOrderReturnLineItem", "parameters": [ { "name": "_response", @@ -20724,14 +20724,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20743,7 +20743,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20758,7 +20758,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20774,14 +20774,14 @@ } } }, - "/search/order-return-line-item-reason": { + "/search/order-return-line-item": { "post": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "Search for the Order Return Line Item Reason resources.", + "summary": "Search for the Order Return Line Item resources.", "description": "", - "operationId": "searchOrderReturnLineItemReason", + "operationId": "searchOrderReturnLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -20809,7 +20809,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItemReason", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20823,7 +20823,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20841,7 +20841,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20858,19 +20858,19 @@ } } }, - "/order-return-line-item-reason/{id}": { + "/order-return-line-item/{id}": { "get": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "Detailed information about a Order Return Line Item Reason resource.", + "summary": "Detailed information about a Order Return Line Item resource.", "description": "", - "operationId": "getOrderReturnLineItemReason", + "operationId": "getOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -20880,7 +20880,7 @@ ], "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -20892,7 +20892,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20907,7 +20907,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -20924,16 +20924,16 @@ }, "delete": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "Delete a Order Return Line Item Reason resource.", + "summary": "Delete a Order Return Line Item resource.", "description": "", - "operationId": "deleteOrderReturnLineItemReason", + "operationId": "deleteOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -20964,16 +20964,16 @@ }, "patch": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "Partially update information about a Order Return Line Item Reason resource.", + "summary": "Partially update information about a Order Return Line Item resource.", "description": "", - "operationId": "updateOrderReturnLineItemReason", + "operationId": "updateOrderReturnLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_return_line_item_reason", + "description": "Identifier for the order_return_line_item", "required": true, "schema": { "type": "string", @@ -20991,18 +20991,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Return Line Item Reason resource.", + "description": "Partially update information about a Order Return Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderReturnLineItemReason", + "description": "Detail of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21014,7 +21014,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21029,7 +21029,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21048,14 +21048,14 @@ } } }, - "/aggregate/order-return-line-item-reason": { + "/aggregate/order-return-line-item": { "post": { "tags": [ - "Order Return Line Item Reason" + "Order Return Line Item" ], - "summary": "Aggregate for the Order Return Line Item Reason resources.", + "summary": "Aggregate for the Order Return Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderReturnLineItemReason", + "operationId": "aggregateOrderReturnLineItem", "requestBody": { "required": true, "content": { @@ -21079,7 +21079,7 @@ }, "responses": { "200": { - "description": "List of OrderReturnLineItemReason", + "description": "List of OrderReturnLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -21093,7 +21093,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21111,7 +21111,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderReturnLineItemReason" + "$ref": "#/components/schemas/OrderReturnLineItem" } } } @@ -21128,14 +21128,14 @@ } } }, - "/order-warehouse-group": { + "/order-return-line-item-reason": { "get": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "List with basic information of Order Warehouse Group resources.", + "summary": "List with basic information of Order Return Line Item Reason resources.", "description": "", - "operationId": "getOrderWarehouseGroupList", + "operationId": "getOrderReturnLineItemReasonList", "parameters": [ { "name": "limit", @@ -21164,7 +21164,7 @@ ], "responses": { "200": { - "description": "List of Order Warehouse Group resources.", + "description": "List of Order Return Line Item Reason resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21183,7 +21183,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } ] @@ -21197,16 +21197,16 @@ "type": "object", "properties": { "first": { - "example": "/order-warehouse-group?limit=25" + "example": "/order-return-line-item-reason?limit=25" }, "last": { - "example": "/order-warehouse-group?limit=25&page=11" + "example": "/order-return-line-item-reason?limit=25&page=11" }, "next": { - "example": "/order-warehouse-group?limit=25&page=4" + "example": "/order-return-line-item-reason?limit=25&page=4" }, "prev": { - "example": "/order-warehouse-group?limit=25&page=2" + "example": "/order-return-line-item-reason?limit=25&page=2" } } } @@ -21227,7 +21227,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21242,11 +21242,11 @@ }, "post": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "Create a new Order Warehouse Group resources.", + "summary": "Create a new Order Return Line Item Reason resources.", "description": "", - "operationId": "createOrderWarehouseGroup", + "operationId": "createOrderReturnLineItemReason", "parameters": [ { "name": "_response", @@ -21265,14 +21265,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21284,7 +21284,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21299,7 +21299,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21315,14 +21315,14 @@ } } }, - "/search/order-warehouse-group": { + "/search/order-return-line-item-reason": { "post": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "Search for the Order Warehouse Group resources.", + "summary": "Search for the Order Return Line Item Reason resources.", "description": "", - "operationId": "searchOrderWarehouseGroup", + "operationId": "searchOrderReturnLineItemReason", "parameters": [ { "name": "sw-include-search-info", @@ -21350,7 +21350,7 @@ }, "responses": { "200": { - "description": "List of OrderWarehouseGroup", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21364,7 +21364,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21382,7 +21382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21399,19 +21399,19 @@ } } }, - "/order-warehouse-group/{id}": { + "/order-return-line-item-reason/{id}": { "get": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "Detailed information about a Order Warehouse Group resource.", + "summary": "Detailed information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "getOrderWarehouseGroup", + "operationId": "getOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -21421,7 +21421,7 @@ ], "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21433,7 +21433,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21448,7 +21448,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21465,16 +21465,16 @@ }, "delete": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "Delete a Order Warehouse Group resource.", + "summary": "Delete a Order Return Line Item Reason resource.", "description": "", - "operationId": "deleteOrderWarehouseGroup", + "operationId": "deleteOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -21505,16 +21505,16 @@ }, "patch": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "Partially update information about a Order Warehouse Group resource.", + "summary": "Partially update information about a Order Return Line Item Reason resource.", "description": "", - "operationId": "updateOrderWarehouseGroup", + "operationId": "updateOrderReturnLineItemReason", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_warehouse_group", + "description": "Identifier for the order_return_line_item_reason", "required": true, "schema": { "type": "string", @@ -21532,18 +21532,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Warehouse Group resource.", + "description": "Partially update information about a Order Return Line Item Reason resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } }, "responses": { "200": { - "description": "Detail of OrderWarehouseGroup", + "description": "Detail of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21555,7 +21555,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21570,7 +21570,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21589,14 +21589,14 @@ } } }, - "/aggregate/order-warehouse-group": { + "/aggregate/order-return-line-item-reason": { "post": { "tags": [ - "Order Warehouse Group" + "Order Return Line Item Reason" ], - "summary": "Aggregate for the Order Warehouse Group resources.", + "summary": "Aggregate for the Order Return Line Item Reason resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderWarehouseGroup", + "operationId": "aggregateOrderReturnLineItemReason", "requestBody": { "required": true, "content": { @@ -21620,7 +21620,7 @@ }, "responses": { "200": { - "description": "List of OrderWarehouseGroup", + "description": "List of OrderReturnLineItemReason", "content": { "application/vnd.api+json": { "schema": { @@ -21634,7 +21634,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21652,7 +21652,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderWarehouseGroup" + "$ref": "#/components/schemas/OrderReturnLineItemReason" } } } @@ -21669,14 +21669,14 @@ } } }, - "/product-review-summary": { + "/order-warehouse-group": { "get": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "List with basic information of Product Review Summary resources.", + "summary": "List with basic information of Order Warehouse Group resources.", "description": "", - "operationId": "getProductReviewSummaryList", + "operationId": "getOrderWarehouseGroupList", "parameters": [ { "name": "limit", @@ -21705,7 +21705,7 @@ ], "responses": { "200": { - "description": "List of Product Review Summary resources.", + "description": "List of Order Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21724,7 +21724,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } ] @@ -21738,16 +21738,16 @@ "type": "object", "properties": { "first": { - "example": "/product-review-summary?limit=25" + "example": "/order-warehouse-group?limit=25" }, "last": { - "example": "/product-review-summary?limit=25&page=11" + "example": "/order-warehouse-group?limit=25&page=11" }, "next": { - "example": "/product-review-summary?limit=25&page=4" + "example": "/order-warehouse-group?limit=25&page=4" }, "prev": { - "example": "/product-review-summary?limit=25&page=2" + "example": "/order-warehouse-group?limit=25&page=2" } } } @@ -21768,7 +21768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21783,11 +21783,11 @@ }, "post": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "Create a new Product Review Summary resources.", + "summary": "Create a new Order Warehouse Group resources.", "description": "", - "operationId": "createProductReviewSummary", + "operationId": "createOrderWarehouseGroup", "parameters": [ { "name": "_response", @@ -21806,14 +21806,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21825,7 +21825,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21840,7 +21840,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21856,14 +21856,14 @@ } } }, - "/search/product-review-summary": { + "/search/order-warehouse-group": { "post": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "Search for the Product Review Summary resources.", + "summary": "Search for the Order Warehouse Group resources.", "description": "", - "operationId": "searchProductReviewSummary", + "operationId": "searchOrderWarehouseGroup", "parameters": [ { "name": "sw-include-search-info", @@ -21891,7 +21891,7 @@ }, "responses": { "200": { - "description": "List of ProductReviewSummary", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21905,7 +21905,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21923,7 +21923,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21940,19 +21940,19 @@ } } }, - "/product-review-summary/{id}": { + "/order-warehouse-group/{id}": { "get": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "Detailed information about a Product Review Summary resource.", + "summary": "Detailed information about a Order Warehouse Group resource.", "description": "", - "operationId": "getProductReviewSummary", + "operationId": "getOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -21962,7 +21962,7 @@ ], "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -21974,7 +21974,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -21989,7 +21989,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22006,16 +22006,16 @@ }, "delete": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "Delete a Product Review Summary resource.", + "summary": "Delete a Order Warehouse Group resource.", "description": "", - "operationId": "deleteProductReviewSummary", + "operationId": "deleteOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -22046,16 +22046,16 @@ }, "patch": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "Partially update information about a Product Review Summary resource.", + "summary": "Partially update information about a Order Warehouse Group resource.", "description": "", - "operationId": "updateProductReviewSummary", + "operationId": "updateOrderWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review_summary", + "description": "Identifier for the order_warehouse_group", "required": true, "schema": { "type": "string", @@ -22073,18 +22073,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Review Summary resource.", + "description": "Partially update information about a Order Warehouse Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of ProductReviewSummary", + "description": "Detail of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22096,7 +22096,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22111,7 +22111,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22130,14 +22130,14 @@ } } }, - "/aggregate/product-review-summary": { + "/aggregate/order-warehouse-group": { "post": { "tags": [ - "Product Review Summary" + "Order Warehouse Group" ], - "summary": "Aggregate for the Product Review Summary resources.", + "summary": "Aggregate for the Order Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReviewSummary", + "operationId": "aggregateOrderWarehouseGroup", "requestBody": { "required": true, "content": { @@ -22161,7 +22161,7 @@ }, "responses": { "200": { - "description": "List of ProductReviewSummary", + "description": "List of OrderWarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -22175,7 +22175,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22193,7 +22193,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReviewSummary" + "$ref": "#/components/schemas/OrderWarehouseGroup" } } } @@ -22210,14 +22210,14 @@ } } }, - "/product-warehouse": { + "/product-review-summary": { "get": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "List with basic information of Product Warehouse resources.", + "summary": "List with basic information of Product Review Summary resources.", "description": "", - "operationId": "getProductWarehouseList", + "operationId": "getProductReviewSummaryList", "parameters": [ { "name": "limit", @@ -22246,7 +22246,7 @@ ], "responses": { "200": { - "description": "List of Product Warehouse resources.", + "description": "List of Product Review Summary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22265,7 +22265,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } ] @@ -22279,16 +22279,16 @@ "type": "object", "properties": { "first": { - "example": "/product-warehouse?limit=25" + "example": "/product-review-summary?limit=25" }, "last": { - "example": "/product-warehouse?limit=25&page=11" + "example": "/product-review-summary?limit=25&page=11" }, "next": { - "example": "/product-warehouse?limit=25&page=4" + "example": "/product-review-summary?limit=25&page=4" }, "prev": { - "example": "/product-warehouse?limit=25&page=2" + "example": "/product-review-summary?limit=25&page=2" } } } @@ -22309,7 +22309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22324,11 +22324,11 @@ }, "post": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "Create a new Product Warehouse resources.", + "summary": "Create a new Product Review Summary resources.", "description": "", - "operationId": "createProductWarehouse", + "operationId": "createProductReviewSummary", "parameters": [ { "name": "_response", @@ -22347,14 +22347,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22366,7 +22366,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22381,7 +22381,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22397,14 +22397,14 @@ } } }, - "/search/product-warehouse": { + "/search/product-review-summary": { "post": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "Search for the Product Warehouse resources.", + "summary": "Search for the Product Review Summary resources.", "description": "", - "operationId": "searchProductWarehouse", + "operationId": "searchProductReviewSummary", "parameters": [ { "name": "sw-include-search-info", @@ -22432,7 +22432,7 @@ }, "responses": { "200": { - "description": "List of ProductWarehouse", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22446,7 +22446,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22464,7 +22464,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22481,19 +22481,19 @@ } } }, - "/product-warehouse/{id}": { + "/product-review-summary/{id}": { "get": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "Detailed information about a Product Warehouse resource.", + "summary": "Detailed information about a Product Review Summary resource.", "description": "", - "operationId": "getProductWarehouse", + "operationId": "getProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -22503,7 +22503,7 @@ ], "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22515,7 +22515,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22530,7 +22530,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22547,16 +22547,16 @@ }, "delete": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "Delete a Product Warehouse resource.", + "summary": "Delete a Product Review Summary resource.", "description": "", - "operationId": "deleteProductWarehouse", + "operationId": "deleteProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -22587,16 +22587,16 @@ }, "patch": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "Partially update information about a Product Warehouse resource.", + "summary": "Partially update information about a Product Review Summary resource.", "description": "", - "operationId": "updateProductWarehouse", + "operationId": "updateProductReviewSummary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_warehouse", + "description": "Identifier for the product_review_summary", "required": true, "schema": { "type": "string", @@ -22614,18 +22614,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Warehouse resource.", + "description": "Partially update information about a Product Review Summary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } }, "responses": { "200": { - "description": "Detail of ProductWarehouse", + "description": "Detail of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22637,7 +22637,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22652,7 +22652,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22671,14 +22671,14 @@ } } }, - "/aggregate/product-warehouse": { + "/aggregate/product-review-summary": { "post": { "tags": [ - "Product Warehouse" + "Product Review Summary" ], - "summary": "Aggregate for the Product Warehouse resources.", + "summary": "Aggregate for the Product Review Summary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductWarehouse", + "operationId": "aggregateProductReviewSummary", "requestBody": { "required": true, "content": { @@ -22702,7 +22702,7 @@ }, "responses": { "200": { - "description": "List of ProductWarehouse", + "description": "List of ProductReviewSummary", "content": { "application/vnd.api+json": { "schema": { @@ -22716,7 +22716,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22734,7 +22734,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductWarehouse" + "$ref": "#/components/schemas/ProductReviewSummary" } } } @@ -22751,14 +22751,14 @@ } } }, - "/quote": { + "/product-warehouse": { "get": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "List with basic information of Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteList", + "summary": "List with basic information of Product Warehouse resources.", + "description": "", + "operationId": "getProductWarehouseList", "parameters": [ { "name": "limit", @@ -22787,7 +22787,7 @@ ], "responses": { "200": { - "description": "List of Quote resources.", + "description": "List of Product Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22806,7 +22806,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } ] @@ -22820,16 +22820,16 @@ "type": "object", "properties": { "first": { - "example": "/quote?limit=25" + "example": "/product-warehouse?limit=25" }, "last": { - "example": "/quote?limit=25&page=11" + "example": "/product-warehouse?limit=25&page=11" }, "next": { - "example": "/quote?limit=25&page=4" + "example": "/product-warehouse?limit=25&page=4" }, "prev": { - "example": "/quote?limit=25&page=2" + "example": "/product-warehouse?limit=25&page=2" } } } @@ -22850,7 +22850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22865,11 +22865,11 @@ }, "post": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "Create a new Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuote", + "summary": "Create a new Product Warehouse resources.", + "description": "", + "operationId": "createProductWarehouse", "parameters": [ { "name": "_response", @@ -22888,14 +22888,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22907,7 +22907,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22922,7 +22922,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -22938,14 +22938,14 @@ } } }, - "/search/quote": { + "/search/product-warehouse": { "post": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "Search for the Quote resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuote", + "summary": "Search for the Product Warehouse resources.", + "description": "", + "operationId": "searchProductWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -22973,7 +22973,7 @@ }, "responses": { "200": { - "description": "List of Quote", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -22987,7 +22987,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23005,7 +23005,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23022,19 +23022,19 @@ } } }, - "/quote/{id}": { + "/product-warehouse/{id}": { "get": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "Detailed information about a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuote", + "summary": "Detailed information about a Product Warehouse resource.", + "description": "", + "operationId": "getProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -23044,7 +23044,7 @@ ], "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23056,7 +23056,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23071,7 +23071,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23088,16 +23088,16 @@ }, "delete": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "Delete a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuote", + "summary": "Delete a Product Warehouse resource.", + "description": "", + "operationId": "deleteProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -23128,16 +23128,16 @@ }, "patch": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "Partially update information about a Quote resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuote", + "summary": "Partially update information about a Product Warehouse resource.", + "description": "", + "operationId": "updateProductWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote", + "description": "Identifier for the product_warehouse", "required": true, "schema": { "type": "string", @@ -23155,18 +23155,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote resource.", + "description": "Partially update information about a Product Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } }, "responses": { "200": { - "description": "Detail of Quote", + "description": "Detail of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23178,7 +23178,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23193,7 +23193,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23212,14 +23212,14 @@ } } }, - "/aggregate/quote": { + "/aggregate/product-warehouse": { "post": { "tags": [ - "Quote" + "Product Warehouse" ], - "summary": "Aggregate for the Quote resources.", + "summary": "Aggregate for the Product Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuote", + "operationId": "aggregateProductWarehouse", "requestBody": { "required": true, "content": { @@ -23243,7 +23243,7 @@ }, "responses": { "200": { - "description": "List of Quote", + "description": "List of ProductWarehouse", "content": { "application/vnd.api+json": { "schema": { @@ -23257,7 +23257,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23275,7 +23275,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Quote" + "$ref": "#/components/schemas/ProductWarehouse" } } } @@ -23292,14 +23292,14 @@ } } }, - "/quote-comment": { + "/quote": { "get": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "List with basic information of Quote Comment resources.", - "description": "", - "operationId": "getQuoteCommentList", + "summary": "List with basic information of Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteList", "parameters": [ { "name": "limit", @@ -23328,7 +23328,7 @@ ], "responses": { "200": { - "description": "List of Quote Comment resources.", + "description": "List of Quote resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23347,7 +23347,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } ] @@ -23361,16 +23361,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-comment?limit=25" + "example": "/quote?limit=25" }, "last": { - "example": "/quote-comment?limit=25&page=11" + "example": "/quote?limit=25&page=11" }, "next": { - "example": "/quote-comment?limit=25&page=4" + "example": "/quote?limit=25&page=4" }, "prev": { - "example": "/quote-comment?limit=25&page=2" + "example": "/quote?limit=25&page=2" } } } @@ -23391,7 +23391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23406,11 +23406,11 @@ }, "post": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "Create a new Quote Comment resources.", - "description": "", - "operationId": "createQuoteComment", + "summary": "Create a new Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuote", "parameters": [ { "name": "_response", @@ -23429,14 +23429,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23448,7 +23448,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23463,7 +23463,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23479,14 +23479,14 @@ } } }, - "/search/quote-comment": { + "/search/quote": { "post": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "Search for the Quote Comment resources.", - "description": "", - "operationId": "searchQuoteComment", + "summary": "Search for the Quote resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuote", "parameters": [ { "name": "sw-include-search-info", @@ -23514,7 +23514,7 @@ }, "responses": { "200": { - "description": "List of QuoteComment", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23528,7 +23528,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23546,7 +23546,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23563,19 +23563,19 @@ } } }, - "/quote-comment/{id}": { + "/quote/{id}": { "get": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "Detailed information about a Quote Comment resource.", - "description": "", - "operationId": "getQuoteComment", + "summary": "Detailed information about a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -23585,7 +23585,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23597,7 +23597,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23612,7 +23612,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23629,16 +23629,16 @@ }, "delete": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "Delete a Quote Comment resource.", - "description": "", - "operationId": "deleteQuoteComment", + "summary": "Delete a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -23669,16 +23669,16 @@ }, "patch": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "Partially update information about a Quote Comment resource.", - "description": "", - "operationId": "updateQuoteComment", + "summary": "Partially update information about a Quote resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuote", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_comment", + "description": "Identifier for the quote", "required": true, "schema": { "type": "string", @@ -23696,18 +23696,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Comment resource.", + "description": "Partially update information about a Quote resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } }, "responses": { "200": { - "description": "Detail of QuoteComment", + "description": "Detail of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23719,7 +23719,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23734,7 +23734,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23753,14 +23753,14 @@ } } }, - "/aggregate/quote-comment": { + "/aggregate/quote": { "post": { "tags": [ - "Quote Comment" + "Quote" ], - "summary": "Aggregate for the Quote Comment resources.", + "summary": "Aggregate for the Quote resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteComment", + "operationId": "aggregateQuote", "requestBody": { "required": true, "content": { @@ -23784,7 +23784,7 @@ }, "responses": { "200": { - "description": "List of QuoteComment", + "description": "List of Quote", "content": { "application/vnd.api+json": { "schema": { @@ -23798,7 +23798,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23816,7 +23816,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteComment" + "$ref": "#/components/schemas/Quote" } } } @@ -23833,14 +23833,14 @@ } } }, - "/quote-delivery": { + "/quote-comment": { "get": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "List with basic information of Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryList", + "summary": "List with basic information of Quote Comment resources.", + "description": "", + "operationId": "getQuoteCommentList", "parameters": [ { "name": "limit", @@ -23869,7 +23869,7 @@ ], "responses": { "200": { - "description": "List of Quote Delivery resources.", + "description": "List of Quote Comment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23888,7 +23888,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } ] @@ -23902,16 +23902,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-delivery?limit=25" + "example": "/quote-comment?limit=25" }, "last": { - "example": "/quote-delivery?limit=25&page=11" + "example": "/quote-comment?limit=25&page=11" }, "next": { - "example": "/quote-delivery?limit=25&page=4" + "example": "/quote-comment?limit=25&page=4" }, "prev": { - "example": "/quote-delivery?limit=25&page=2" + "example": "/quote-comment?limit=25&page=2" } } } @@ -23932,7 +23932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -23947,11 +23947,11 @@ }, "post": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "Create a new Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDelivery", + "summary": "Create a new Quote Comment resources.", + "description": "", + "operationId": "createQuoteComment", "parameters": [ { "name": "_response", @@ -23970,14 +23970,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -23989,7 +23989,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24004,7 +24004,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24020,14 +24020,14 @@ } } }, - "/search/quote-delivery": { + "/search/quote-comment": { "post": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "Search for the Quote Delivery resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDelivery", + "summary": "Search for the Quote Comment resources.", + "description": "", + "operationId": "searchQuoteComment", "parameters": [ { "name": "sw-include-search-info", @@ -24055,7 +24055,7 @@ }, "responses": { "200": { - "description": "List of QuoteDelivery", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24069,7 +24069,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24087,7 +24087,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24104,19 +24104,19 @@ } } }, - "/quote-delivery/{id}": { + "/quote-comment/{id}": { "get": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "Detailed information about a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDelivery", + "summary": "Detailed information about a Quote Comment resource.", + "description": "", + "operationId": "getQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -24126,7 +24126,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24138,7 +24138,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24153,7 +24153,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24170,16 +24170,16 @@ }, "delete": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "Delete a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDelivery", + "summary": "Delete a Quote Comment resource.", + "description": "", + "operationId": "deleteQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -24210,16 +24210,16 @@ }, "patch": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "Partially update information about a Quote Delivery resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDelivery", + "summary": "Partially update information about a Quote Comment resource.", + "description": "", + "operationId": "updateQuoteComment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery", + "description": "Identifier for the quote_comment", "required": true, "schema": { "type": "string", @@ -24237,18 +24237,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Delivery resource.", + "description": "Partially update information about a Quote Comment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } }, "responses": { "200": { - "description": "Detail of QuoteDelivery", + "description": "Detail of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24260,7 +24260,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24275,7 +24275,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24294,14 +24294,14 @@ } } }, - "/aggregate/quote-delivery": { + "/aggregate/quote-comment": { "post": { "tags": [ - "Quote Delivery" + "Quote Comment" ], - "summary": "Aggregate for the Quote Delivery resources.", + "summary": "Aggregate for the Quote Comment resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDelivery", + "operationId": "aggregateQuoteComment", "requestBody": { "required": true, "content": { @@ -24325,7 +24325,7 @@ }, "responses": { "200": { - "description": "List of QuoteDelivery", + "description": "List of QuoteComment", "content": { "application/vnd.api+json": { "schema": { @@ -24339,7 +24339,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24357,7 +24357,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDelivery" + "$ref": "#/components/schemas/QuoteComment" } } } @@ -24374,14 +24374,14 @@ } } }, - "/quote-delivery-position": { + "/quote-delivery": { "get": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "List with basic information of Quote Delivery Position resources.", + "summary": "List with basic information of Quote Delivery resources.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPositionList", + "operationId": "getQuoteDeliveryList", "parameters": [ { "name": "limit", @@ -24410,7 +24410,7 @@ ], "responses": { "200": { - "description": "List of Quote Delivery Position resources.", + "description": "List of Quote Delivery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24429,7 +24429,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } ] @@ -24443,16 +24443,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-delivery-position?limit=25" + "example": "/quote-delivery?limit=25" }, "last": { - "example": "/quote-delivery-position?limit=25&page=11" + "example": "/quote-delivery?limit=25&page=11" }, "next": { - "example": "/quote-delivery-position?limit=25&page=4" + "example": "/quote-delivery?limit=25&page=4" }, "prev": { - "example": "/quote-delivery-position?limit=25&page=2" + "example": "/quote-delivery?limit=25&page=2" } } } @@ -24473,7 +24473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24488,11 +24488,11 @@ }, "post": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "Create a new Quote Delivery Position resources.", + "summary": "Create a new Quote Delivery resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuoteDeliveryPosition", + "operationId": "createQuoteDelivery", "parameters": [ { "name": "_response", @@ -24511,14 +24511,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24530,7 +24530,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24545,7 +24545,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24561,14 +24561,14 @@ } } }, - "/search/quote-delivery-position": { + "/search/quote-delivery": { "post": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "Search for the Quote Delivery Position resources.", + "summary": "Search for the Quote Delivery resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteDeliveryPosition", + "operationId": "searchQuoteDelivery", "parameters": [ { "name": "sw-include-search-info", @@ -24596,7 +24596,7 @@ }, "responses": { "200": { - "description": "List of QuoteDeliveryPosition", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24610,7 +24610,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24628,7 +24628,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24645,19 +24645,19 @@ } } }, - "/quote-delivery-position/{id}": { + "/quote-delivery/{id}": { "get": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "Detailed information about a Quote Delivery Position resource.", + "summary": "Detailed information about a Quote Delivery resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteDeliveryPosition", + "operationId": "getQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -24667,7 +24667,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24679,7 +24679,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24694,7 +24694,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24711,16 +24711,16 @@ }, "delete": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "Delete a Quote Delivery Position resource.", + "summary": "Delete a Quote Delivery resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteDeliveryPosition", + "operationId": "deleteQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -24751,16 +24751,16 @@ }, "patch": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "Partially update information about a Quote Delivery Position resource.", + "summary": "Partially update information about a Quote Delivery resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteDeliveryPosition", + "operationId": "updateQuoteDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_delivery_position", + "description": "Identifier for the quote_delivery", "required": true, "schema": { "type": "string", @@ -24778,18 +24778,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Delivery Position resource.", + "description": "Partially update information about a Quote Delivery resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } }, "responses": { "200": { - "description": "Detail of QuoteDeliveryPosition", + "description": "Detail of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24801,7 +24801,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24816,7 +24816,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24835,14 +24835,14 @@ } } }, - "/aggregate/quote-delivery-position": { + "/aggregate/quote-delivery": { "post": { "tags": [ - "Quote Delivery Position" + "Quote Delivery" ], - "summary": "Aggregate for the Quote Delivery Position resources.", + "summary": "Aggregate for the Quote Delivery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDeliveryPosition", + "operationId": "aggregateQuoteDelivery", "requestBody": { "required": true, "content": { @@ -24866,7 +24866,7 @@ }, "responses": { "200": { - "description": "List of QuoteDeliveryPosition", + "description": "List of QuoteDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -24880,7 +24880,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24898,7 +24898,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDeliveryPosition" + "$ref": "#/components/schemas/QuoteDelivery" } } } @@ -24915,14 +24915,14 @@ } } }, - "/quote-document": { + "/quote-delivery-position": { "get": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "List with basic information of Quote Document resources.", - "description": "", - "operationId": "getQuoteDocumentList", + "summary": "List with basic information of Quote Delivery Position resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryPositionList", "parameters": [ { "name": "limit", @@ -24951,7 +24951,7 @@ ], "responses": { "200": { - "description": "List of Quote Document resources.", + "description": "List of Quote Delivery Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24970,7 +24970,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } ] @@ -24984,16 +24984,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-document?limit=25" + "example": "/quote-delivery-position?limit=25" }, "last": { - "example": "/quote-document?limit=25&page=11" + "example": "/quote-delivery-position?limit=25&page=11" }, "next": { - "example": "/quote-document?limit=25&page=4" + "example": "/quote-delivery-position?limit=25&page=4" }, "prev": { - "example": "/quote-document?limit=25&page=2" + "example": "/quote-delivery-position?limit=25&page=2" } } } @@ -25014,7 +25014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25029,11 +25029,11 @@ }, "post": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "Create a new Quote Document resources.", - "description": "", - "operationId": "createQuoteDocument", + "summary": "Create a new Quote Delivery Position resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteDeliveryPosition", "parameters": [ { "name": "_response", @@ -25052,14 +25052,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25071,7 +25071,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25086,7 +25086,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25102,14 +25102,14 @@ } } }, - "/search/quote-document": { + "/search/quote-delivery-position": { "post": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "Search for the Quote Document resources.", - "description": "", - "operationId": "searchQuoteDocument", + "summary": "Search for the Quote Delivery Position resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteDeliveryPosition", "parameters": [ { "name": "sw-include-search-info", @@ -25137,7 +25137,7 @@ }, "responses": { "200": { - "description": "List of QuoteDocument", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25151,7 +25151,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25169,7 +25169,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25186,19 +25186,19 @@ } } }, - "/quote-document/{id}": { + "/quote-delivery-position/{id}": { "get": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "Detailed information about a Quote Document resource.", - "description": "", - "operationId": "getQuoteDocument", + "summary": "Detailed information about a Quote Delivery Position resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -25208,7 +25208,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25220,7 +25220,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25235,7 +25235,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25252,16 +25252,16 @@ }, "delete": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "Delete a Quote Document resource.", - "description": "", - "operationId": "deleteQuoteDocument", + "summary": "Delete a Quote Delivery Position resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -25292,16 +25292,16 @@ }, "patch": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "Partially update information about a Quote Document resource.", - "description": "", - "operationId": "updateQuoteDocument", + "summary": "Partially update information about a Quote Delivery Position resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_document", + "description": "Identifier for the quote_delivery_position", "required": true, "schema": { "type": "string", @@ -25319,18 +25319,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Document resource.", + "description": "Partially update information about a Quote Delivery Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of QuoteDocument", + "description": "Detail of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25342,7 +25342,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25357,7 +25357,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25376,14 +25376,14 @@ } } }, - "/aggregate/quote-document": { + "/aggregate/quote-delivery-position": { "post": { "tags": [ - "Quote Document" + "Quote Delivery Position" ], - "summary": "Aggregate for the Quote Document resources.", + "summary": "Aggregate for the Quote Delivery Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteDocument", + "operationId": "aggregateQuoteDeliveryPosition", "requestBody": { "required": true, "content": { @@ -25407,7 +25407,7 @@ }, "responses": { "200": { - "description": "List of QuoteDocument", + "description": "List of QuoteDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -25421,7 +25421,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25439,7 +25439,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteDocument" + "$ref": "#/components/schemas/QuoteDeliveryPosition" } } } @@ -25456,14 +25456,14 @@ } } }, - "/quote-employee": { + "/quote-document": { "get": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "List with basic information of Quote Employee resources.", + "summary": "List with basic information of Quote Document resources.", "description": "", - "operationId": "getQuoteEmployeeList", + "operationId": "getQuoteDocumentList", "parameters": [ { "name": "limit", @@ -25492,7 +25492,7 @@ ], "responses": { "200": { - "description": "List of Quote Employee resources.", + "description": "List of Quote Document resources.", "content": { "application/vnd.api+json": { "schema": { @@ -25511,7 +25511,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } ] @@ -25525,16 +25525,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-employee?limit=25" + "example": "/quote-document?limit=25" }, "last": { - "example": "/quote-employee?limit=25&page=11" + "example": "/quote-document?limit=25&page=11" }, "next": { - "example": "/quote-employee?limit=25&page=4" + "example": "/quote-document?limit=25&page=4" }, "prev": { - "example": "/quote-employee?limit=25&page=2" + "example": "/quote-document?limit=25&page=2" } } } @@ -25555,7 +25555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25570,11 +25570,11 @@ }, "post": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "Create a new Quote Employee resources.", + "summary": "Create a new Quote Document resources.", "description": "", - "operationId": "createQuoteEmployee", + "operationId": "createQuoteDocument", "parameters": [ { "name": "_response", @@ -25593,14 +25593,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25612,7 +25612,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25627,7 +25627,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25643,14 +25643,14 @@ } } }, - "/search/quote-employee": { + "/search/quote-document": { "post": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "Search for the Quote Employee resources.", + "summary": "Search for the Quote Document resources.", "description": "", - "operationId": "searchQuoteEmployee", + "operationId": "searchQuoteDocument", "parameters": [ { "name": "sw-include-search-info", @@ -25678,7 +25678,7 @@ }, "responses": { "200": { - "description": "List of QuoteEmployee", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25692,7 +25692,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25710,7 +25710,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25727,19 +25727,19 @@ } } }, - "/quote-employee/{id}": { + "/quote-document/{id}": { "get": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "Detailed information about a Quote Employee resource.", + "summary": "Detailed information about a Quote Document resource.", "description": "", - "operationId": "getQuoteEmployee", + "operationId": "getQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -25749,7 +25749,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25761,7 +25761,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25776,7 +25776,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25793,16 +25793,16 @@ }, "delete": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "Delete a Quote Employee resource.", + "summary": "Delete a Quote Document resource.", "description": "", - "operationId": "deleteQuoteEmployee", + "operationId": "deleteQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -25833,16 +25833,16 @@ }, "patch": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "Partially update information about a Quote Employee resource.", + "summary": "Partially update information about a Quote Document resource.", "description": "", - "operationId": "updateQuoteEmployee", + "operationId": "updateQuoteDocument", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_employee", + "description": "Identifier for the quote_document", "required": true, "schema": { "type": "string", @@ -25860,18 +25860,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Employee resource.", + "description": "Partially update information about a Quote Document resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } }, "responses": { "200": { - "description": "Detail of QuoteEmployee", + "description": "Detail of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25883,7 +25883,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25898,7 +25898,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25917,14 +25917,14 @@ } } }, - "/aggregate/quote-employee": { + "/aggregate/quote-document": { "post": { "tags": [ - "Quote Employee" + "Quote Document" ], - "summary": "Aggregate for the Quote Employee resources.", + "summary": "Aggregate for the Quote Document resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteEmployee", + "operationId": "aggregateQuoteDocument", "requestBody": { "required": true, "content": { @@ -25948,7 +25948,7 @@ }, "responses": { "200": { - "description": "List of QuoteEmployee", + "description": "List of QuoteDocument", "content": { "application/vnd.api+json": { "schema": { @@ -25962,7 +25962,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25980,7 +25980,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteEmployee" + "$ref": "#/components/schemas/QuoteDocument" } } } @@ -25997,14 +25997,14 @@ } } }, - "/quote-line-item": { + "/quote-employee": { "get": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "List with basic information of Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItemList", + "summary": "List with basic information of Quote Employee resources.", + "description": "", + "operationId": "getQuoteEmployeeList", "parameters": [ { "name": "limit", @@ -26033,7 +26033,7 @@ ], "responses": { "200": { - "description": "List of Quote Line Item resources.", + "description": "List of Quote Employee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26052,7 +26052,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } ] @@ -26066,16 +26066,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-line-item?limit=25" + "example": "/quote-employee?limit=25" }, "last": { - "example": "/quote-line-item?limit=25&page=11" + "example": "/quote-employee?limit=25&page=11" }, "next": { - "example": "/quote-line-item?limit=25&page=4" + "example": "/quote-employee?limit=25&page=4" }, "prev": { - "example": "/quote-line-item?limit=25&page=2" + "example": "/quote-employee?limit=25&page=2" } } } @@ -26096,7 +26096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26111,11 +26111,11 @@ }, "post": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "Create a new Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "createQuoteLineItem", + "summary": "Create a new Quote Employee resources.", + "description": "", + "operationId": "createQuoteEmployee", "parameters": [ { "name": "_response", @@ -26134,14 +26134,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26153,7 +26153,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26168,7 +26168,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26184,14 +26184,14 @@ } } }, - "/search/quote-line-item": { + "/search/quote-employee": { "post": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "Search for the Quote Line Item resources.", - "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteLineItem", + "summary": "Search for the Quote Employee resources.", + "description": "", + "operationId": "searchQuoteEmployee", "parameters": [ { "name": "sw-include-search-info", @@ -26219,7 +26219,7 @@ }, "responses": { "200": { - "description": "List of QuoteLineItem", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26233,7 +26233,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26251,7 +26251,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26268,19 +26268,19 @@ } } }, - "/quote-line-item/{id}": { + "/quote-employee/{id}": { "get": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "Detailed information about a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "getQuoteLineItem", + "summary": "Detailed information about a Quote Employee resource.", + "description": "", + "operationId": "getQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -26290,7 +26290,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26302,7 +26302,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26317,7 +26317,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26334,16 +26334,16 @@ }, "delete": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "Delete a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteLineItem", + "summary": "Delete a Quote Employee resource.", + "description": "", + "operationId": "deleteQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -26374,16 +26374,16 @@ }, "patch": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "Partially update information about a Quote Line Item resource.", - "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteLineItem", + "summary": "Partially update information about a Quote Employee resource.", + "description": "", + "operationId": "updateQuoteEmployee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_line_item", + "description": "Identifier for the quote_employee", "required": true, "schema": { "type": "string", @@ -26401,18 +26401,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Line Item resource.", + "description": "Partially update information about a Quote Employee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } }, "responses": { "200": { - "description": "Detail of QuoteLineItem", + "description": "Detail of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26424,7 +26424,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26439,7 +26439,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26458,14 +26458,14 @@ } } }, - "/aggregate/quote-line-item": { + "/aggregate/quote-employee": { "post": { "tags": [ - "Quote Line Item" + "Quote Employee" ], - "summary": "Aggregate for the Quote Line Item resources.", + "summary": "Aggregate for the Quote Employee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteLineItem", + "operationId": "aggregateQuoteEmployee", "requestBody": { "required": true, "content": { @@ -26489,7 +26489,7 @@ }, "responses": { "200": { - "description": "List of QuoteLineItem", + "description": "List of QuoteEmployee", "content": { "application/vnd.api+json": { "schema": { @@ -26503,7 +26503,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26521,7 +26521,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteLineItem" + "$ref": "#/components/schemas/QuoteEmployee" } } } @@ -26538,14 +26538,14 @@ } } }, - "/quote-transaction": { + "/quote-line-item": { "get": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "List with basic information of Quote Transaction resources.", + "summary": "List with basic information of Quote Line Item resources.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransactionList", + "operationId": "getQuoteLineItemList", "parameters": [ { "name": "limit", @@ -26574,7 +26574,7 @@ ], "responses": { "200": { - "description": "List of Quote Transaction resources.", + "description": "List of Quote Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26593,7 +26593,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } ] @@ -26607,16 +26607,16 @@ "type": "object", "properties": { "first": { - "example": "/quote-transaction?limit=25" + "example": "/quote-line-item?limit=25" }, "last": { - "example": "/quote-transaction?limit=25&page=11" + "example": "/quote-line-item?limit=25&page=11" }, "next": { - "example": "/quote-transaction?limit=25&page=4" + "example": "/quote-line-item?limit=25&page=4" }, "prev": { - "example": "/quote-transaction?limit=25&page=2" + "example": "/quote-line-item?limit=25&page=2" } } } @@ -26637,7 +26637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26652,11 +26652,11 @@ }, "post": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "Create a new Quote Transaction resources.", + "summary": "Create a new Quote Line Item resources.", "description": "Available since: 6.5.3.0", - "operationId": "createQuoteTransaction", + "operationId": "createQuoteLineItem", "parameters": [ { "name": "_response", @@ -26675,14 +26675,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26694,7 +26694,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26709,7 +26709,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26725,14 +26725,14 @@ } } }, - "/search/quote-transaction": { + "/search/quote-line-item": { "post": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "Search for the Quote Transaction resources.", + "summary": "Search for the Quote Line Item resources.", "description": "Available since: 6.5.3.0", - "operationId": "searchQuoteTransaction", + "operationId": "searchQuoteLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -26760,7 +26760,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26774,7 +26774,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26792,7 +26792,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26809,19 +26809,19 @@ } } }, - "/quote-transaction/{id}": { + "/quote-line-item/{id}": { "get": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "Detailed information about a Quote Transaction resource.", + "summary": "Detailed information about a Quote Line Item resource.", "description": "Available since: 6.5.3.0", - "operationId": "getQuoteTransaction", + "operationId": "getQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -26831,7 +26831,7 @@ ], "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26843,7 +26843,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26858,7 +26858,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26875,16 +26875,16 @@ }, "delete": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "Delete a Quote Transaction resource.", + "summary": "Delete a Quote Line Item resource.", "description": "Available since: 6.5.3.0", - "operationId": "deleteQuoteTransaction", + "operationId": "deleteQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -26915,16 +26915,16 @@ }, "patch": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "Partially update information about a Quote Transaction resource.", + "summary": "Partially update information about a Quote Line Item resource.", "description": "Available since: 6.5.3.0", - "operationId": "updateQuoteTransaction", + "operationId": "updateQuoteLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the quote_transaction", + "description": "Identifier for the quote_line_item", "required": true, "schema": { "type": "string", @@ -26942,18 +26942,18 @@ } ], "requestBody": { - "description": "Partially update information about a Quote Transaction resource.", + "description": "Partially update information about a Quote Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } }, "responses": { "200": { - "description": "Detail of QuoteTransaction", + "description": "Detail of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -26965,7 +26965,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26980,7 +26980,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -26999,14 +26999,14 @@ } } }, - "/aggregate/quote-transaction": { + "/aggregate/quote-line-item": { "post": { "tags": [ - "Quote Transaction" + "Quote Line Item" ], - "summary": "Aggregate for the Quote Transaction resources.", + "summary": "Aggregate for the Quote Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateQuoteTransaction", + "operationId": "aggregateQuoteLineItem", "requestBody": { "required": true, "content": { @@ -27030,7 +27030,7 @@ }, "responses": { "200": { - "description": "List of QuoteTransaction", + "description": "List of QuoteLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -27044,7 +27044,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27062,7 +27062,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/QuoteTransaction" + "$ref": "#/components/schemas/QuoteLineItem" } } } @@ -27079,15 +27079,14 @@ } } }, - "/sales-channel-tracking-customer": { + "/quote-transaction": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "List with basic information of Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingCustomerList", + "summary": "List with basic information of Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteTransactionList", "parameters": [ { "name": "limit", @@ -27116,7 +27115,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Customer resources.", + "description": "List of Quote Transaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27135,7 +27134,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } ] @@ -27149,16 +27148,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-customer?limit=25" + "example": "/quote-transaction?limit=25" }, "last": { - "example": "/sales-channel-tracking-customer?limit=25&page=11" + "example": "/quote-transaction?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-customer?limit=25&page=4" + "example": "/quote-transaction?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-customer?limit=25&page=2" + "example": "/quote-transaction?limit=25&page=2" } } } @@ -27179,7 +27178,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27194,12 +27193,11 @@ }, "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "Create a new Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "createSalesChannelTrackingCustomer", + "summary": "Create a new Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "createQuoteTransaction", "parameters": [ { "name": "_response", @@ -27218,14 +27216,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27237,7 +27235,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27252,7 +27250,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27268,15 +27266,14 @@ } } }, - "/search/sales-channel-tracking-customer": { + "/search/quote-transaction": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "Search for the Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "searchSalesChannelTrackingCustomer", + "summary": "Search for the Quote Transaction resources.", + "description": "Available since: 6.5.3.0", + "operationId": "searchQuoteTransaction", "parameters": [ { "name": "sw-include-search-info", @@ -27304,7 +27301,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27318,7 +27315,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27336,7 +27333,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27353,20 +27350,19 @@ } } }, - "/sales-channel-tracking-customer/{id}": { + "/quote-transaction/{id}": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "Detailed information about a Sales Channel Tracking Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingCustomer", + "summary": "Detailed information about a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "getQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -27376,7 +27372,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27388,7 +27384,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27403,7 +27399,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27420,17 +27416,16 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "Delete a Sales Channel Tracking Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "deleteSalesChannelTrackingCustomer", + "summary": "Delete a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "deleteQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -27461,17 +27456,16 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "Partially update information about a Sales Channel Tracking Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "updateSalesChannelTrackingCustomer", + "summary": "Partially update information about a Quote Transaction resource.", + "description": "Available since: 6.5.3.0", + "operationId": "updateQuoteTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the quote_transaction", "required": true, "schema": { "type": "string", @@ -27489,18 +27483,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Customer resource.", + "description": "Partially update information about a Quote Transaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27512,7 +27506,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27527,7 +27521,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27546,15 +27540,14 @@ } } }, - "/aggregate/sales-channel-tracking-customer": { + "/aggregate/quote-transaction": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Quote Transaction" ], - "summary": "Aggregate for the Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "aggregateSalesChannelTrackingCustomer", + "summary": "Aggregate for the Quote Transaction resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateQuoteTransaction", "requestBody": { "required": true, "content": { @@ -27578,7 +27571,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of QuoteTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -27592,7 +27585,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27610,7 +27603,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/QuoteTransaction" } } } @@ -27627,15 +27620,15 @@ } } }, - "/sales-channel-tracking-order": { + "/spatial-render-config-size": { "get": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "List with basic information of Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingOrderList", + "summary": "List with basic information of Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "getSpatialRenderConfigSizeList", "parameters": [ { "name": "limit", @@ -27664,7 +27657,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Order resources.", + "description": "List of Spatial Render Config Size resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27683,7 +27676,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } ] @@ -27697,16 +27690,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-order?limit=25" + "example": "/spatial-render-config-size?limit=25" }, "last": { - "example": "/sales-channel-tracking-order?limit=25&page=11" + "example": "/spatial-render-config-size?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-order?limit=25&page=4" + "example": "/spatial-render-config-size?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-order?limit=25&page=2" + "example": "/spatial-render-config-size?limit=25&page=2" } } } @@ -27727,7 +27720,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27742,12 +27735,12 @@ }, "post": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "Create a new Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "createSalesChannelTrackingOrder", + "summary": "Create a new Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "createSpatialRenderConfigSize", "parameters": [ { "name": "_response", @@ -27766,14 +27759,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27785,7 +27778,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27800,7 +27793,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27816,15 +27809,15 @@ } } }, - "/search/sales-channel-tracking-order": { + "/search/spatial-render-config-size": { "post": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "Search for the Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "searchSalesChannelTrackingOrder", + "summary": "Search for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "searchSpatialRenderConfigSize", "parameters": [ { "name": "sw-include-search-info", @@ -27852,7 +27845,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27866,7 +27859,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27884,7 +27877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27901,20 +27894,20 @@ } } }, - "/sales-channel-tracking-order/{id}": { + "/spatial-render-config-size/{id}": { "get": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "Detailed information about a Sales Channel Tracking Order resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingOrder", + "summary": "Detailed information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "getSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -27924,7 +27917,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -27936,7 +27929,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27951,7 +27944,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -27968,17 +27961,17 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "Delete a Sales Channel Tracking Order resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "deleteSalesChannelTrackingOrder", + "summary": "Delete a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "deleteSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -28009,17 +28002,17 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "Partially update information about a Sales Channel Tracking Order resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "updateSalesChannelTrackingOrder", + "summary": "Partially update information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "updateSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -28037,18 +28030,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Order resource.", + "description": "Partially update information about a Spatial Render Config Size resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28060,7 +28053,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28075,7 +28068,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28094,15 +28087,15 @@ } } }, - "/aggregate/sales-channel-tracking-order": { + "/aggregate/spatial-render-config-size": { "post": { "tags": [ - "Sales Channel Tracking Order", + "Spatial Render Config Size", "Experimental" ], - "summary": "Aggregate for the Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "aggregateSalesChannelTrackingOrder", + "summary": "Aggregate for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateSpatialRenderConfigSize", "requestBody": { "required": true, "content": { @@ -28126,7 +28119,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28140,7 +28133,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28158,7 +28151,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28175,15 +28168,15 @@ } } }, - "/spatial-render-config-size": { + "/spatial-scene": { "get": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "List with basic information of Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialRenderConfigSizeList", + "operationId": "getSpatialSceneList", "parameters": [ { "name": "limit", @@ -28212,7 +28205,7 @@ ], "responses": { "200": { - "description": "List of Spatial Render Config Size resources.", + "description": "List of Spatial Scene resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28231,7 +28224,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } ] @@ -28245,16 +28238,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-render-config-size?limit=25" + "example": "/spatial-scene?limit=25" }, "last": { - "example": "/spatial-render-config-size?limit=25&page=11" + "example": "/spatial-scene?limit=25&page=11" }, "next": { - "example": "/spatial-render-config-size?limit=25&page=4" + "example": "/spatial-scene?limit=25&page=4" }, "prev": { - "example": "/spatial-render-config-size?limit=25&page=2" + "example": "/spatial-scene?limit=25&page=2" } } } @@ -28275,7 +28268,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28290,12 +28283,12 @@ }, "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Create a new Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialRenderConfigSize", + "operationId": "createSpatialScene", "parameters": [ { "name": "_response", @@ -28314,14 +28307,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28333,7 +28326,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28348,7 +28341,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28364,15 +28357,15 @@ } } }, - "/search/spatial-render-config-size": { + "/search/spatial-scene": { "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Search for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialRenderConfigSize", + "operationId": "searchSpatialScene", "parameters": [ { "name": "sw-include-search-info", @@ -28400,7 +28393,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28414,7 +28407,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28432,7 +28425,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28449,20 +28442,20 @@ } } }, - "/spatial-render-config-size/{id}": { + "/spatial-scene/{id}": { "get": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Detailed information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialRenderConfigSize", + "operationId": "getSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -28472,7 +28465,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28484,7 +28477,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28499,7 +28492,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28516,17 +28509,17 @@ }, "delete": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Delete a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialRenderConfigSize", + "operationId": "deleteSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -28557,17 +28550,17 @@ }, "patch": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Partially update information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialRenderConfigSize", + "operationId": "updateSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -28585,18 +28578,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Render Config Size resource.", + "description": "Partially update information about a Spatial Scene resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28608,7 +28601,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28623,7 +28616,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28642,15 +28635,15 @@ } } }, - "/aggregate/spatial-render-config-size": { + "/aggregate/spatial-scene": { "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Aggregate for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialRenderConfigSize", + "operationId": "aggregateSpatialScene", "requestBody": { "required": true, "content": { @@ -28674,7 +28667,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28688,7 +28681,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28706,7 +28699,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28723,15 +28716,15 @@ } } }, - "/spatial-scene": { + "/spatial-scene-camera": { "get": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "List with basic information of Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneList", + "operationId": "getSpatialSceneCameraList", "parameters": [ { "name": "limit", @@ -28760,7 +28753,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene resources.", + "description": "List of Spatial Scene Camera resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28779,7 +28772,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } ] @@ -28793,16 +28786,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene?limit=25" + "example": "/spatial-scene-camera?limit=25" }, "last": { - "example": "/spatial-scene?limit=25&page=11" + "example": "/spatial-scene-camera?limit=25&page=11" }, "next": { - "example": "/spatial-scene?limit=25&page=4" + "example": "/spatial-scene-camera?limit=25&page=4" }, "prev": { - "example": "/spatial-scene?limit=25&page=2" + "example": "/spatial-scene-camera?limit=25&page=2" } } } @@ -28823,7 +28816,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28838,12 +28831,12 @@ }, "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Create a new Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialScene", + "operationId": "createSpatialSceneCamera", "parameters": [ { "name": "_response", @@ -28862,14 +28855,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28881,7 +28874,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28896,7 +28889,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28912,15 +28905,15 @@ } } }, - "/search/spatial-scene": { + "/search/spatial-scene-camera": { "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Search for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialScene", + "operationId": "searchSpatialSceneCamera", "parameters": [ { "name": "sw-include-search-info", @@ -28948,7 +28941,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -28962,7 +28955,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28980,7 +28973,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -28997,20 +28990,20 @@ } } }, - "/spatial-scene/{id}": { + "/spatial-scene-camera/{id}": { "get": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Detailed information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScene", + "operationId": "getSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -29020,7 +29013,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29032,7 +29025,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29047,7 +29040,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29064,17 +29057,17 @@ }, "delete": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Delete a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialScene", + "operationId": "deleteSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -29105,17 +29098,17 @@ }, "patch": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Partially update information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialScene", + "operationId": "updateSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -29133,18 +29126,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene resource.", + "description": "Partially update information about a Spatial Scene Camera resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29156,7 +29149,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29171,7 +29164,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29190,15 +29183,15 @@ } } }, - "/aggregate/spatial-scene": { + "/aggregate/spatial-scene-camera": { "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Aggregate for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScene", + "operationId": "aggregateSpatialSceneCamera", "requestBody": { "required": true, "content": { @@ -29222,7 +29215,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29236,7 +29229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29254,7 +29247,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29271,15 +29264,15 @@ } } }, - "/spatial-scene-camera": { + "/spatial-scene-group": { "get": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "List with basic information of Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneCameraList", + "operationId": "getSpatialSceneGroupList", "parameters": [ { "name": "limit", @@ -29308,7 +29301,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Camera resources.", + "description": "List of Spatial Scene Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29327,7 +29320,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } ] @@ -29341,16 +29334,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-camera?limit=25" + "example": "/spatial-scene-group?limit=25" }, "last": { - "example": "/spatial-scene-camera?limit=25&page=11" + "example": "/spatial-scene-group?limit=25&page=11" }, "next": { - "example": "/spatial-scene-camera?limit=25&page=4" + "example": "/spatial-scene-group?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-camera?limit=25&page=2" + "example": "/spatial-scene-group?limit=25&page=2" } } } @@ -29371,7 +29364,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29386,12 +29379,12 @@ }, "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Create a new Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneCamera", + "operationId": "createSpatialSceneGroup", "parameters": [ { "name": "_response", @@ -29410,14 +29403,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29429,7 +29422,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29444,7 +29437,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29460,15 +29453,15 @@ } } }, - "/search/spatial-scene-camera": { + "/search/spatial-scene-group": { "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Search for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneCamera", + "operationId": "searchSpatialSceneGroup", "parameters": [ { "name": "sw-include-search-info", @@ -29496,7 +29489,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29510,7 +29503,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29528,7 +29521,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29545,20 +29538,20 @@ } } }, - "/spatial-scene-camera/{id}": { + "/spatial-scene-group/{id}": { "get": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneCamera", + "operationId": "getSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -29568,7 +29561,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29580,7 +29573,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29595,7 +29588,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29612,17 +29605,17 @@ }, "delete": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Delete a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneCamera", + "operationId": "deleteSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -29653,17 +29646,17 @@ }, "patch": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneCamera", + "operationId": "updateSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -29681,18 +29674,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Camera resource.", + "description": "Partially update information about a Spatial Scene Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29704,7 +29697,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29719,7 +29712,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29738,15 +29731,15 @@ } } }, - "/aggregate/spatial-scene-camera": { + "/aggregate/spatial-scene-group": { "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneCamera", + "operationId": "aggregateSpatialSceneGroup", "requestBody": { "required": true, "content": { @@ -29770,7 +29763,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29784,7 +29777,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29802,7 +29795,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29819,15 +29812,15 @@ } } }, - "/spatial-scene-group": { + "/spatial-scene-light": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "List with basic information of Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroupList", + "operationId": "getSpatialSceneLightList", "parameters": [ { "name": "limit", @@ -29856,7 +29849,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Group resources.", + "description": "List of Spatial Scene Light resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29875,7 +29868,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } ] @@ -29889,16 +29882,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-group?limit=25" + "example": "/spatial-scene-light?limit=25" }, "last": { - "example": "/spatial-scene-group?limit=25&page=11" + "example": "/spatial-scene-light?limit=25&page=11" }, "next": { - "example": "/spatial-scene-group?limit=25&page=4" + "example": "/spatial-scene-light?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-group?limit=25&page=2" + "example": "/spatial-scene-light?limit=25&page=2" } } } @@ -29919,7 +29912,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29934,12 +29927,12 @@ }, "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Create a new Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneGroup", + "operationId": "createSpatialSceneLight", "parameters": [ { "name": "_response", @@ -29958,14 +29951,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -29977,7 +29970,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -29992,7 +29985,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30008,15 +30001,15 @@ } } }, - "/search/spatial-scene-group": { + "/search/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Search for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneGroup", + "operationId": "searchSpatialSceneLight", "parameters": [ { "name": "sw-include-search-info", @@ -30044,7 +30037,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30058,7 +30051,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30076,7 +30069,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30093,20 +30086,20 @@ } } }, - "/spatial-scene-group/{id}": { + "/spatial-scene-light/{id}": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroup", + "operationId": "getSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -30116,7 +30109,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30128,7 +30121,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30143,7 +30136,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30160,17 +30153,17 @@ }, "delete": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Delete a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneGroup", + "operationId": "deleteSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -30201,17 +30194,17 @@ }, "patch": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneGroup", + "operationId": "updateSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -30229,18 +30222,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Group resource.", + "description": "Partially update information about a Spatial Scene Light resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30252,7 +30245,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30267,7 +30260,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30286,15 +30279,15 @@ } } }, - "/aggregate/spatial-scene-group": { + "/aggregate/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneGroup", + "operationId": "aggregateSpatialSceneLight", "requestBody": { "required": true, "content": { @@ -30318,7 +30311,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30332,7 +30325,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30350,7 +30343,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30367,15 +30360,15 @@ } } }, - "/spatial-scene-light": { + "/spatial-scene-material": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "List with basic information of Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLightList", + "operationId": "getSpatialSceneMaterialList", "parameters": [ { "name": "limit", @@ -30404,7 +30397,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Light resources.", + "description": "List of Spatial Scene Material resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30423,7 +30416,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } ] @@ -30437,16 +30430,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-light?limit=25" + "example": "/spatial-scene-material?limit=25" }, "last": { - "example": "/spatial-scene-light?limit=25&page=11" + "example": "/spatial-scene-material?limit=25&page=11" }, "next": { - "example": "/spatial-scene-light?limit=25&page=4" + "example": "/spatial-scene-material?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-light?limit=25&page=2" + "example": "/spatial-scene-material?limit=25&page=2" } } } @@ -30467,7 +30460,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30482,12 +30475,12 @@ }, "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Create a new Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneLight", + "operationId": "createSpatialSceneMaterial", "parameters": [ { "name": "_response", @@ -30506,14 +30499,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30525,7 +30518,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30540,7 +30533,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30556,15 +30549,15 @@ } } }, - "/search/spatial-scene-light": { + "/search/spatial-scene-material": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Search for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneLight", + "operationId": "searchSpatialSceneMaterial", "parameters": [ { "name": "sw-include-search-info", @@ -30592,7 +30585,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30606,7 +30599,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30624,7 +30617,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30641,20 +30634,20 @@ } } }, - "/spatial-scene-light/{id}": { + "/spatial-scene-material/{id}": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLight", + "operationId": "getSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -30664,7 +30657,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30676,7 +30669,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30691,7 +30684,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30708,17 +30701,17 @@ }, "delete": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Delete a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneLight", + "operationId": "deleteSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -30749,17 +30742,17 @@ }, "patch": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneLight", + "operationId": "updateSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -30777,18 +30770,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Light resource.", + "description": "Partially update information about a Spatial Scene Material resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30800,7 +30793,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30815,7 +30808,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30834,15 +30827,15 @@ } } }, - "/aggregate/spatial-scene-light": { + "/aggregate/spatial-scene-material": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneLight", + "operationId": "aggregateSpatialSceneMaterial", "requestBody": { "required": true, "content": { @@ -30866,7 +30859,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -30880,7 +30873,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30898,7 +30891,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -30915,15 +30908,15 @@ } } }, - "/spatial-scene-material": { + "/spatial-scene-object": { "get": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "List with basic information of Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterialList", + "operationId": "getSpatialSceneObjectList", "parameters": [ { "name": "limit", @@ -30952,7 +30945,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Material resources.", + "description": "List of Spatial Scene Object resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30971,7 +30964,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } ] @@ -30985,16 +30978,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-material?limit=25" + "example": "/spatial-scene-object?limit=25" }, "last": { - "example": "/spatial-scene-material?limit=25&page=11" + "example": "/spatial-scene-object?limit=25&page=11" }, "next": { - "example": "/spatial-scene-material?limit=25&page=4" + "example": "/spatial-scene-object?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-material?limit=25&page=2" + "example": "/spatial-scene-object?limit=25&page=2" } } } @@ -31015,7 +31008,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31030,12 +31023,12 @@ }, "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Create a new Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneMaterial", + "operationId": "createSpatialSceneObject", "parameters": [ { "name": "_response", @@ -31054,14 +31047,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31073,7 +31066,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31088,7 +31081,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31104,15 +31097,15 @@ } } }, - "/search/spatial-scene-material": { + "/search/spatial-scene-object": { "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Search for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneMaterial", + "operationId": "searchSpatialSceneObject", "parameters": [ { "name": "sw-include-search-info", @@ -31140,7 +31133,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31154,7 +31147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31172,7 +31165,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31189,20 +31182,20 @@ } } }, - "/spatial-scene-material/{id}": { + "/spatial-scene-object/{id}": { "get": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterial", + "operationId": "getSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -31212,7 +31205,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31224,7 +31217,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31239,7 +31232,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31256,17 +31249,17 @@ }, "delete": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Delete a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneMaterial", + "operationId": "deleteSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -31297,17 +31290,17 @@ }, "patch": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneMaterial", + "operationId": "updateSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -31325,18 +31318,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Material resource.", + "description": "Partially update information about a Spatial Scene Object resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31348,7 +31341,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31363,7 +31356,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31382,15 +31375,15 @@ } } }, - "/aggregate/spatial-scene-material": { + "/aggregate/spatial-scene-object": { "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneMaterial", + "operationId": "aggregateSpatialSceneObject", "requestBody": { "required": true, "content": { @@ -31414,7 +31407,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31428,7 +31421,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31446,7 +31439,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31463,15 +31456,15 @@ } } }, - "/spatial-scene-object": { + "/spatial-scene-primitive": { "get": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "List with basic information of Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneObjectList", + "operationId": "getSpatialScenePrimitiveList", "parameters": [ { "name": "limit", @@ -31500,7 +31493,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Object resources.", + "description": "List of Spatial Scene Primitive resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31519,7 +31512,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } ] @@ -31533,16 +31526,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-object?limit=25" + "example": "/spatial-scene-primitive?limit=25" }, "last": { - "example": "/spatial-scene-object?limit=25&page=11" + "example": "/spatial-scene-primitive?limit=25&page=11" }, "next": { - "example": "/spatial-scene-object?limit=25&page=4" + "example": "/spatial-scene-primitive?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-object?limit=25&page=2" + "example": "/spatial-scene-primitive?limit=25&page=2" } } } @@ -31563,7 +31556,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31578,12 +31571,12 @@ }, "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Create a new Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneObject", + "operationId": "createSpatialScenePrimitive", "parameters": [ { "name": "_response", @@ -31602,14 +31595,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31621,7 +31614,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31636,7 +31629,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31652,15 +31645,15 @@ } } }, - "/search/spatial-scene-object": { + "/search/spatial-scene-primitive": { "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Search for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneObject", + "operationId": "searchSpatialScenePrimitive", "parameters": [ { "name": "sw-include-search-info", @@ -31688,7 +31681,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31702,7 +31695,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31720,7 +31713,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31737,20 +31730,20 @@ } } }, - "/spatial-scene-object/{id}": { + "/spatial-scene-primitive/{id}": { "get": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneObject", + "operationId": "getSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -31760,7 +31753,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31772,7 +31765,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31787,7 +31780,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31804,17 +31797,17 @@ }, "delete": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Delete a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneObject", + "operationId": "deleteSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -31845,17 +31838,17 @@ }, "patch": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneObject", + "operationId": "updateSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -31873,18 +31866,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Object resource.", + "description": "Partially update information about a Spatial Scene Primitive resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31896,7 +31889,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31911,7 +31904,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31930,15 +31923,15 @@ } } }, - "/aggregate/spatial-scene-object": { + "/aggregate/spatial-scene-primitive": { "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneObject", + "operationId": "aggregateSpatialScenePrimitive", "requestBody": { "required": true, "content": { @@ -31962,7 +31955,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -31976,7 +31969,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -31994,7 +31987,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32011,15 +32004,15 @@ } } }, - "/spatial-scene-primitive": { + "/sso-provider": { "get": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "List with basic information of Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScenePrimitiveList", + "operationId": "getSsoProviderList", "parameters": [ { "name": "limit", @@ -32048,7 +32041,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Primitive resources.", + "description": "List of Sso Provider resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32067,7 +32060,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } ] @@ -32081,16 +32074,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-primitive?limit=25" + "example": "/sso-provider?limit=25" }, "last": { - "example": "/spatial-scene-primitive?limit=25&page=11" + "example": "/sso-provider?limit=25&page=11" }, "next": { - "example": "/spatial-scene-primitive?limit=25&page=4" + "example": "/sso-provider?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-primitive?limit=25&page=2" + "example": "/sso-provider?limit=25&page=2" } } } @@ -32111,7 +32104,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32126,12 +32119,12 @@ }, "post": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Create a new Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialScenePrimitive", + "operationId": "createSsoProvider", "parameters": [ { "name": "_response", @@ -32150,14 +32143,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32169,7 +32162,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32184,7 +32177,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32200,15 +32193,15 @@ } } }, - "/search/spatial-scene-primitive": { + "/search/sso-provider": { "post": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Search for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialScenePrimitive", + "operationId": "searchSsoProvider", "parameters": [ { "name": "sw-include-search-info", @@ -32236,7 +32229,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32250,7 +32243,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32268,7 +32261,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32285,20 +32278,20 @@ } } }, - "/spatial-scene-primitive/{id}": { + "/sso-provider/{id}": { "get": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScenePrimitive", + "operationId": "getSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -32308,7 +32301,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32320,7 +32313,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32335,7 +32328,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32352,17 +32345,17 @@ }, "delete": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Delete a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialScenePrimitive", + "operationId": "deleteSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -32393,17 +32386,17 @@ }, "patch": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialScenePrimitive", + "operationId": "updateSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -32421,18 +32414,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Primitive resource.", + "description": "Partially update information about a Sso Provider resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32444,7 +32437,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32459,7 +32452,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32478,15 +32471,15 @@ } } }, - "/aggregate/spatial-scene-primitive": { + "/aggregate/sso-provider": { "post": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScenePrimitive", + "operationId": "aggregateSsoProvider", "requestBody": { "required": true, "content": { @@ -32510,7 +32503,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32524,7 +32517,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32542,7 +32535,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32559,15 +32552,15 @@ } } }, - "/sso-provider": { + "/sso-provider-customer": { "get": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "List with basic information of Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProviderList", + "operationId": "getSsoProviderCustomerList", "parameters": [ { "name": "limit", @@ -32596,7 +32589,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider resources.", + "description": "List of Sso Provider Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32615,7 +32608,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } ] @@ -32629,16 +32622,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider?limit=25" + "example": "/sso-provider-customer?limit=25" }, "last": { - "example": "/sso-provider?limit=25&page=11" + "example": "/sso-provider-customer?limit=25&page=11" }, "next": { - "example": "/sso-provider?limit=25&page=4" + "example": "/sso-provider-customer?limit=25&page=4" }, "prev": { - "example": "/sso-provider?limit=25&page=2" + "example": "/sso-provider-customer?limit=25&page=2" } } } @@ -32659,7 +32652,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32674,12 +32667,12 @@ }, "post": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Create a new Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSsoProvider", + "operationId": "createSsoProviderCustomer", "parameters": [ { "name": "_response", @@ -32698,14 +32691,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32717,7 +32710,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32732,7 +32725,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32748,15 +32741,15 @@ } } }, - "/search/sso-provider": { + "/search/sso-provider-customer": { "post": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Search for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSsoProvider", + "operationId": "searchSsoProviderCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -32784,7 +32777,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32798,7 +32791,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32816,7 +32809,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32833,20 +32826,20 @@ } } }, - "/sso-provider/{id}": { + "/sso-provider-customer/{id}": { "get": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Detailed information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProvider", + "operationId": "getSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -32856,7 +32849,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32868,7 +32861,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32883,7 +32876,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -32900,17 +32893,17 @@ }, "delete": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Delete a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSsoProvider", + "operationId": "deleteSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -32941,17 +32934,17 @@ }, "patch": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Partially update information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSsoProvider", + "operationId": "updateSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -32969,18 +32962,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider resource.", + "description": "Partially update information about a Sso Provider Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -32992,7 +32985,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33007,7 +33000,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33026,15 +33019,15 @@ } } }, - "/aggregate/sso-provider": { + "/aggregate/sso-provider-customer": { "post": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Aggregate for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProvider", + "operationId": "aggregateSsoProviderCustomer", "requestBody": { "required": true, "content": { @@ -33058,7 +33051,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33072,7 +33065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33090,7 +33083,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33107,15 +33100,14 @@ } } }, - "/sso-provider-customer": { + "/subscription": { "get": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "List with basic information of Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Subscription resources.", "description": "", - "operationId": "getSsoProviderCustomerList", + "operationId": "getSubscriptionList", "parameters": [ { "name": "limit", @@ -33144,7 +33136,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider Customer resources.", + "description": "List of Subscription resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33163,7 +33155,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } ] @@ -33177,16 +33169,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider-customer?limit=25" + "example": "/subscription?limit=25" }, "last": { - "example": "/sso-provider-customer?limit=25&page=11" + "example": "/subscription?limit=25&page=11" }, "next": { - "example": "/sso-provider-customer?limit=25&page=4" + "example": "/subscription?limit=25&page=4" }, "prev": { - "example": "/sso-provider-customer?limit=25&page=2" + "example": "/subscription?limit=25&page=2" } } } @@ -33207,7 +33199,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33222,12 +33214,11 @@ }, "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Create a new Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Subscription resources.", "description": "", - "operationId": "createSsoProviderCustomer", + "operationId": "createSubscription", "parameters": [ { "name": "_response", @@ -33246,14 +33237,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33265,7 +33256,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33280,7 +33271,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33296,15 +33287,14 @@ } } }, - "/search/sso-provider-customer": { + "/search/subscription": { "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Search for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Subscription resources.", "description": "", - "operationId": "searchSsoProviderCustomer", + "operationId": "searchSubscription", "parameters": [ { "name": "sw-include-search-info", @@ -33332,7 +33322,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33346,7 +33336,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33364,7 +33354,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33381,20 +33371,19 @@ } } }, - "/sso-provider-customer/{id}": { + "/subscription/{id}": { "get": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Detailed information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Subscription resource.", "description": "", - "operationId": "getSsoProviderCustomer", + "operationId": "getSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -33404,7 +33393,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33416,7 +33405,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33431,7 +33420,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33448,17 +33437,16 @@ }, "delete": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Delete a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Subscription resource.", "description": "", - "operationId": "deleteSsoProviderCustomer", + "operationId": "deleteSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -33489,17 +33477,16 @@ }, "patch": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Partially update information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Subscription resource.", "description": "", - "operationId": "updateSsoProviderCustomer", + "operationId": "updateSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -33517,18 +33504,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider Customer resource.", + "description": "Partially update information about a Subscription resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33540,7 +33527,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33555,7 +33542,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33574,15 +33561,14 @@ } } }, - "/aggregate/sso-provider-customer": { + "/aggregate/subscription": { "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Aggregate for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Subscription resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProviderCustomer", + "operationId": "aggregateSubscription", "requestBody": { "required": true, "content": { @@ -33606,7 +33592,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33620,7 +33606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33638,7 +33624,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33655,14 +33641,14 @@ } } }, - "/subscription": { + "/subscription-address": { "get": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "List with basic information of Subscription resources.", + "summary": "List with basic information of Subscription Address resources.", "description": "", - "operationId": "getSubscriptionList", + "operationId": "getSubscriptionAddressList", "parameters": [ { "name": "limit", @@ -33691,7 +33677,7 @@ ], "responses": { "200": { - "description": "List of Subscription resources.", + "description": "List of Subscription Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33710,7 +33696,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } ] @@ -33724,16 +33710,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription?limit=25" + "example": "/subscription-address?limit=25" }, "last": { - "example": "/subscription?limit=25&page=11" + "example": "/subscription-address?limit=25&page=11" }, "next": { - "example": "/subscription?limit=25&page=4" + "example": "/subscription-address?limit=25&page=4" }, "prev": { - "example": "/subscription?limit=25&page=2" + "example": "/subscription-address?limit=25&page=2" } } } @@ -33754,7 +33740,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33769,11 +33755,11 @@ }, "post": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Create a new Subscription resources.", + "summary": "Create a new Subscription Address resources.", "description": "", - "operationId": "createSubscription", + "operationId": "createSubscriptionAddress", "parameters": [ { "name": "_response", @@ -33792,14 +33778,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33811,7 +33797,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33826,7 +33812,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33842,14 +33828,14 @@ } } }, - "/search/subscription": { + "/search/subscription-address": { "post": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Search for the Subscription resources.", + "summary": "Search for the Subscription Address resources.", "description": "", - "operationId": "searchSubscription", + "operationId": "searchSubscriptionAddress", "parameters": [ { "name": "sw-include-search-info", @@ -33877,7 +33863,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33891,7 +33877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33909,7 +33895,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33926,19 +33912,19 @@ } } }, - "/subscription/{id}": { + "/subscription-address/{id}": { "get": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Detailed information about a Subscription resource.", + "summary": "Detailed information about a Subscription Address resource.", "description": "", - "operationId": "getSubscription", + "operationId": "getSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -33948,7 +33934,7 @@ ], "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -33960,7 +33946,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33975,7 +33961,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -33992,16 +33978,16 @@ }, "delete": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Delete a Subscription resource.", + "summary": "Delete a Subscription Address resource.", "description": "", - "operationId": "deleteSubscription", + "operationId": "deleteSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -34032,16 +34018,16 @@ }, "patch": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Partially update information about a Subscription resource.", + "summary": "Partially update information about a Subscription Address resource.", "description": "", - "operationId": "updateSubscription", + "operationId": "updateSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -34059,18 +34045,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription resource.", + "description": "Partially update information about a Subscription Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34082,7 +34068,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34097,7 +34083,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34116,14 +34102,14 @@ } } }, - "/aggregate/subscription": { + "/aggregate/subscription-address": { "post": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Aggregate for the Subscription resources.", + "summary": "Aggregate for the Subscription Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscription", + "operationId": "aggregateSubscriptionAddress", "requestBody": { "required": true, "content": { @@ -34147,7 +34133,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34161,7 +34147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34179,7 +34165,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34196,14 +34182,14 @@ } } }, - "/subscription-address": { + "/subscription-customer": { "get": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "List with basic information of Subscription Address resources.", + "summary": "List with basic information of Subscription Customer resources.", "description": "", - "operationId": "getSubscriptionAddressList", + "operationId": "getSubscriptionCustomerList", "parameters": [ { "name": "limit", @@ -34232,7 +34218,7 @@ ], "responses": { "200": { - "description": "List of Subscription Address resources.", + "description": "List of Subscription Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34251,7 +34237,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } ] @@ -34265,16 +34251,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-address?limit=25" + "example": "/subscription-customer?limit=25" }, "last": { - "example": "/subscription-address?limit=25&page=11" + "example": "/subscription-customer?limit=25&page=11" }, "next": { - "example": "/subscription-address?limit=25&page=4" + "example": "/subscription-customer?limit=25&page=4" }, "prev": { - "example": "/subscription-address?limit=25&page=2" + "example": "/subscription-customer?limit=25&page=2" } } } @@ -34295,7 +34281,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34310,11 +34296,11 @@ }, "post": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Create a new Subscription Address resources.", + "summary": "Create a new Subscription Customer resources.", "description": "", - "operationId": "createSubscriptionAddress", + "operationId": "createSubscriptionCustomer", "parameters": [ { "name": "_response", @@ -34333,14 +34319,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34352,7 +34338,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34367,7 +34353,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34383,14 +34369,14 @@ } } }, - "/search/subscription-address": { + "/search/subscription-customer": { "post": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Search for the Subscription Address resources.", + "summary": "Search for the Subscription Customer resources.", "description": "", - "operationId": "searchSubscriptionAddress", + "operationId": "searchSubscriptionCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -34418,7 +34404,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34432,7 +34418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34450,7 +34436,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34467,19 +34453,19 @@ } } }, - "/subscription-address/{id}": { + "/subscription-customer/{id}": { "get": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Detailed information about a Subscription Address resource.", + "summary": "Detailed information about a Subscription Customer resource.", "description": "", - "operationId": "getSubscriptionAddress", + "operationId": "getSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -34489,7 +34475,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34501,7 +34487,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34516,7 +34502,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34533,16 +34519,16 @@ }, "delete": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Delete a Subscription Address resource.", + "summary": "Delete a Subscription Customer resource.", "description": "", - "operationId": "deleteSubscriptionAddress", + "operationId": "deleteSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -34573,16 +34559,16 @@ }, "patch": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Partially update information about a Subscription Address resource.", + "summary": "Partially update information about a Subscription Customer resource.", "description": "", - "operationId": "updateSubscriptionAddress", + "operationId": "updateSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -34600,18 +34586,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Address resource.", + "description": "Partially update information about a Subscription Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34623,7 +34609,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34638,7 +34624,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34657,14 +34643,14 @@ } } }, - "/aggregate/subscription-address": { + "/aggregate/subscription-customer": { "post": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Aggregate for the Subscription Address resources.", + "summary": "Aggregate for the Subscription Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionAddress", + "operationId": "aggregateSubscriptionCustomer", "requestBody": { "required": true, "content": { @@ -34688,7 +34674,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34702,7 +34688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34720,7 +34706,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34737,14 +34723,14 @@ } } }, - "/subscription-customer": { + "/subscription-interval": { "get": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "List with basic information of Subscription Customer resources.", + "summary": "List with basic information of Subscription Interval resources.", "description": "", - "operationId": "getSubscriptionCustomerList", + "operationId": "getSubscriptionIntervalList", "parameters": [ { "name": "limit", @@ -34773,7 +34759,7 @@ ], "responses": { "200": { - "description": "List of Subscription Customer resources.", + "description": "List of Subscription Interval resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34792,7 +34778,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } ] @@ -34806,16 +34792,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-customer?limit=25" + "example": "/subscription-interval?limit=25" }, "last": { - "example": "/subscription-customer?limit=25&page=11" + "example": "/subscription-interval?limit=25&page=11" }, "next": { - "example": "/subscription-customer?limit=25&page=4" + "example": "/subscription-interval?limit=25&page=4" }, "prev": { - "example": "/subscription-customer?limit=25&page=2" + "example": "/subscription-interval?limit=25&page=2" } } } @@ -34836,7 +34822,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34851,11 +34837,11 @@ }, "post": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Create a new Subscription Customer resources.", + "summary": "Create a new Subscription Interval resources.", "description": "", - "operationId": "createSubscriptionCustomer", + "operationId": "createSubscriptionInterval", "parameters": [ { "name": "_response", @@ -34874,14 +34860,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34893,7 +34879,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34908,7 +34894,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34924,14 +34910,14 @@ } } }, - "/search/subscription-customer": { + "/search/subscription-interval": { "post": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Search for the Subscription Customer resources.", + "summary": "Search for the Subscription Interval resources.", "description": "", - "operationId": "searchSubscriptionCustomer", + "operationId": "searchSubscriptionInterval", "parameters": [ { "name": "sw-include-search-info", @@ -34959,7 +34945,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -34973,7 +34959,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -34991,7 +34977,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35008,19 +34994,19 @@ } } }, - "/subscription-customer/{id}": { + "/subscription-interval/{id}": { "get": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Detailed information about a Subscription Customer resource.", + "summary": "Detailed information about a Subscription Interval resource.", "description": "", - "operationId": "getSubscriptionCustomer", + "operationId": "getSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -35030,7 +35016,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35042,7 +35028,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35057,7 +35043,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35074,16 +35060,16 @@ }, "delete": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Delete a Subscription Customer resource.", + "summary": "Delete a Subscription Interval resource.", "description": "", - "operationId": "deleteSubscriptionCustomer", + "operationId": "deleteSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -35114,16 +35100,16 @@ }, "patch": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Partially update information about a Subscription Customer resource.", + "summary": "Partially update information about a Subscription Interval resource.", "description": "", - "operationId": "updateSubscriptionCustomer", + "operationId": "updateSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -35141,18 +35127,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Customer resource.", + "description": "Partially update information about a Subscription Interval resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35164,7 +35150,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35179,7 +35165,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35198,14 +35184,14 @@ } } }, - "/aggregate/subscription-customer": { + "/aggregate/subscription-interval": { "post": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Aggregate for the Subscription Customer resources.", + "summary": "Aggregate for the Subscription Interval resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionCustomer", + "operationId": "aggregateSubscriptionInterval", "requestBody": { "required": true, "content": { @@ -35229,7 +35215,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35243,7 +35229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35261,7 +35247,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35278,14 +35264,14 @@ } } }, - "/subscription-interval": { + "/subscription-plan": { "get": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "List with basic information of Subscription Interval resources.", + "summary": "List with basic information of Subscription Plan resources.", "description": "", - "operationId": "getSubscriptionIntervalList", + "operationId": "getSubscriptionPlanList", "parameters": [ { "name": "limit", @@ -35314,7 +35300,7 @@ ], "responses": { "200": { - "description": "List of Subscription Interval resources.", + "description": "List of Subscription Plan resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35333,7 +35319,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } ] @@ -35347,16 +35333,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-interval?limit=25" + "example": "/subscription-plan?limit=25" }, "last": { - "example": "/subscription-interval?limit=25&page=11" + "example": "/subscription-plan?limit=25&page=11" }, "next": { - "example": "/subscription-interval?limit=25&page=4" + "example": "/subscription-plan?limit=25&page=4" }, "prev": { - "example": "/subscription-interval?limit=25&page=2" + "example": "/subscription-plan?limit=25&page=2" } } } @@ -35377,7 +35363,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35392,11 +35378,11 @@ }, "post": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Create a new Subscription Interval resources.", + "summary": "Create a new Subscription Plan resources.", "description": "", - "operationId": "createSubscriptionInterval", + "operationId": "createSubscriptionPlan", "parameters": [ { "name": "_response", @@ -35415,14 +35401,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35434,7 +35420,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35449,7 +35435,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35465,14 +35451,14 @@ } } }, - "/search/subscription-interval": { + "/search/subscription-plan": { "post": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Search for the Subscription Interval resources.", + "summary": "Search for the Subscription Plan resources.", "description": "", - "operationId": "searchSubscriptionInterval", + "operationId": "searchSubscriptionPlan", "parameters": [ { "name": "sw-include-search-info", @@ -35500,7 +35486,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35514,7 +35500,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35532,7 +35518,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35549,19 +35535,19 @@ } } }, - "/subscription-interval/{id}": { + "/subscription-plan/{id}": { "get": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Detailed information about a Subscription Interval resource.", + "summary": "Detailed information about a Subscription Plan resource.", "description": "", - "operationId": "getSubscriptionInterval", + "operationId": "getSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -35571,7 +35557,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35583,7 +35569,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35598,7 +35584,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35615,16 +35601,16 @@ }, "delete": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Delete a Subscription Interval resource.", + "summary": "Delete a Subscription Plan resource.", "description": "", - "operationId": "deleteSubscriptionInterval", + "operationId": "deleteSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -35655,16 +35641,16 @@ }, "patch": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Partially update information about a Subscription Interval resource.", + "summary": "Partially update information about a Subscription Plan resource.", "description": "", - "operationId": "updateSubscriptionInterval", + "operationId": "updateSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -35682,18 +35668,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Interval resource.", + "description": "Partially update information about a Subscription Plan resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35705,7 +35691,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35720,7 +35706,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35739,14 +35725,14 @@ } } }, - "/aggregate/subscription-interval": { + "/aggregate/subscription-plan": { "post": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Aggregate for the Subscription Interval resources.", + "summary": "Aggregate for the Subscription Plan resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionInterval", + "operationId": "aggregateSubscriptionPlan", "requestBody": { "required": true, "content": { @@ -35770,7 +35756,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35784,7 +35770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35802,7 +35788,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35819,14 +35805,14 @@ } } }, - "/subscription-plan": { + "/swag-delay-action": { "get": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "List with basic information of Subscription Plan resources.", + "summary": "List with basic information of Swag Delay Action resources.", "description": "", - "operationId": "getSubscriptionPlanList", + "operationId": "getSwagDelayActionList", "parameters": [ { "name": "limit", @@ -35855,7 +35841,7 @@ ], "responses": { "200": { - "description": "List of Subscription Plan resources.", + "description": "List of Swag Delay Action resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35874,7 +35860,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } ] @@ -35888,16 +35874,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-plan?limit=25" + "example": "/swag-delay-action?limit=25" }, "last": { - "example": "/subscription-plan?limit=25&page=11" + "example": "/swag-delay-action?limit=25&page=11" }, "next": { - "example": "/subscription-plan?limit=25&page=4" + "example": "/swag-delay-action?limit=25&page=4" }, "prev": { - "example": "/subscription-plan?limit=25&page=2" + "example": "/swag-delay-action?limit=25&page=2" } } } @@ -35918,7 +35904,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35933,11 +35919,11 @@ }, "post": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Create a new Subscription Plan resources.", + "summary": "Create a new Swag Delay Action resources.", "description": "", - "operationId": "createSubscriptionPlan", + "operationId": "createSwagDelayAction", "parameters": [ { "name": "_response", @@ -35956,14 +35942,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -35975,7 +35961,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -35990,7 +35976,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36006,14 +35992,14 @@ } } }, - "/search/subscription-plan": { + "/search/swag-delay-action": { "post": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Search for the Subscription Plan resources.", + "summary": "Search for the Swag Delay Action resources.", "description": "", - "operationId": "searchSubscriptionPlan", + "operationId": "searchSwagDelayAction", "parameters": [ { "name": "sw-include-search-info", @@ -36041,7 +36027,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36055,7 +36041,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36073,7 +36059,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36090,19 +36076,19 @@ } } }, - "/subscription-plan/{id}": { + "/swag-delay-action/{id}": { "get": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Detailed information about a Subscription Plan resource.", + "summary": "Detailed information about a Swag Delay Action resource.", "description": "", - "operationId": "getSubscriptionPlan", + "operationId": "getSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -36112,7 +36098,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36124,7 +36110,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36139,7 +36125,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36156,16 +36142,16 @@ }, "delete": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Delete a Subscription Plan resource.", + "summary": "Delete a Swag Delay Action resource.", "description": "", - "operationId": "deleteSubscriptionPlan", + "operationId": "deleteSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -36196,16 +36182,16 @@ }, "patch": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Partially update information about a Subscription Plan resource.", + "summary": "Partially update information about a Swag Delay Action resource.", "description": "", - "operationId": "updateSubscriptionPlan", + "operationId": "updateSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -36223,18 +36209,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Plan resource.", + "description": "Partially update information about a Swag Delay Action resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36246,7 +36232,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36261,7 +36247,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36280,14 +36266,14 @@ } } }, - "/aggregate/subscription-plan": { + "/aggregate/swag-delay-action": { "post": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Aggregate for the Subscription Plan resources.", + "summary": "Aggregate for the Swag Delay Action resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionPlan", + "operationId": "aggregateSwagDelayAction", "requestBody": { "required": true, "content": { @@ -36311,7 +36297,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36325,7 +36311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36343,7 +36329,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36360,14 +36346,14 @@ } } }, - "/swag-delay-action": { + "/warehouse": { "get": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "List with basic information of Swag Delay Action resources.", + "summary": "List with basic information of Warehouse resources.", "description": "", - "operationId": "getSwagDelayActionList", + "operationId": "getWarehouseList", "parameters": [ { "name": "limit", @@ -36396,7 +36382,7 @@ ], "responses": { "200": { - "description": "List of Swag Delay Action resources.", + "description": "List of Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36415,7 +36401,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } ] @@ -36429,16 +36415,16 @@ "type": "object", "properties": { "first": { - "example": "/swag-delay-action?limit=25" + "example": "/warehouse?limit=25" }, "last": { - "example": "/swag-delay-action?limit=25&page=11" + "example": "/warehouse?limit=25&page=11" }, "next": { - "example": "/swag-delay-action?limit=25&page=4" + "example": "/warehouse?limit=25&page=4" }, "prev": { - "example": "/swag-delay-action?limit=25&page=2" + "example": "/warehouse?limit=25&page=2" } } } @@ -36459,7 +36445,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36474,11 +36460,11 @@ }, "post": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Create a new Swag Delay Action resources.", + "summary": "Create a new Warehouse resources.", "description": "", - "operationId": "createSwagDelayAction", + "operationId": "createWarehouse", "parameters": [ { "name": "_response", @@ -36497,14 +36483,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } }, "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36516,7 +36502,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36531,7 +36517,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36547,14 +36533,14 @@ } } }, - "/search/swag-delay-action": { + "/search/warehouse": { "post": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Search for the Swag Delay Action resources.", + "summary": "Search for the Warehouse resources.", "description": "", - "operationId": "searchSwagDelayAction", + "operationId": "searchWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -36582,7 +36568,7 @@ }, "responses": { "200": { - "description": "List of SwagDelayAction", + "description": "List of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36596,7 +36582,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36614,7 +36600,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36631,19 +36617,19 @@ } } }, - "/swag-delay-action/{id}": { + "/warehouse/{id}": { "get": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Detailed information about a Swag Delay Action resource.", + "summary": "Detailed information about a Warehouse resource.", "description": "", - "operationId": "getSwagDelayAction", + "operationId": "getWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -36653,7 +36639,7 @@ ], "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36665,7 +36651,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36680,7 +36666,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36697,16 +36683,16 @@ }, "delete": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Delete a Swag Delay Action resource.", + "summary": "Delete a Warehouse resource.", "description": "", - "operationId": "deleteSwagDelayAction", + "operationId": "deleteWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -36737,16 +36723,16 @@ }, "patch": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Partially update information about a Swag Delay Action resource.", + "summary": "Partially update information about a Warehouse resource.", "description": "", - "operationId": "updateSwagDelayAction", + "operationId": "updateWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -36764,18 +36750,18 @@ } ], "requestBody": { - "description": "Partially update information about a Swag Delay Action resource.", + "description": "Partially update information about a Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } }, "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36787,7 +36773,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36802,7 +36788,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36821,14 +36807,14 @@ } } }, - "/aggregate/swag-delay-action": { + "/aggregate/warehouse": { "post": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Aggregate for the Swag Delay Action resources.", + "summary": "Aggregate for the Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSwagDelayAction", + "operationId": "aggregateWarehouse", "requestBody": { "required": true, "content": { @@ -36852,7 +36838,7 @@ }, "responses": { "200": { - "description": "List of SwagDelayAction", + "description": "List of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -36866,7 +36852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36884,7 +36870,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -36901,14 +36887,14 @@ } } }, - "/warehouse": { + "/warehouse-group": { "get": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "List with basic information of Warehouse resources.", + "summary": "List with basic information of Warehouse Group resources.", "description": "", - "operationId": "getWarehouseList", + "operationId": "getWarehouseGroupList", "parameters": [ { "name": "limit", @@ -36937,7 +36923,7 @@ ], "responses": { "200": { - "description": "List of Warehouse resources.", + "description": "List of Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36956,7 +36942,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } ] @@ -36970,16 +36956,16 @@ "type": "object", "properties": { "first": { - "example": "/warehouse?limit=25" + "example": "/warehouse-group?limit=25" }, "last": { - "example": "/warehouse?limit=25&page=11" + "example": "/warehouse-group?limit=25&page=11" }, "next": { - "example": "/warehouse?limit=25&page=4" + "example": "/warehouse-group?limit=25&page=4" }, "prev": { - "example": "/warehouse?limit=25&page=2" + "example": "/warehouse-group?limit=25&page=2" } } } @@ -37000,7 +36986,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37015,11 +37001,11 @@ }, "post": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Create a new Warehouse resources.", + "summary": "Create a new Warehouse Group resources.", "description": "", - "operationId": "createWarehouse", + "operationId": "createWarehouseGroup", "parameters": [ { "name": "_response", @@ -37038,14 +37024,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of Warehouse", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37057,7 +37043,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37072,7 +37058,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37088,14 +37074,14 @@ } } }, - "/search/warehouse": { + "/search/warehouse-group": { "post": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Search for the Warehouse resources.", + "summary": "Search for the Warehouse Group resources.", "description": "", - "operationId": "searchWarehouse", + "operationId": "searchWarehouseGroup", "parameters": [ { "name": "sw-include-search-info", @@ -37123,7 +37109,7 @@ }, "responses": { "200": { - "description": "List of Warehouse", + "description": "List of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37137,7 +37123,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37155,7 +37141,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37172,19 +37158,19 @@ } } }, - "/warehouse/{id}": { + "/warehouse-group/{id}": { "get": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Detailed information about a Warehouse resource.", + "summary": "Detailed information about a Warehouse Group resource.", "description": "", - "operationId": "getWarehouse", + "operationId": "getWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the warehouse", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -37194,7 +37180,7 @@ ], "responses": { "200": { - "description": "Detail of Warehouse", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37206,7 +37192,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37221,7 +37207,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37238,16 +37224,16 @@ }, "delete": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Delete a Warehouse resource.", + "summary": "Delete a Warehouse Group resource.", "description": "", - "operationId": "deleteWarehouse", + "operationId": "deleteWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the warehouse", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -37278,16 +37264,16 @@ }, "patch": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Partially update information about a Warehouse resource.", + "summary": "Partially update information about a Warehouse Group resource.", "description": "", - "operationId": "updateWarehouse", + "operationId": "updateWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the warehouse", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -37305,18 +37291,18 @@ } ], "requestBody": { - "description": "Partially update information about a Warehouse resource.", + "description": "Partially update information about a Warehouse Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of Warehouse", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37328,7 +37314,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37343,7 +37329,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37362,14 +37348,14 @@ } } }, - "/aggregate/warehouse": { + "/aggregate/warehouse-group": { "post": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Aggregate for the Warehouse resources.", + "summary": "Aggregate for the Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateWarehouse", + "operationId": "aggregateWarehouseGroup", "requestBody": { "required": true, "content": { @@ -37393,7 +37379,7 @@ }, "responses": { "200": { - "description": "List of Warehouse", + "description": "List of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37407,7 +37393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37425,7 +37411,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37442,262 +37428,94 @@ } } }, - "/warehouse-group": { - "get": { - "tags": [ - "Warehouse Group" - ], - "summary": "List with basic information of Warehouse Group resources.", - "description": "", - "operationId": "getWarehouseGroupList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Warehouse Group resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/warehouse-group?limit=25" - }, - "last": { - "example": "/warehouse-group?limit=25&page=11" - }, - "next": { - "example": "/warehouse-group?limit=25&page=4" - }, - "prev": { - "example": "/warehouse-group?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, + "/_action/media/presign-upload": { "post": { "tags": [ - "Warehouse Group" - ], - "summary": "Create a new Warehouse Group resources.", - "description": "", - "operationId": "createWarehouseGroup", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } + "Asset Management" ], + "summary": "Prepare a presigned upload", + "description": "Creates or reuses a media entity and returns a presigned S3 URL for direct browser-to-storage upload. The client uploads the file directly to the returned URL, then calls the finalize endpoint.", + "operationId": "presignUpload", "requestBody": { + "required": true, "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WarehouseGroup" + "type": "object", + "required": [ + "fileName", + "extension", + "mimeType" + ], + "properties": { + "fileName": { + "type": "string", + "description": "Name of the file without extension" + }, + "extension": { + "type": "string", + "description": "File extension, e.g. `jpg`, `png`, `pdf`" + }, + "mimeType": { + "type": "string", + "description": "MIME type of the file, e.g. `image/jpeg`" + }, + "mediaFolderId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the media folder to place the new media in" + }, + "private": { + "type": "boolean", + "default": false, + "description": "Whether the media should be private" + }, + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of an existing media entity to replace. If omitted, a new entity is created." + } + } } } } }, "responses": { "200": { - "description": "Detail of WarehouseGroup", + "description": "Presigned upload prepared successfully", "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, "application/json": { "schema": { "type": "object", "required": [ - "data" + "mediaId", + "url", + "path", + "expiresAt", + "isDuplicate" ], "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/warehouse-group": { - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Search for the Warehouse Group resources.", - "description": "", - "operationId": "searchWarehouseGroup", - "parameters": [ - { - "name": "sw-include-search-info", - "in": "header", - "description": "Controls whether API search information is included in the response. Default is 1 (enabled), will be 0 (disabled) in the next major version.", - "schema": { - "type": "string", - "enum": [ - "0", - "1" - ], - "default": "1" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, - "responses": { - "200": { - "description": "List of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the media entity" }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" + "url": { + "type": "string", + "description": "Presigned URL to upload the file to via HTTP PUT" }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } + "path": { + "type": "string", + "description": "Storage path of the media file, required for the finalize call" + }, + "expiresAt": { + "type": "string", + "format": "date-time", + "description": "Expiration time of the presigned URL" + }, + "isDuplicate": { + "type": "boolean", + "description": "Whether a file with the same name already exists" } } } @@ -37705,186 +37523,102 @@ } }, "400": { + "description": "Bad request. The file extension is not supported or the file name is invalid.", "$ref": "#/components/responses/400" }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/warehouse-group/{id}": { - "get": { - "tags": [ - "Warehouse Group" - ], - "summary": "Detailed information about a Warehouse Group resource.", - "description": "", - "operationId": "getWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of WarehouseGroup", + "404": { + "description": "The media entity with the given `mediaId` was not found.", + "$ref": "#/components/responses/404" + }, + "422": { + "description": "Validation error. Required fields (`fileName`, `extension`, `mimeType`) must not be blank.", "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, "application/json": { "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } + "$ref": "#/components/schemas/failure" } } } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Warehouse Group" - ], - "summary": "Delete a Warehouse Group resource.", - "description": "", - "operationId": "deleteWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" } } - }, - "patch": { + } + }, + "/_action/media/{mediaId}/finalize-upload": { + "post": { "tags": [ - "Warehouse Group" + "Asset Management" ], - "summary": "Partially update information about a Warehouse Group resource.", - "description": "", - "operationId": "updateWarehouseGroup", + "summary": "Finalize a presigned upload", + "description": "Confirms that the file has been uploaded to storage via the presigned URL and updates the media entity with file metadata.", + "operationId": "finalizeUpload", "parameters": [ { - "name": "id", + "name": "mediaId", "in": "path", - "description": "Identifier for the warehouse_group", "required": true, + "description": "ID of the media entity to finalize", "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" + "$ref": "#/components/schemas/MediaId" } } ], "requestBody": { - "description": "Partially update information about a Warehouse Group resource.", + "required": true, "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WarehouseGroup" + "type": "object", + "required": [ + "fileName", + "extension", + "mimeType", + "path" + ], + "properties": { + "fileName": { + "type": "string", + "description": "Name of the file without extension" + }, + "extension": { + "type": "string", + "description": "File extension, e.g. `jpg`, `png`, `pdf`" + }, + "mimeType": { + "type": "string", + "description": "MIME type of the file" + }, + "path": { + "type": "string", + "description": "Storage path returned by the presign-upload endpoint" + }, + "width": { + "type": "integer", + "description": "Image width in pixels (optional, for images only)" + }, + "height": { + "type": "integer", + "description": "Image height in pixels (optional, for images only)" + } + } } } } }, "responses": { "200": { - "description": "Detail of WarehouseGroup", + "description": "Upload finalized successfully", "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, "application/json": { "schema": { "type": "object", "required": [ - "data" + "mediaId" ], "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the finalized media entity" } } } @@ -37892,93 +37626,22 @@ } }, "400": { + "description": "Bad request. The file extension is not supported, the storage path does not match, the file name is already taken, or the file could not be found on the remote storage.", "$ref": "#/components/responses/400" }, "404": { + "description": "The media entity with the given `mediaId` was not found.", "$ref": "#/components/responses/404" }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/warehouse-group": { - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Aggregate for the Warehouse Group resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateWarehouseGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of WarehouseGroup", + "422": { + "description": "Validation error. Required fields (`fileName`, `extension`, `mimeType`, `path`) must not be blank.", "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - ] - } - }, "application/json": { "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } + "$ref": "#/components/schemas/failure" } } } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" } } } @@ -51005,12 +50668,6 @@ "description": "When the value is set to true, the product is hidden when sold out.", "type": "boolean" }, - "availableStock": { - "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", - "type": "integer", - "format": "int64", - "readOnly": true - }, "stock": { "description": "Indicates the number of products available.", "type": "integer", @@ -51230,6 +50887,13 @@ "readOnly": true, "deprecated": true }, + "availableStock": { + "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", + "type": "integer", + "format": "int64", + "readOnly": true, + "deprecated": true + }, "createdAt": { "type": "string", "format": "date-time", @@ -52880,12 +52544,6 @@ "description": "When the value is set to true, the product is hidden when sold out.", "type": "boolean" }, - "availableStock": { - "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", - "type": "integer", - "format": "int64", - "readOnly": true - }, "stock": { "description": "Indicates the number of products available.", "type": "integer", @@ -53105,6 +52763,13 @@ "readOnly": true, "deprecated": true }, + "availableStock": { + "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", + "type": "integer", + "format": "int64", + "readOnly": true, + "deprecated": true + }, "createdAt": { "type": "string", "format": "date-time", @@ -63886,6 +63551,37 @@ } }, "type": "object" + }, + "documentFiles": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/document/0945359809dad1fbf3dea1c95a0da951/documentFiles" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "document_file" + }, + "id": { + "type": "string", + "example": "aad3bfae9fe3322b72a0bfbdda842b11" + } + } + } + } + }, + "type": "object" } }, "type": "object" @@ -63981,6 +63677,12 @@ }, "documentA11yMediaFile": { "$ref": "#/components/schemas/Media" + }, + "documentFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentFile" + } } }, "type": "object" @@ -64408,6 +64110,156 @@ }, "type": "object" }, + "DocumentFileJsonApi": { + "description": "Added since version: 6.7.10.0", + "allOf": [ + { + "$ref": "#/components/schemas/resource" + }, + { + "required": [ + "id", + "documentId", + "mediaId", + "documentFormat" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentFormat": { + "type": "string" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "relationships": { + "properties": { + "document": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/document-file/5580291c9799ddf9960e32b951f5e86b/document" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "document" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "fdc3bdefb79cec8eb8211d2499e04704" + } + } + } + }, + "type": "object" + }, + "media": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/document-file/5580291c9799ddf9960e32b951f5e86b/media" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "media" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "62933a2951ef01f4eafd9bdf4d3cd2f0" + } + } + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + } + ] + }, + "DocumentFile": { + "description": "Added since version: 6.7.10.0", + "required": [ + "id", + "documentId", + "mediaId", + "documentFormat" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentFormat": { + "type": "string" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "document": { + "$ref": "#/components/schemas/Document" + }, + "media": { + "$ref": "#/components/schemas/Media" + } + }, + "type": "object" + }, "DocumentTypeJsonApi": { "description": "Added since version: 6.0.0.0", "allOf": [ @@ -70190,6 +70042,35 @@ } }, "type": "object" + }, + "documentFile": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/media/3b563524fdb17b4a86590470d40bef74/documentFile" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "document_file" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "e6fc751fcb387f6f87970b7fed0b489f" + } + } + } + }, + "type": "object" } }, "type": "object" @@ -70658,6 +70539,9 @@ "items": { "$ref": "#/components/schemas/AppShippingMethod" } + }, + "documentFile": { + "$ref": "#/components/schemas/DocumentFile" } }, "type": "object" @@ -83361,6 +83245,9 @@ "$ref": "#/components/schemas/Price" } }, + "customFields": { + "type": "object" + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -83371,9 +83258,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object" - }, "createdAt": { "type": "string", "format": "date-time", @@ -83490,6 +83374,9 @@ "$ref": "#/components/schemas/Price" } }, + "customFields": { + "type": "object" + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -83500,9 +83387,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object" - }, "createdAt": { "type": "string", "format": "date-time", @@ -96110,6 +95994,11 @@ "customFields": { "type": "object" }, + "position": { + "description": "Numerical value that indicates the order in which the defined salutations must be displayed in the frontend.", + "type": "integer", + "format": "int64" + }, "createdAt": { "type": "string", "format": "date-time", @@ -96412,6 +96301,11 @@ "customFields": { "type": "object" }, + "position": { + "description": "Numerical value that indicates the order in which the defined salutations must be displayed in the frontend.", + "type": "integer", + "format": "int64" + }, "createdAt": { "type": "string", "format": "date-time", @@ -109698,6 +109592,10 @@ "disableExtensionManagement": { "type": "boolean", "description": "True if runtime extension management is disabled." + }, + "presignedUploadSupported": { + "type": "boolean", + "description": "Whether presigned S3 upload is available. True when presigned upload is enabled and an S3 filesystem is configured." } }, "required": [ @@ -110665,39 +110563,62 @@ "description": "Price object", "properties": { "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", "pattern": "^[0-9a-f]{32}$" }, "gross": { - "description": "", + "description": "Gross price for the associated currency.", "type": "number" }, "net": { - "description": "", + "description": "Net price for the associated currency.", "type": "number" }, "linked": { - "description": "", + "description": "Whether gross and net prices are linked through the tax configuration.", "type": "boolean" }, + "percentage": { + "description": "Discount percentage relative to the list price for the gross and net amounts. `null` when no list price is set.", + "type": [ + "object", + "null" + ], + "properties": { + "gross": { + "description": "Discount percentage relative to the gross list price.", + "type": "number" + }, + "net": { + "description": "Discount percentage relative to the net list price.", + "type": "number" + } + }, + "required": [ + "gross", + "net" + ] + }, "listPrice": { - "description": "", + "description": "Reference list price for displaying discounts.", "type": "object", "properties": { "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", "pattern": "^[0-9a-f]{32}$" }, "gross": { - "description": "", + "description": "Gross list price for the associated currency.", "type": "number" }, "net": { - "description": "", + "description": "Net list price for the associated currency.", "type": "number" }, "linked": { - "description": "", + "description": "Whether gross and net list prices are linked through the tax configuration.", "type": "boolean" } }, @@ -110708,23 +110629,24 @@ ] }, "regulationPrice": { - "description": "", + "description": "Reference price used for legal price disclosures.", "type": "object", "properties": { "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", "pattern": "^[0-9a-f]{32}$" }, "gross": { - "description": "", + "description": "Gross regulation price for the associated currency.", "type": "number" }, "net": { - "description": "", + "description": "Net regulation price for the associated currency.", "type": "number" }, "linked": { - "description": "", + "description": "Whether gross and net regulation prices are linked through the tax configuration.", "type": "boolean" } }, @@ -111887,6 +111809,10 @@ "name": "Document Base Config Sales Channel", "description": "The endpoint for operations on Document Base Config Sales Channel" }, + { + "name": "Document File", + "description": "The endpoint for operations on Document File" + }, { "name": "Document Type", "description": "The endpoint for operations on Document Type" diff --git a/SwagCommercial-adminapi.summary.json b/SwagCommercial-adminapi.summary.json index 7228d8d..071f3b2 100644 --- a/SwagCommercial-adminapi.summary.json +++ b/SwagCommercial-adminapi.summary.json @@ -3,6 +3,8 @@ "/_action/create-employee", "/_action/custom-price", "/_action/invite-employee", + "/_action/media/presign-upload", + "/_action/media/{mediaId}/finalize-upload", "/_action/quote/{quoteId}/comment", "/_action/quote/{quoteId}/lineItem", "/_action/quote/{quoteId}/product/{productId}", @@ -62,6 +64,7 @@ "/aggregate/bundle-item", "/aggregate/custom-price", "/aggregate/customer-specific-features", + "/aggregate/document-file", "/aggregate/media-ai-tag", "/aggregate/order-product-warehouse", "/aggregate/order-return", @@ -78,8 +81,6 @@ "/aggregate/quote-employee", "/aggregate/quote-line-item", "/aggregate/quote-transaction", - "/aggregate/sales-channel-tracking-customer", - "/aggregate/sales-channel-tracking-order", "/aggregate/spatial-render-config-size", "/aggregate/spatial-scene", "/aggregate/spatial-scene-camera", @@ -152,6 +153,8 @@ "/custom-price/{id}", "/customer-specific-features", "/customer-specific-features/{id}", + "/document-file", + "/document-file/{id}", "/media-ai-tag", "/media-ai-tag/{id}", "/order-product-warehouse", @@ -189,10 +192,6 @@ "/quote-transaction", "/quote-transaction/{id}", "/quote/{id}", - "/sales-channel-tracking-customer", - "/sales-channel-tracking-customer/{id}", - "/sales-channel-tracking-order", - "/sales-channel-tracking-order/{id}", "/search/advanced-search-action", "/search/advanced-search-action-search-term", "/search/advanced-search-boosting", @@ -227,6 +226,7 @@ "/search/bundle-item", "/search/custom-price", "/search/customer-specific-features", + "/search/document-file", "/search/media-ai-tag", "/search/order-product-warehouse", "/search/order-return", @@ -243,8 +243,6 @@ "/search/quote-employee", "/search/quote-line-item", "/search/quote-transaction", - "/search/sales-channel-tracking-customer", - "/search/sales-channel-tracking-order", "/search/spatial-render-config-size", "/search/spatial-scene", "/search/spatial-scene-camera", @@ -466,6 +464,8 @@ "DocumentBaseConfigJsonApi", "DocumentBaseConfigSalesChannel", "DocumentBaseConfigSalesChannelJsonApi", + "DocumentFile", + "DocumentFileJsonApi", "DocumentJsonApi", "DocumentType", "DocumentTypeJsonApi",