diff --git a/adminapi.json b/adminapi.json index 3b6cf90..8b17c32 100644 --- a/adminapi.json +++ b/adminapi.json @@ -18409,14 +18409,14 @@ } } }, - "/document-type": { + "/document-file": { "get": { "tags": [ - "Document Type" + "Document File" ], - "summary": "List with basic information of Document Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getDocumentTypeList", + "summary": "List with basic information of Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFileList", "parameters": [ { "name": "limit", @@ -18445,7 +18445,7 @@ ], "responses": { "200": { - "description": "List of Document Type resources.", + "description": "List of Document File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -18464,7 +18464,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } ] @@ -18478,16 +18478,16 @@ "type": "object", "properties": { "first": { - "example": "/document-type?limit=25" + "example": "/document-file?limit=25" }, "last": { - "example": "/document-type?limit=25&page=11" + "example": "/document-file?limit=25&page=11" }, "next": { - "example": "/document-type?limit=25&page=4" + "example": "/document-file?limit=25&page=4" }, "prev": { - "example": "/document-type?limit=25&page=2" + "example": "/document-file?limit=25&page=2" } } } @@ -18508,7 +18508,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18523,11 +18523,11 @@ }, "post": { "tags": [ - "Document Type" + "Document File" ], - "summary": "Create a new Document Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createDocumentType", + "summary": "Create a new Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "createDocumentFile", "parameters": [ { "name": "_response", @@ -18546,14 +18546,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of DocumentType", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18565,7 +18565,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18580,7 +18580,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18596,14 +18596,14 @@ } } }, - "/search/document-type": { + "/search/document-file": { "post": { "tags": [ - "Document Type" + "Document File" ], - "summary": "Search for the Document Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchDocumentType", + "summary": "Search for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "searchDocumentFile", "parameters": [ { "name": "sw-include-search-info", @@ -18631,7 +18631,7 @@ }, "responses": { "200": { - "description": "List of DocumentType", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18645,7 +18645,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18663,7 +18663,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18680,19 +18680,19 @@ } } }, - "/document-type/{id}": { + "/document-file/{id}": { "get": { "tags": [ - "Document Type" + "Document File" ], - "summary": "Detailed information about a Document Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getDocumentType", + "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 document_type", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -18702,7 +18702,7 @@ ], "responses": { "200": { - "description": "Detail of DocumentType", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18714,7 +18714,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18729,7 +18729,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18746,16 +18746,16 @@ }, "delete": { "tags": [ - "Document Type" + "Document File" ], - "summary": "Delete a Document Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteDocumentType", + "summary": "Delete a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "deleteDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the document_type", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -18786,16 +18786,16 @@ }, "patch": { "tags": [ - "Document Type" + "Document File" ], - "summary": "Partially update information about a Document Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateDocumentType", + "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 document_type", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -18813,18 +18813,18 @@ } ], "requestBody": { - "description": "Partially update information about a Document Type resource.", + "description": "Partially update information about a Document File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of DocumentType", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18836,7 +18836,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18851,7 +18851,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18870,14 +18870,14 @@ } } }, - "/aggregate/document-type": { + "/aggregate/document-file": { "post": { "tags": [ - "Document Type" + "Document File" ], - "summary": "Aggregate for the Document Type resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDocumentType", + "summary": "Aggregate for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "aggregateDocumentFile", "requestBody": { "required": true, "content": { @@ -18901,7 +18901,7 @@ }, "responses": { "200": { - "description": "List of DocumentType", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -18915,7 +18915,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18933,7 +18933,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DocumentType" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -18950,14 +18950,14 @@ } } }, - "/flow": { + "/document-type": { "get": { "tags": [ - "Flow" + "Document Type" ], - "summary": "List with basic information of Flow resources.", - "description": "Available since: 6.4.6.0", - "operationId": "getFlowList", + "summary": "List with basic information of Document Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getDocumentTypeList", "parameters": [ { "name": "limit", @@ -18986,7 +18986,7 @@ ], "responses": { "200": { - "description": "List of Flow resources.", + "description": "List of Document Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19005,7 +19005,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } ] @@ -19019,16 +19019,16 @@ "type": "object", "properties": { "first": { - "example": "/flow?limit=25" + "example": "/document-type?limit=25" }, "last": { - "example": "/flow?limit=25&page=11" + "example": "/document-type?limit=25&page=11" }, "next": { - "example": "/flow?limit=25&page=4" + "example": "/document-type?limit=25&page=4" }, "prev": { - "example": "/flow?limit=25&page=2" + "example": "/document-type?limit=25&page=2" } } } @@ -19049,7 +19049,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19064,11 +19064,11 @@ }, "post": { "tags": [ - "Flow" + "Document Type" ], - "summary": "Create a new Flow resources.", - "description": "Available since: 6.4.6.0", - "operationId": "createFlow", + "summary": "Create a new Document Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createDocumentType", "parameters": [ { "name": "_response", @@ -19087,14 +19087,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } }, "responses": { "200": { - "description": "Detail of Flow", + "description": "Detail of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -19106,7 +19106,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19121,7 +19121,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19137,14 +19137,14 @@ } } }, - "/search/flow": { + "/search/document-type": { "post": { "tags": [ - "Flow" + "Document Type" ], - "summary": "Search for the Flow resources.", - "description": "Available since: 6.4.6.0", - "operationId": "searchFlow", + "summary": "Search for the Document Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchDocumentType", "parameters": [ { "name": "sw-include-search-info", @@ -19172,7 +19172,7 @@ }, "responses": { "200": { - "description": "List of Flow", + "description": "List of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -19186,7 +19186,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19204,7 +19204,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19221,19 +19221,19 @@ } } }, - "/flow/{id}": { + "/document-type/{id}": { "get": { "tags": [ - "Flow" + "Document Type" ], - "summary": "Detailed information about a Flow resource.", - "description": "Available since: 6.4.6.0", - "operationId": "getFlow", + "summary": "Detailed information about a Document Type resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getDocumentType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow", + "description": "Identifier for the document_type", "required": true, "schema": { "type": "string", @@ -19243,7 +19243,7 @@ ], "responses": { "200": { - "description": "Detail of Flow", + "description": "Detail of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -19255,7 +19255,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19270,7 +19270,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19287,16 +19287,16 @@ }, "delete": { "tags": [ - "Flow" + "Document Type" ], - "summary": "Delete a Flow resource.", - "description": "Available since: 6.4.6.0", - "operationId": "deleteFlow", + "summary": "Delete a Document Type resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteDocumentType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow", + "description": "Identifier for the document_type", "required": true, "schema": { "type": "string", @@ -19327,16 +19327,16 @@ }, "patch": { "tags": [ - "Flow" + "Document Type" ], - "summary": "Partially update information about a Flow resource.", - "description": "Available since: 6.4.6.0", - "operationId": "updateFlow", + "summary": "Partially update information about a Document Type resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateDocumentType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow", + "description": "Identifier for the document_type", "required": true, "schema": { "type": "string", @@ -19354,18 +19354,18 @@ } ], "requestBody": { - "description": "Partially update information about a Flow resource.", + "description": "Partially update information about a Document Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } }, "responses": { "200": { - "description": "Detail of Flow", + "description": "Detail of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -19377,7 +19377,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19392,7 +19392,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19411,14 +19411,14 @@ } } }, - "/aggregate/flow": { + "/aggregate/document-type": { "post": { "tags": [ - "Flow" + "Document Type" ], - "summary": "Aggregate for the Flow resources.", + "summary": "Aggregate for the Document Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlow", + "operationId": "aggregateDocumentType", "requestBody": { "required": true, "content": { @@ -19442,7 +19442,7 @@ }, "responses": { "200": { - "description": "List of Flow", + "description": "List of DocumentType", "content": { "application/vnd.api+json": { "schema": { @@ -19456,7 +19456,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19474,7 +19474,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Flow" + "$ref": "#/components/schemas/DocumentType" } } } @@ -19491,14 +19491,14 @@ } } }, - "/flow-sequence": { + "/flow": { "get": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "List with basic information of Flow Sequence resources.", + "summary": "List with basic information of Flow resources.", "description": "Available since: 6.4.6.0", - "operationId": "getFlowSequenceList", + "operationId": "getFlowList", "parameters": [ { "name": "limit", @@ -19527,7 +19527,7 @@ ], "responses": { "200": { - "description": "List of Flow Sequence resources.", + "description": "List of Flow resources.", "content": { "application/vnd.api+json": { "schema": { @@ -19546,7 +19546,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } ] @@ -19560,16 +19560,16 @@ "type": "object", "properties": { "first": { - "example": "/flow-sequence?limit=25" + "example": "/flow?limit=25" }, "last": { - "example": "/flow-sequence?limit=25&page=11" + "example": "/flow?limit=25&page=11" }, "next": { - "example": "/flow-sequence?limit=25&page=4" + "example": "/flow?limit=25&page=4" }, "prev": { - "example": "/flow-sequence?limit=25&page=2" + "example": "/flow?limit=25&page=2" } } } @@ -19590,7 +19590,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19605,11 +19605,11 @@ }, "post": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "Create a new Flow Sequence resources.", + "summary": "Create a new Flow resources.", "description": "Available since: 6.4.6.0", - "operationId": "createFlowSequence", + "operationId": "createFlow", "parameters": [ { "name": "_response", @@ -19628,14 +19628,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } }, "responses": { "200": { - "description": "Detail of FlowSequence", + "description": "Detail of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -19647,7 +19647,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19662,7 +19662,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19678,14 +19678,14 @@ } } }, - "/search/flow-sequence": { + "/search/flow": { "post": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "Search for the Flow Sequence resources.", + "summary": "Search for the Flow resources.", "description": "Available since: 6.4.6.0", - "operationId": "searchFlowSequence", + "operationId": "searchFlow", "parameters": [ { "name": "sw-include-search-info", @@ -19713,7 +19713,7 @@ }, "responses": { "200": { - "description": "List of FlowSequence", + "description": "List of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -19727,7 +19727,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19745,7 +19745,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19762,19 +19762,19 @@ } } }, - "/flow-sequence/{id}": { + "/flow/{id}": { "get": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "Detailed information about a Flow Sequence resource.", + "summary": "Detailed information about a Flow resource.", "description": "Available since: 6.4.6.0", - "operationId": "getFlowSequence", + "operationId": "getFlow", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_sequence", + "description": "Identifier for the flow", "required": true, "schema": { "type": "string", @@ -19784,7 +19784,7 @@ ], "responses": { "200": { - "description": "Detail of FlowSequence", + "description": "Detail of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -19796,7 +19796,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19811,7 +19811,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19828,16 +19828,16 @@ }, "delete": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "Delete a Flow Sequence resource.", + "summary": "Delete a Flow resource.", "description": "Available since: 6.4.6.0", - "operationId": "deleteFlowSequence", + "operationId": "deleteFlow", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_sequence", + "description": "Identifier for the flow", "required": true, "schema": { "type": "string", @@ -19868,16 +19868,16 @@ }, "patch": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "Partially update information about a Flow Sequence resource.", + "summary": "Partially update information about a Flow resource.", "description": "Available since: 6.4.6.0", - "operationId": "updateFlowSequence", + "operationId": "updateFlow", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_sequence", + "description": "Identifier for the flow", "required": true, "schema": { "type": "string", @@ -19895,18 +19895,18 @@ } ], "requestBody": { - "description": "Partially update information about a Flow Sequence resource.", + "description": "Partially update information about a Flow resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } }, "responses": { "200": { - "description": "Detail of FlowSequence", + "description": "Detail of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -19918,7 +19918,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19933,7 +19933,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -19952,14 +19952,14 @@ } } }, - "/aggregate/flow-sequence": { + "/aggregate/flow": { "post": { "tags": [ - "Flow Sequence" + "Flow" ], - "summary": "Aggregate for the Flow Sequence resources.", + "summary": "Aggregate for the Flow resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlowSequence", + "operationId": "aggregateFlow", "requestBody": { "required": true, "content": { @@ -19983,7 +19983,7 @@ }, "responses": { "200": { - "description": "List of FlowSequence", + "description": "List of Flow", "content": { "application/vnd.api+json": { "schema": { @@ -19997,7 +19997,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -20015,7 +20015,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowSequence" + "$ref": "#/components/schemas/Flow" } } } @@ -20032,14 +20032,14 @@ } } }, - "/flow-template": { + "/flow-sequence": { "get": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "List with basic information of Flow Template resources.", - "description": "Available since: 6.4.18.0", - "operationId": "getFlowTemplateList", + "summary": "List with basic information of Flow Sequence resources.", + "description": "Available since: 6.4.6.0", + "operationId": "getFlowSequenceList", "parameters": [ { "name": "limit", @@ -20068,7 +20068,7 @@ ], "responses": { "200": { - "description": "List of Flow Template resources.", + "description": "List of Flow Sequence resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20087,7 +20087,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } ] @@ -20101,16 +20101,16 @@ "type": "object", "properties": { "first": { - "example": "/flow-template?limit=25" + "example": "/flow-sequence?limit=25" }, "last": { - "example": "/flow-template?limit=25&page=11" + "example": "/flow-sequence?limit=25&page=11" }, "next": { - "example": "/flow-template?limit=25&page=4" + "example": "/flow-sequence?limit=25&page=4" }, "prev": { - "example": "/flow-template?limit=25&page=2" + "example": "/flow-sequence?limit=25&page=2" } } } @@ -20131,7 +20131,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20146,11 +20146,11 @@ }, "post": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "Create a new Flow Template resources.", - "description": "Available since: 6.4.18.0", - "operationId": "createFlowTemplate", + "summary": "Create a new Flow Sequence resources.", + "description": "Available since: 6.4.6.0", + "operationId": "createFlowSequence", "parameters": [ { "name": "_response", @@ -20169,14 +20169,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } }, "responses": { "200": { - "description": "Detail of FlowTemplate", + "description": "Detail of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -20188,7 +20188,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20203,7 +20203,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20219,14 +20219,14 @@ } } }, - "/search/flow-template": { + "/search/flow-sequence": { "post": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "Search for the Flow Template resources.", - "description": "Available since: 6.4.18.0", - "operationId": "searchFlowTemplate", + "summary": "Search for the Flow Sequence resources.", + "description": "Available since: 6.4.6.0", + "operationId": "searchFlowSequence", "parameters": [ { "name": "sw-include-search-info", @@ -20254,7 +20254,7 @@ }, "responses": { "200": { - "description": "List of FlowTemplate", + "description": "List of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -20268,7 +20268,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20286,7 +20286,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20303,19 +20303,19 @@ } } }, - "/flow-template/{id}": { + "/flow-sequence/{id}": { "get": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "Detailed information about a Flow Template resource.", - "description": "Available since: 6.4.18.0", - "operationId": "getFlowTemplate", + "summary": "Detailed information about a Flow Sequence resource.", + "description": "Available since: 6.4.6.0", + "operationId": "getFlowSequence", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_template", + "description": "Identifier for the flow_sequence", "required": true, "schema": { "type": "string", @@ -20325,7 +20325,7 @@ ], "responses": { "200": { - "description": "Detail of FlowTemplate", + "description": "Detail of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -20337,7 +20337,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20352,7 +20352,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20369,16 +20369,16 @@ }, "delete": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "Delete a Flow Template resource.", - "description": "Available since: 6.4.18.0", - "operationId": "deleteFlowTemplate", + "summary": "Delete a Flow Sequence resource.", + "description": "Available since: 6.4.6.0", + "operationId": "deleteFlowSequence", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_template", + "description": "Identifier for the flow_sequence", "required": true, "schema": { "type": "string", @@ -20409,16 +20409,16 @@ }, "patch": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "Partially update information about a Flow Template resource.", - "description": "Available since: 6.4.18.0", - "operationId": "updateFlowTemplate", + "summary": "Partially update information about a Flow Sequence resource.", + "description": "Available since: 6.4.6.0", + "operationId": "updateFlowSequence", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the flow_template", + "description": "Identifier for the flow_sequence", "required": true, "schema": { "type": "string", @@ -20436,18 +20436,18 @@ } ], "requestBody": { - "description": "Partially update information about a Flow Template resource.", + "description": "Partially update information about a Flow Sequence resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } }, "responses": { "200": { - "description": "Detail of FlowTemplate", + "description": "Detail of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -20459,7 +20459,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20474,7 +20474,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20493,14 +20493,14 @@ } } }, - "/aggregate/flow-template": { + "/aggregate/flow-sequence": { "post": { "tags": [ - "Flow Template" + "Flow Sequence" ], - "summary": "Aggregate for the Flow Template resources.", + "summary": "Aggregate for the Flow Sequence resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateFlowTemplate", + "operationId": "aggregateFlowSequence", "requestBody": { "required": true, "content": { @@ -20524,7 +20524,7 @@ }, "responses": { "200": { - "description": "List of FlowTemplate", + "description": "List of FlowSequence", "content": { "application/vnd.api+json": { "schema": { @@ -20538,7 +20538,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20556,7 +20556,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/FlowTemplate" + "$ref": "#/components/schemas/FlowSequence" } } } @@ -20573,14 +20573,14 @@ } } }, - "/import-export-file": { + "/flow-template": { "get": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "List with basic information of Import Export File resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getImportExportFileList", + "summary": "List with basic information of Flow Template resources.", + "description": "Available since: 6.4.18.0", + "operationId": "getFlowTemplateList", "parameters": [ { "name": "limit", @@ -20609,7 +20609,7 @@ ], "responses": { "200": { - "description": "List of Import Export File resources.", + "description": "List of Flow Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -20628,7 +20628,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } ] @@ -20642,16 +20642,16 @@ "type": "object", "properties": { "first": { - "example": "/import-export-file?limit=25" + "example": "/flow-template?limit=25" }, "last": { - "example": "/import-export-file?limit=25&page=11" + "example": "/flow-template?limit=25&page=11" }, "next": { - "example": "/import-export-file?limit=25&page=4" + "example": "/flow-template?limit=25&page=4" }, "prev": { - "example": "/import-export-file?limit=25&page=2" + "example": "/flow-template?limit=25&page=2" } } } @@ -20672,7 +20672,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20687,11 +20687,11 @@ }, "post": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "Create a new Import Export File resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createImportExportFile", + "summary": "Create a new Flow Template resources.", + "description": "Available since: 6.4.18.0", + "operationId": "createFlowTemplate", "parameters": [ { "name": "_response", @@ -20710,14 +20710,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } }, "responses": { "200": { - "description": "Detail of ImportExportFile", + "description": "Detail of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -20729,7 +20729,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20744,7 +20744,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20760,14 +20760,14 @@ } } }, - "/search/import-export-file": { + "/search/flow-template": { "post": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "Search for the Import Export File resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchImportExportFile", + "summary": "Search for the Flow Template resources.", + "description": "Available since: 6.4.18.0", + "operationId": "searchFlowTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -20795,7 +20795,7 @@ }, "responses": { "200": { - "description": "List of ImportExportFile", + "description": "List of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -20809,7 +20809,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20827,7 +20827,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20844,19 +20844,19 @@ } } }, - "/import-export-file/{id}": { + "/flow-template/{id}": { "get": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "Detailed information about a Import Export File resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getImportExportFile", + "summary": "Detailed information about a Flow Template resource.", + "description": "Available since: 6.4.18.0", + "operationId": "getFlowTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_file", + "description": "Identifier for the flow_template", "required": true, "schema": { "type": "string", @@ -20866,7 +20866,7 @@ ], "responses": { "200": { - "description": "Detail of ImportExportFile", + "description": "Detail of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -20878,7 +20878,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20893,7 +20893,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -20910,16 +20910,16 @@ }, "delete": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "Delete a Import Export File resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteImportExportFile", + "summary": "Delete a Flow Template resource.", + "description": "Available since: 6.4.18.0", + "operationId": "deleteFlowTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_file", + "description": "Identifier for the flow_template", "required": true, "schema": { "type": "string", @@ -20950,16 +20950,16 @@ }, "patch": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "Partially update information about a Import Export File resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateImportExportFile", + "summary": "Partially update information about a Flow Template resource.", + "description": "Available since: 6.4.18.0", + "operationId": "updateFlowTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_file", + "description": "Identifier for the flow_template", "required": true, "schema": { "type": "string", @@ -20977,18 +20977,18 @@ } ], "requestBody": { - "description": "Partially update information about a Import Export File resource.", + "description": "Partially update information about a Flow Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } }, "responses": { "200": { - "description": "Detail of ImportExportFile", + "description": "Detail of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -21000,7 +21000,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -21015,7 +21015,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -21034,14 +21034,14 @@ } } }, - "/aggregate/import-export-file": { + "/aggregate/flow-template": { "post": { "tags": [ - "Import Export File" + "Flow Template" ], - "summary": "Aggregate for the Import Export File resources.", + "summary": "Aggregate for the Flow Template resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportFile", + "operationId": "aggregateFlowTemplate", "requestBody": { "required": true, "content": { @@ -21065,7 +21065,7 @@ }, "responses": { "200": { - "description": "List of ImportExportFile", + "description": "List of FlowTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -21079,7 +21079,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -21097,7 +21097,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportFile" + "$ref": "#/components/schemas/FlowTemplate" } } } @@ -21114,14 +21114,14 @@ } } }, - "/import-export-log": { + "/import-export-file": { "get": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "List with basic information of Import Export Log resources.", + "summary": "List with basic information of Import Export File resources.", "description": "Available since: 6.0.0.0", - "operationId": "getImportExportLogList", + "operationId": "getImportExportFileList", "parameters": [ { "name": "limit", @@ -21150,7 +21150,7 @@ ], "responses": { "200": { - "description": "List of Import Export Log resources.", + "description": "List of Import Export File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21169,7 +21169,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } ] @@ -21183,16 +21183,16 @@ "type": "object", "properties": { "first": { - "example": "/import-export-log?limit=25" + "example": "/import-export-file?limit=25" }, "last": { - "example": "/import-export-log?limit=25&page=11" + "example": "/import-export-file?limit=25&page=11" }, "next": { - "example": "/import-export-log?limit=25&page=4" + "example": "/import-export-file?limit=25&page=4" }, "prev": { - "example": "/import-export-log?limit=25&page=2" + "example": "/import-export-file?limit=25&page=2" } } } @@ -21213,7 +21213,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21228,11 +21228,11 @@ }, "post": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "Create a new Import Export Log resources.", + "summary": "Create a new Import Export File resources.", "description": "Available since: 6.0.0.0", - "operationId": "createImportExportLog", + "operationId": "createImportExportFile", "parameters": [ { "name": "_response", @@ -21251,14 +21251,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } }, "responses": { "200": { - "description": "Detail of ImportExportLog", + "description": "Detail of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -21270,7 +21270,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21285,7 +21285,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21301,14 +21301,14 @@ } } }, - "/search/import-export-log": { + "/search/import-export-file": { "post": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "Search for the Import Export Log resources.", + "summary": "Search for the Import Export File resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchImportExportLog", + "operationId": "searchImportExportFile", "parameters": [ { "name": "sw-include-search-info", @@ -21336,7 +21336,7 @@ }, "responses": { "200": { - "description": "List of ImportExportLog", + "description": "List of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -21350,7 +21350,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21368,7 +21368,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21385,19 +21385,19 @@ } } }, - "/import-export-log/{id}": { + "/import-export-file/{id}": { "get": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "Detailed information about a Import Export Log resource.", + "summary": "Detailed information about a Import Export File resource.", "description": "Available since: 6.0.0.0", - "operationId": "getImportExportLog", + "operationId": "getImportExportFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_log", + "description": "Identifier for the import_export_file", "required": true, "schema": { "type": "string", @@ -21407,7 +21407,7 @@ ], "responses": { "200": { - "description": "Detail of ImportExportLog", + "description": "Detail of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -21419,7 +21419,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21434,7 +21434,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21451,16 +21451,16 @@ }, "delete": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "Delete a Import Export Log resource.", + "summary": "Delete a Import Export File resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteImportExportLog", + "operationId": "deleteImportExportFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_log", + "description": "Identifier for the import_export_file", "required": true, "schema": { "type": "string", @@ -21491,16 +21491,16 @@ }, "patch": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "Partially update information about a Import Export Log resource.", + "summary": "Partially update information about a Import Export File resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateImportExportLog", + "operationId": "updateImportExportFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_log", + "description": "Identifier for the import_export_file", "required": true, "schema": { "type": "string", @@ -21518,18 +21518,18 @@ } ], "requestBody": { - "description": "Partially update information about a Import Export Log resource.", + "description": "Partially update information about a Import Export File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } }, "responses": { "200": { - "description": "Detail of ImportExportLog", + "description": "Detail of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -21541,7 +21541,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21556,7 +21556,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21575,14 +21575,14 @@ } } }, - "/aggregate/import-export-log": { + "/aggregate/import-export-file": { "post": { "tags": [ - "Import Export Log" + "Import Export File" ], - "summary": "Aggregate for the Import Export Log resources.", + "summary": "Aggregate for the Import Export File resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportLog", + "operationId": "aggregateImportExportFile", "requestBody": { "required": true, "content": { @@ -21606,7 +21606,7 @@ }, "responses": { "200": { - "description": "List of ImportExportLog", + "description": "List of ImportExportFile", "content": { "application/vnd.api+json": { "schema": { @@ -21620,7 +21620,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21638,7 +21638,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportLog" + "$ref": "#/components/schemas/ImportExportFile" } } } @@ -21655,14 +21655,14 @@ } } }, - "/import-export-profile": { + "/import-export-log": { "get": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "List with basic information of Import Export Profile resources.", + "summary": "List with basic information of Import Export Log resources.", "description": "Available since: 6.0.0.0", - "operationId": "getImportExportProfileList", + "operationId": "getImportExportLogList", "parameters": [ { "name": "limit", @@ -21691,7 +21691,7 @@ ], "responses": { "200": { - "description": "List of Import Export Profile resources.", + "description": "List of Import Export Log resources.", "content": { "application/vnd.api+json": { "schema": { @@ -21710,7 +21710,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } ] @@ -21724,16 +21724,16 @@ "type": "object", "properties": { "first": { - "example": "/import-export-profile?limit=25" + "example": "/import-export-log?limit=25" }, "last": { - "example": "/import-export-profile?limit=25&page=11" + "example": "/import-export-log?limit=25&page=11" }, "next": { - "example": "/import-export-profile?limit=25&page=4" + "example": "/import-export-log?limit=25&page=4" }, "prev": { - "example": "/import-export-profile?limit=25&page=2" + "example": "/import-export-log?limit=25&page=2" } } } @@ -21754,7 +21754,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21769,11 +21769,11 @@ }, "post": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "Create a new Import Export Profile resources.", + "summary": "Create a new Import Export Log resources.", "description": "Available since: 6.0.0.0", - "operationId": "createImportExportProfile", + "operationId": "createImportExportLog", "parameters": [ { "name": "_response", @@ -21792,14 +21792,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } }, "responses": { "200": { - "description": "Detail of ImportExportProfile", + "description": "Detail of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -21811,7 +21811,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21826,7 +21826,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21842,14 +21842,14 @@ } } }, - "/search/import-export-profile": { + "/search/import-export-log": { "post": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "Search for the Import Export Profile resources.", + "summary": "Search for the Import Export Log resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchImportExportProfile", + "operationId": "searchImportExportLog", "parameters": [ { "name": "sw-include-search-info", @@ -21877,7 +21877,7 @@ }, "responses": { "200": { - "description": "List of ImportExportProfile", + "description": "List of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -21891,7 +21891,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21909,7 +21909,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21926,19 +21926,19 @@ } } }, - "/import-export-profile/{id}": { + "/import-export-log/{id}": { "get": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "Detailed information about a Import Export Profile resource.", + "summary": "Detailed information about a Import Export Log resource.", "description": "Available since: 6.0.0.0", - "operationId": "getImportExportProfile", + "operationId": "getImportExportLog", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_profile", + "description": "Identifier for the import_export_log", "required": true, "schema": { "type": "string", @@ -21948,7 +21948,7 @@ ], "responses": { "200": { - "description": "Detail of ImportExportProfile", + "description": "Detail of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -21960,7 +21960,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21975,7 +21975,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -21992,16 +21992,16 @@ }, "delete": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "Delete a Import Export Profile resource.", + "summary": "Delete a Import Export Log resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteImportExportProfile", + "operationId": "deleteImportExportLog", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_profile", + "description": "Identifier for the import_export_log", "required": true, "schema": { "type": "string", @@ -22032,16 +22032,16 @@ }, "patch": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "Partially update information about a Import Export Profile resource.", + "summary": "Partially update information about a Import Export Log resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateImportExportProfile", + "operationId": "updateImportExportLog", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the import_export_profile", + "description": "Identifier for the import_export_log", "required": true, "schema": { "type": "string", @@ -22059,18 +22059,18 @@ } ], "requestBody": { - "description": "Partially update information about a Import Export Profile resource.", + "description": "Partially update information about a Import Export Log resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } }, "responses": { "200": { - "description": "Detail of ImportExportProfile", + "description": "Detail of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -22082,7 +22082,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -22097,7 +22097,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -22116,14 +22116,14 @@ } } }, - "/aggregate/import-export-profile": { + "/aggregate/import-export-log": { "post": { "tags": [ - "Import Export Profile" + "Import Export Log" ], - "summary": "Aggregate for the Import Export Profile resources.", + "summary": "Aggregate for the Import Export Log resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateImportExportProfile", + "operationId": "aggregateImportExportLog", "requestBody": { "required": true, "content": { @@ -22147,7 +22147,7 @@ }, "responses": { "200": { - "description": "List of ImportExportProfile", + "description": "List of ImportExportLog", "content": { "application/vnd.api+json": { "schema": { @@ -22161,7 +22161,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -22179,7 +22179,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ImportExportProfile" + "$ref": "#/components/schemas/ImportExportLog" } } } @@ -22196,14 +22196,14 @@ } } }, - "/integration": { + "/import-export-profile": { "get": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "List with basic information of Integration resources.", + "summary": "List with basic information of Import Export Profile resources.", "description": "Available since: 6.0.0.0", - "operationId": "getIntegrationList", + "operationId": "getImportExportProfileList", "parameters": [ { "name": "limit", @@ -22232,7 +22232,7 @@ ], "responses": { "200": { - "description": "List of Integration resources.", + "description": "List of Import Export Profile resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22251,7 +22251,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } ] @@ -22265,16 +22265,16 @@ "type": "object", "properties": { "first": { - "example": "/integration?limit=25" + "example": "/import-export-profile?limit=25" }, "last": { - "example": "/integration?limit=25&page=11" + "example": "/import-export-profile?limit=25&page=11" }, "next": { - "example": "/integration?limit=25&page=4" + "example": "/import-export-profile?limit=25&page=4" }, "prev": { - "example": "/integration?limit=25&page=2" + "example": "/import-export-profile?limit=25&page=2" } } } @@ -22295,7 +22295,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22310,11 +22310,11 @@ }, "post": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "Create a new Integration resources.", + "summary": "Create a new Import Export Profile resources.", "description": "Available since: 6.0.0.0", - "operationId": "createIntegration", + "operationId": "createImportExportProfile", "parameters": [ { "name": "_response", @@ -22333,14 +22333,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } }, "responses": { "200": { - "description": "Detail of Integration", + "description": "Detail of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -22352,7 +22352,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22367,7 +22367,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22383,14 +22383,14 @@ } } }, - "/search/integration": { + "/search/import-export-profile": { "post": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "Search for the Integration resources.", + "summary": "Search for the Import Export Profile resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchIntegration", + "operationId": "searchImportExportProfile", "parameters": [ { "name": "sw-include-search-info", @@ -22418,7 +22418,7 @@ }, "responses": { "200": { - "description": "List of Integration", + "description": "List of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -22432,7 +22432,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22450,7 +22450,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22467,19 +22467,19 @@ } } }, - "/integration/{id}": { + "/import-export-profile/{id}": { "get": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "Detailed information about a Integration resource.", + "summary": "Detailed information about a Import Export Profile resource.", "description": "Available since: 6.0.0.0", - "operationId": "getIntegration", + "operationId": "getImportExportProfile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the integration", + "description": "Identifier for the import_export_profile", "required": true, "schema": { "type": "string", @@ -22489,7 +22489,7 @@ ], "responses": { "200": { - "description": "Detail of Integration", + "description": "Detail of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -22501,7 +22501,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22516,7 +22516,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22533,16 +22533,16 @@ }, "delete": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "Delete a Integration resource.", + "summary": "Delete a Import Export Profile resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteIntegration", + "operationId": "deleteImportExportProfile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the integration", + "description": "Identifier for the import_export_profile", "required": true, "schema": { "type": "string", @@ -22573,16 +22573,16 @@ }, "patch": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "Partially update information about a Integration resource.", + "summary": "Partially update information about a Import Export Profile resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateIntegration", + "operationId": "updateImportExportProfile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the integration", + "description": "Identifier for the import_export_profile", "required": true, "schema": { "type": "string", @@ -22600,18 +22600,18 @@ } ], "requestBody": { - "description": "Partially update information about a Integration resource.", + "description": "Partially update information about a Import Export Profile resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } }, "responses": { "200": { - "description": "Detail of Integration", + "description": "Detail of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -22623,7 +22623,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22638,7 +22638,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22657,14 +22657,14 @@ } } }, - "/aggregate/integration": { + "/aggregate/import-export-profile": { "post": { "tags": [ - "Integration" + "Import Export Profile" ], - "summary": "Aggregate for the Integration resources.", + "summary": "Aggregate for the Import Export Profile resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateIntegration", + "operationId": "aggregateImportExportProfile", "requestBody": { "required": true, "content": { @@ -22688,7 +22688,7 @@ }, "responses": { "200": { - "description": "List of Integration", + "description": "List of ImportExportProfile", "content": { "application/vnd.api+json": { "schema": { @@ -22702,7 +22702,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22720,7 +22720,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Integration" + "$ref": "#/components/schemas/ImportExportProfile" } } } @@ -22737,14 +22737,14 @@ } } }, - "/landing-page": { + "/integration": { "get": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "List with basic information of Landing Page resources.", - "description": "Available since: 6.4.0.0", - "operationId": "getLandingPageList", + "summary": "List with basic information of Integration resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getIntegrationList", "parameters": [ { "name": "limit", @@ -22773,7 +22773,7 @@ ], "responses": { "200": { - "description": "List of Landing Page resources.", + "description": "List of Integration resources.", "content": { "application/vnd.api+json": { "schema": { @@ -22792,7 +22792,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } ] @@ -22806,16 +22806,16 @@ "type": "object", "properties": { "first": { - "example": "/landing-page?limit=25" + "example": "/integration?limit=25" }, "last": { - "example": "/landing-page?limit=25&page=11" + "example": "/integration?limit=25&page=11" }, "next": { - "example": "/landing-page?limit=25&page=4" + "example": "/integration?limit=25&page=4" }, "prev": { - "example": "/landing-page?limit=25&page=2" + "example": "/integration?limit=25&page=2" } } } @@ -22836,7 +22836,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -22851,11 +22851,11 @@ }, "post": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "Create a new Landing Page resources.", - "description": "Available since: 6.4.0.0", - "operationId": "createLandingPage", + "summary": "Create a new Integration resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createIntegration", "parameters": [ { "name": "_response", @@ -22874,14 +22874,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } }, "responses": { "200": { - "description": "Detail of LandingPage", + "description": "Detail of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -22893,7 +22893,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -22908,7 +22908,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -22924,14 +22924,14 @@ } } }, - "/search/landing-page": { + "/search/integration": { "post": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "Search for the Landing Page resources.", - "description": "Available since: 6.4.0.0", - "operationId": "searchLandingPage", + "summary": "Search for the Integration resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchIntegration", "parameters": [ { "name": "sw-include-search-info", @@ -22959,7 +22959,7 @@ }, "responses": { "200": { - "description": "List of LandingPage", + "description": "List of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -22973,7 +22973,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -22991,7 +22991,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23008,19 +23008,19 @@ } } }, - "/landing-page/{id}": { + "/integration/{id}": { "get": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "Detailed information about a Landing Page resource.", - "description": "Available since: 6.4.0.0", - "operationId": "getLandingPage", + "summary": "Detailed information about a Integration resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getIntegration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the landing_page", + "description": "Identifier for the integration", "required": true, "schema": { "type": "string", @@ -23030,7 +23030,7 @@ ], "responses": { "200": { - "description": "Detail of LandingPage", + "description": "Detail of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -23042,7 +23042,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23057,7 +23057,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23074,16 +23074,16 @@ }, "delete": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "Delete a Landing Page resource.", - "description": "Available since: 6.4.0.0", - "operationId": "deleteLandingPage", + "summary": "Delete a Integration resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteIntegration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the landing_page", + "description": "Identifier for the integration", "required": true, "schema": { "type": "string", @@ -23114,16 +23114,16 @@ }, "patch": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "Partially update information about a Landing Page resource.", - "description": "Available since: 6.4.0.0", - "operationId": "updateLandingPage", + "summary": "Partially update information about a Integration resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateIntegration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the landing_page", + "description": "Identifier for the integration", "required": true, "schema": { "type": "string", @@ -23141,18 +23141,18 @@ } ], "requestBody": { - "description": "Partially update information about a Landing Page resource.", + "description": "Partially update information about a Integration resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } }, "responses": { "200": { - "description": "Detail of LandingPage", + "description": "Detail of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -23164,7 +23164,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23179,7 +23179,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23198,14 +23198,14 @@ } } }, - "/aggregate/landing-page": { + "/aggregate/integration": { "post": { "tags": [ - "Landing Page" + "Integration" ], - "summary": "Aggregate for the Landing Page resources.", + "summary": "Aggregate for the Integration resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLandingPage", + "operationId": "aggregateIntegration", "requestBody": { "required": true, "content": { @@ -23229,7 +23229,7 @@ }, "responses": { "200": { - "description": "List of LandingPage", + "description": "List of Integration", "content": { "application/vnd.api+json": { "schema": { @@ -23243,7 +23243,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23261,7 +23261,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LandingPage" + "$ref": "#/components/schemas/Integration" } } } @@ -23278,14 +23278,14 @@ } } }, - "/language": { + "/landing-page": { "get": { "tags": [ - "Language" + "Landing Page" ], - "summary": "List with basic information of Language resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getLanguageList", + "summary": "List with basic information of Landing Page resources.", + "description": "Available since: 6.4.0.0", + "operationId": "getLandingPageList", "parameters": [ { "name": "limit", @@ -23314,7 +23314,7 @@ ], "responses": { "200": { - "description": "List of Language resources.", + "description": "List of Landing Page resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23333,7 +23333,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } ] @@ -23347,16 +23347,16 @@ "type": "object", "properties": { "first": { - "example": "/language?limit=25" + "example": "/landing-page?limit=25" }, "last": { - "example": "/language?limit=25&page=11" + "example": "/landing-page?limit=25&page=11" }, "next": { - "example": "/language?limit=25&page=4" + "example": "/landing-page?limit=25&page=4" }, "prev": { - "example": "/language?limit=25&page=2" + "example": "/landing-page?limit=25&page=2" } } } @@ -23377,7 +23377,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23392,11 +23392,11 @@ }, "post": { "tags": [ - "Language" + "Landing Page" ], - "summary": "Create a new Language resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createLanguage", + "summary": "Create a new Landing Page resources.", + "description": "Available since: 6.4.0.0", + "operationId": "createLandingPage", "parameters": [ { "name": "_response", @@ -23415,14 +23415,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } }, "responses": { "200": { - "description": "Detail of Language", + "description": "Detail of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -23434,7 +23434,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23449,7 +23449,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23465,14 +23465,14 @@ } } }, - "/search/language": { + "/search/landing-page": { "post": { "tags": [ - "Language" + "Landing Page" ], - "summary": "Search for the Language resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchLanguage", + "summary": "Search for the Landing Page resources.", + "description": "Available since: 6.4.0.0", + "operationId": "searchLandingPage", "parameters": [ { "name": "sw-include-search-info", @@ -23500,7 +23500,7 @@ }, "responses": { "200": { - "description": "List of Language", + "description": "List of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -23514,7 +23514,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23532,7 +23532,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23549,19 +23549,19 @@ } } }, - "/language/{id}": { + "/landing-page/{id}": { "get": { "tags": [ - "Language" + "Landing Page" ], - "summary": "Detailed information about a Language resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getLanguage", + "summary": "Detailed information about a Landing Page resource.", + "description": "Available since: 6.4.0.0", + "operationId": "getLandingPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the language", + "description": "Identifier for the landing_page", "required": true, "schema": { "type": "string", @@ -23571,7 +23571,7 @@ ], "responses": { "200": { - "description": "Detail of Language", + "description": "Detail of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -23583,7 +23583,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23598,7 +23598,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23615,16 +23615,16 @@ }, "delete": { "tags": [ - "Language" + "Landing Page" ], - "summary": "Delete a Language resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteLanguage", + "summary": "Delete a Landing Page resource.", + "description": "Available since: 6.4.0.0", + "operationId": "deleteLandingPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the language", + "description": "Identifier for the landing_page", "required": true, "schema": { "type": "string", @@ -23655,16 +23655,16 @@ }, "patch": { "tags": [ - "Language" + "Landing Page" ], - "summary": "Partially update information about a Language resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateLanguage", + "summary": "Partially update information about a Landing Page resource.", + "description": "Available since: 6.4.0.0", + "operationId": "updateLandingPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the language", + "description": "Identifier for the landing_page", "required": true, "schema": { "type": "string", @@ -23682,18 +23682,18 @@ } ], "requestBody": { - "description": "Partially update information about a Language resource.", + "description": "Partially update information about a Landing Page resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } }, "responses": { "200": { - "description": "Detail of Language", + "description": "Detail of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -23705,7 +23705,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23720,7 +23720,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23739,14 +23739,14 @@ } } }, - "/aggregate/language": { + "/aggregate/landing-page": { "post": { "tags": [ - "Language" + "Landing Page" ], - "summary": "Aggregate for the Language resources.", + "summary": "Aggregate for the Landing Page resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLanguage", + "operationId": "aggregateLandingPage", "requestBody": { "required": true, "content": { @@ -23770,7 +23770,7 @@ }, "responses": { "200": { - "description": "List of Language", + "description": "List of LandingPage", "content": { "application/vnd.api+json": { "schema": { @@ -23784,7 +23784,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23802,7 +23802,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Language" + "$ref": "#/components/schemas/LandingPage" } } } @@ -23819,14 +23819,14 @@ } } }, - "/locale": { + "/language": { "get": { "tags": [ - "Locale" + "Language" ], - "summary": "List with basic information of Locale resources.", + "summary": "List with basic information of Language resources.", "description": "Available since: 6.0.0.0", - "operationId": "getLocaleList", + "operationId": "getLanguageList", "parameters": [ { "name": "limit", @@ -23855,7 +23855,7 @@ ], "responses": { "200": { - "description": "List of Locale resources.", + "description": "List of Language resources.", "content": { "application/vnd.api+json": { "schema": { @@ -23874,7 +23874,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } ] @@ -23888,16 +23888,16 @@ "type": "object", "properties": { "first": { - "example": "/locale?limit=25" + "example": "/language?limit=25" }, "last": { - "example": "/locale?limit=25&page=11" + "example": "/language?limit=25&page=11" }, "next": { - "example": "/locale?limit=25&page=4" + "example": "/language?limit=25&page=4" }, "prev": { - "example": "/locale?limit=25&page=2" + "example": "/language?limit=25&page=2" } } } @@ -23918,7 +23918,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -23933,11 +23933,11 @@ }, "post": { "tags": [ - "Locale" + "Language" ], - "summary": "Create a new Locale resources.", + "summary": "Create a new Language resources.", "description": "Available since: 6.0.0.0", - "operationId": "createLocale", + "operationId": "createLanguage", "parameters": [ { "name": "_response", @@ -23956,14 +23956,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } }, "responses": { "200": { - "description": "Detail of Locale", + "description": "Detail of Language", "content": { "application/vnd.api+json": { "schema": { @@ -23975,7 +23975,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -23990,7 +23990,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24006,14 +24006,14 @@ } } }, - "/search/locale": { + "/search/language": { "post": { "tags": [ - "Locale" + "Language" ], - "summary": "Search for the Locale resources.", + "summary": "Search for the Language resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchLocale", + "operationId": "searchLanguage", "parameters": [ { "name": "sw-include-search-info", @@ -24041,7 +24041,7 @@ }, "responses": { "200": { - "description": "List of Locale", + "description": "List of Language", "content": { "application/vnd.api+json": { "schema": { @@ -24055,7 +24055,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24073,7 +24073,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24090,19 +24090,19 @@ } } }, - "/locale/{id}": { + "/language/{id}": { "get": { "tags": [ - "Locale" + "Language" ], - "summary": "Detailed information about a Locale resource.", + "summary": "Detailed information about a Language resource.", "description": "Available since: 6.0.0.0", - "operationId": "getLocale", + "operationId": "getLanguage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the locale", + "description": "Identifier for the language", "required": true, "schema": { "type": "string", @@ -24112,7 +24112,7 @@ ], "responses": { "200": { - "description": "Detail of Locale", + "description": "Detail of Language", "content": { "application/vnd.api+json": { "schema": { @@ -24124,7 +24124,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24139,7 +24139,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24156,16 +24156,16 @@ }, "delete": { "tags": [ - "Locale" + "Language" ], - "summary": "Delete a Locale resource.", + "summary": "Delete a Language resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteLocale", + "operationId": "deleteLanguage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the locale", + "description": "Identifier for the language", "required": true, "schema": { "type": "string", @@ -24196,16 +24196,16 @@ }, "patch": { "tags": [ - "Locale" + "Language" ], - "summary": "Partially update information about a Locale resource.", + "summary": "Partially update information about a Language resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateLocale", + "operationId": "updateLanguage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the locale", + "description": "Identifier for the language", "required": true, "schema": { "type": "string", @@ -24223,18 +24223,18 @@ } ], "requestBody": { - "description": "Partially update information about a Locale resource.", + "description": "Partially update information about a Language resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } }, "responses": { "200": { - "description": "Detail of Locale", + "description": "Detail of Language", "content": { "application/vnd.api+json": { "schema": { @@ -24246,7 +24246,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24261,7 +24261,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24280,14 +24280,14 @@ } } }, - "/aggregate/locale": { + "/aggregate/language": { "post": { "tags": [ - "Locale" + "Language" ], - "summary": "Aggregate for the Locale resources.", + "summary": "Aggregate for the Language resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLocale", + "operationId": "aggregateLanguage", "requestBody": { "required": true, "content": { @@ -24311,7 +24311,7 @@ }, "responses": { "200": { - "description": "List of Locale", + "description": "List of Language", "content": { "application/vnd.api+json": { "schema": { @@ -24325,7 +24325,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24343,7 +24343,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Locale" + "$ref": "#/components/schemas/Language" } } } @@ -24360,14 +24360,14 @@ } } }, - "/log-entry": { + "/locale": { "get": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "List with basic information of Log Entry resources.", + "summary": "List with basic information of Locale resources.", "description": "Available since: 6.0.0.0", - "operationId": "getLogEntryList", + "operationId": "getLocaleList", "parameters": [ { "name": "limit", @@ -24396,7 +24396,7 @@ ], "responses": { "200": { - "description": "List of Log Entry resources.", + "description": "List of Locale resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24415,7 +24415,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } ] @@ -24429,16 +24429,16 @@ "type": "object", "properties": { "first": { - "example": "/log-entry?limit=25" + "example": "/locale?limit=25" }, "last": { - "example": "/log-entry?limit=25&page=11" + "example": "/locale?limit=25&page=11" }, "next": { - "example": "/log-entry?limit=25&page=4" + "example": "/locale?limit=25&page=4" }, "prev": { - "example": "/log-entry?limit=25&page=2" + "example": "/locale?limit=25&page=2" } } } @@ -24459,7 +24459,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24474,11 +24474,11 @@ }, "post": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "Create a new Log Entry resources.", + "summary": "Create a new Locale resources.", "description": "Available since: 6.0.0.0", - "operationId": "createLogEntry", + "operationId": "createLocale", "parameters": [ { "name": "_response", @@ -24497,14 +24497,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } }, "responses": { "200": { - "description": "Detail of LogEntry", + "description": "Detail of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -24516,7 +24516,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24531,7 +24531,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24547,14 +24547,14 @@ } } }, - "/search/log-entry": { + "/search/locale": { "post": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "Search for the Log Entry resources.", + "summary": "Search for the Locale resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchLogEntry", + "operationId": "searchLocale", "parameters": [ { "name": "sw-include-search-info", @@ -24582,7 +24582,7 @@ }, "responses": { "200": { - "description": "List of LogEntry", + "description": "List of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -24596,7 +24596,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24614,7 +24614,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24631,19 +24631,19 @@ } } }, - "/log-entry/{id}": { + "/locale/{id}": { "get": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "Detailed information about a Log Entry resource.", + "summary": "Detailed information about a Locale resource.", "description": "Available since: 6.0.0.0", - "operationId": "getLogEntry", + "operationId": "getLocale", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the log_entry", + "description": "Identifier for the locale", "required": true, "schema": { "type": "string", @@ -24653,7 +24653,7 @@ ], "responses": { "200": { - "description": "Detail of LogEntry", + "description": "Detail of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -24665,7 +24665,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24680,7 +24680,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24697,16 +24697,16 @@ }, "delete": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "Delete a Log Entry resource.", + "summary": "Delete a Locale resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteLogEntry", + "operationId": "deleteLocale", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the log_entry", + "description": "Identifier for the locale", "required": true, "schema": { "type": "string", @@ -24737,16 +24737,16 @@ }, "patch": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "Partially update information about a Log Entry resource.", + "summary": "Partially update information about a Locale resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateLogEntry", + "operationId": "updateLocale", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the log_entry", + "description": "Identifier for the locale", "required": true, "schema": { "type": "string", @@ -24764,18 +24764,18 @@ } ], "requestBody": { - "description": "Partially update information about a Log Entry resource.", + "description": "Partially update information about a Locale resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } }, "responses": { "200": { - "description": "Detail of LogEntry", + "description": "Detail of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -24787,7 +24787,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24802,7 +24802,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24821,14 +24821,14 @@ } } }, - "/aggregate/log-entry": { + "/aggregate/locale": { "post": { "tags": [ - "Log Entry" + "Locale" ], - "summary": "Aggregate for the Log Entry resources.", + "summary": "Aggregate for the Locale resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateLogEntry", + "operationId": "aggregateLocale", "requestBody": { "required": true, "content": { @@ -24852,7 +24852,7 @@ }, "responses": { "200": { - "description": "List of LogEntry", + "description": "List of Locale", "content": { "application/vnd.api+json": { "schema": { @@ -24866,7 +24866,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24884,7 +24884,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/LogEntry" + "$ref": "#/components/schemas/Locale" } } } @@ -24901,14 +24901,14 @@ } } }, - "/mail-header-footer": { + "/log-entry": { "get": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "List with basic information of Mail Header Footer resources.", + "summary": "List with basic information of Log Entry resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMailHeaderFooterList", + "operationId": "getLogEntryList", "parameters": [ { "name": "limit", @@ -24937,7 +24937,7 @@ ], "responses": { "200": { - "description": "List of Mail Header Footer resources.", + "description": "List of Log Entry resources.", "content": { "application/vnd.api+json": { "schema": { @@ -24956,7 +24956,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } ] @@ -24970,16 +24970,16 @@ "type": "object", "properties": { "first": { - "example": "/mail-header-footer?limit=25" + "example": "/log-entry?limit=25" }, "last": { - "example": "/mail-header-footer?limit=25&page=11" + "example": "/log-entry?limit=25&page=11" }, "next": { - "example": "/mail-header-footer?limit=25&page=4" + "example": "/log-entry?limit=25&page=4" }, "prev": { - "example": "/mail-header-footer?limit=25&page=2" + "example": "/log-entry?limit=25&page=2" } } } @@ -25000,7 +25000,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25015,11 +25015,11 @@ }, "post": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "Create a new Mail Header Footer resources.", + "summary": "Create a new Log Entry resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMailHeaderFooter", + "operationId": "createLogEntry", "parameters": [ { "name": "_response", @@ -25038,14 +25038,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } }, "responses": { "200": { - "description": "Detail of MailHeaderFooter", + "description": "Detail of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -25057,7 +25057,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25072,7 +25072,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25088,14 +25088,14 @@ } } }, - "/search/mail-header-footer": { + "/search/log-entry": { "post": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "Search for the Mail Header Footer resources.", + "summary": "Search for the Log Entry resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMailHeaderFooter", + "operationId": "searchLogEntry", "parameters": [ { "name": "sw-include-search-info", @@ -25123,7 +25123,7 @@ }, "responses": { "200": { - "description": "List of MailHeaderFooter", + "description": "List of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -25137,7 +25137,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25155,7 +25155,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25172,19 +25172,19 @@ } } }, - "/mail-header-footer/{id}": { + "/log-entry/{id}": { "get": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "Detailed information about a Mail Header Footer resource.", + "summary": "Detailed information about a Log Entry resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMailHeaderFooter", + "operationId": "getLogEntry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_header_footer", + "description": "Identifier for the log_entry", "required": true, "schema": { "type": "string", @@ -25194,7 +25194,7 @@ ], "responses": { "200": { - "description": "Detail of MailHeaderFooter", + "description": "Detail of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -25206,7 +25206,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25221,7 +25221,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25238,16 +25238,16 @@ }, "delete": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "Delete a Mail Header Footer resource.", + "summary": "Delete a Log Entry resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMailHeaderFooter", + "operationId": "deleteLogEntry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_header_footer", + "description": "Identifier for the log_entry", "required": true, "schema": { "type": "string", @@ -25278,16 +25278,16 @@ }, "patch": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "Partially update information about a Mail Header Footer resource.", + "summary": "Partially update information about a Log Entry resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMailHeaderFooter", + "operationId": "updateLogEntry", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_header_footer", + "description": "Identifier for the log_entry", "required": true, "schema": { "type": "string", @@ -25305,18 +25305,18 @@ } ], "requestBody": { - "description": "Partially update information about a Mail Header Footer resource.", + "description": "Partially update information about a Log Entry resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } }, "responses": { "200": { - "description": "Detail of MailHeaderFooter", + "description": "Detail of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -25328,7 +25328,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25343,7 +25343,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25362,14 +25362,14 @@ } } }, - "/aggregate/mail-header-footer": { + "/aggregate/log-entry": { "post": { "tags": [ - "Mail Header Footer" + "Log Entry" ], - "summary": "Aggregate for the Mail Header Footer resources.", + "summary": "Aggregate for the Log Entry resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailHeaderFooter", + "operationId": "aggregateLogEntry", "requestBody": { "required": true, "content": { @@ -25393,7 +25393,7 @@ }, "responses": { "200": { - "description": "List of MailHeaderFooter", + "description": "List of LogEntry", "content": { "application/vnd.api+json": { "schema": { @@ -25407,7 +25407,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25425,7 +25425,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailHeaderFooter" + "$ref": "#/components/schemas/LogEntry" } } } @@ -25442,14 +25442,14 @@ } } }, - "/mail-template": { + "/mail-header-footer": { "get": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "List with basic information of Mail Template resources.", + "summary": "List with basic information of Mail Header Footer resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplateList", + "operationId": "getMailHeaderFooterList", "parameters": [ { "name": "limit", @@ -25478,7 +25478,7 @@ ], "responses": { "200": { - "description": "List of Mail Template resources.", + "description": "List of Mail Header Footer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -25497,7 +25497,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } ] @@ -25511,16 +25511,16 @@ "type": "object", "properties": { "first": { - "example": "/mail-template?limit=25" + "example": "/mail-header-footer?limit=25" }, "last": { - "example": "/mail-template?limit=25&page=11" + "example": "/mail-header-footer?limit=25&page=11" }, "next": { - "example": "/mail-template?limit=25&page=4" + "example": "/mail-header-footer?limit=25&page=4" }, "prev": { - "example": "/mail-template?limit=25&page=2" + "example": "/mail-header-footer?limit=25&page=2" } } } @@ -25541,7 +25541,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25556,11 +25556,11 @@ }, "post": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "Create a new Mail Template resources.", + "summary": "Create a new Mail Header Footer resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMailTemplate", + "operationId": "createMailHeaderFooter", "parameters": [ { "name": "_response", @@ -25579,14 +25579,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } }, "responses": { "200": { - "description": "Detail of MailTemplate", + "description": "Detail of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -25598,7 +25598,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25613,7 +25613,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25629,14 +25629,14 @@ } } }, - "/search/mail-template": { + "/search/mail-header-footer": { "post": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "Search for the Mail Template resources.", + "summary": "Search for the Mail Header Footer resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMailTemplate", + "operationId": "searchMailHeaderFooter", "parameters": [ { "name": "sw-include-search-info", @@ -25664,7 +25664,7 @@ }, "responses": { "200": { - "description": "List of MailTemplate", + "description": "List of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -25678,7 +25678,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25696,7 +25696,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25713,19 +25713,19 @@ } } }, - "/mail-template/{id}": { + "/mail-header-footer/{id}": { "get": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "Detailed information about a Mail Template resource.", + "summary": "Detailed information about a Mail Header Footer resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplate", + "operationId": "getMailHeaderFooter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template", + "description": "Identifier for the mail_header_footer", "required": true, "schema": { "type": "string", @@ -25735,7 +25735,7 @@ ], "responses": { "200": { - "description": "Detail of MailTemplate", + "description": "Detail of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -25747,7 +25747,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25762,7 +25762,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25779,16 +25779,16 @@ }, "delete": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "Delete a Mail Template resource.", + "summary": "Delete a Mail Header Footer resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMailTemplate", + "operationId": "deleteMailHeaderFooter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template", + "description": "Identifier for the mail_header_footer", "required": true, "schema": { "type": "string", @@ -25819,16 +25819,16 @@ }, "patch": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "Partially update information about a Mail Template resource.", + "summary": "Partially update information about a Mail Header Footer resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMailTemplate", + "operationId": "updateMailHeaderFooter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template", + "description": "Identifier for the mail_header_footer", "required": true, "schema": { "type": "string", @@ -25846,18 +25846,18 @@ } ], "requestBody": { - "description": "Partially update information about a Mail Template resource.", + "description": "Partially update information about a Mail Header Footer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } }, "responses": { "200": { - "description": "Detail of MailTemplate", + "description": "Detail of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -25869,7 +25869,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25884,7 +25884,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25903,14 +25903,14 @@ } } }, - "/aggregate/mail-template": { + "/aggregate/mail-header-footer": { "post": { "tags": [ - "Mail Template" + "Mail Header Footer" ], - "summary": "Aggregate for the Mail Template resources.", + "summary": "Aggregate for the Mail Header Footer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailTemplate", + "operationId": "aggregateMailHeaderFooter", "requestBody": { "required": true, "content": { @@ -25934,7 +25934,7 @@ }, "responses": { "200": { - "description": "List of MailTemplate", + "description": "List of MailHeaderFooter", "content": { "application/vnd.api+json": { "schema": { @@ -25948,7 +25948,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25966,7 +25966,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplate" + "$ref": "#/components/schemas/MailHeaderFooter" } } } @@ -25983,14 +25983,14 @@ } } }, - "/mail-template-type": { + "/mail-template": { "get": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "List with basic information of Mail Template Type resources.", + "summary": "List with basic information of Mail Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplateTypeList", + "operationId": "getMailTemplateList", "parameters": [ { "name": "limit", @@ -26019,7 +26019,7 @@ ], "responses": { "200": { - "description": "List of Mail Template Type resources.", + "description": "List of Mail Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26038,7 +26038,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } ] @@ -26052,16 +26052,16 @@ "type": "object", "properties": { "first": { - "example": "/mail-template-type?limit=25" + "example": "/mail-template?limit=25" }, "last": { - "example": "/mail-template-type?limit=25&page=11" + "example": "/mail-template?limit=25&page=11" }, "next": { - "example": "/mail-template-type?limit=25&page=4" + "example": "/mail-template?limit=25&page=4" }, "prev": { - "example": "/mail-template-type?limit=25&page=2" + "example": "/mail-template?limit=25&page=2" } } } @@ -26082,7 +26082,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26097,11 +26097,11 @@ }, "post": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "Create a new Mail Template Type resources.", + "summary": "Create a new Mail Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMailTemplateType", + "operationId": "createMailTemplate", "parameters": [ { "name": "_response", @@ -26120,14 +26120,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } }, "responses": { "200": { - "description": "Detail of MailTemplateType", + "description": "Detail of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -26139,7 +26139,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26154,7 +26154,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26170,14 +26170,14 @@ } } }, - "/search/mail-template-type": { + "/search/mail-template": { "post": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "Search for the Mail Template Type resources.", + "summary": "Search for the Mail Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMailTemplateType", + "operationId": "searchMailTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -26205,7 +26205,7 @@ }, "responses": { "200": { - "description": "List of MailTemplateType", + "description": "List of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -26219,7 +26219,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26237,7 +26237,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26254,19 +26254,19 @@ } } }, - "/mail-template-type/{id}": { + "/mail-template/{id}": { "get": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "Detailed information about a Mail Template Type resource.", + "summary": "Detailed information about a Mail Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMailTemplateType", + "operationId": "getMailTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template_type", + "description": "Identifier for the mail_template", "required": true, "schema": { "type": "string", @@ -26276,7 +26276,7 @@ ], "responses": { "200": { - "description": "Detail of MailTemplateType", + "description": "Detail of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -26288,7 +26288,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26303,7 +26303,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26320,16 +26320,16 @@ }, "delete": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "Delete a Mail Template Type resource.", + "summary": "Delete a Mail Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMailTemplateType", + "operationId": "deleteMailTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template_type", + "description": "Identifier for the mail_template", "required": true, "schema": { "type": "string", @@ -26360,16 +26360,16 @@ }, "patch": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "Partially update information about a Mail Template Type resource.", + "summary": "Partially update information about a Mail Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMailTemplateType", + "operationId": "updateMailTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the mail_template_type", + "description": "Identifier for the mail_template", "required": true, "schema": { "type": "string", @@ -26387,18 +26387,18 @@ } ], "requestBody": { - "description": "Partially update information about a Mail Template Type resource.", + "description": "Partially update information about a Mail Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } }, "responses": { "200": { - "description": "Detail of MailTemplateType", + "description": "Detail of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -26410,7 +26410,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26425,7 +26425,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26444,14 +26444,14 @@ } } }, - "/aggregate/mail-template-type": { + "/aggregate/mail-template": { "post": { "tags": [ - "Mail Template Type" + "Mail Template" ], - "summary": "Aggregate for the Mail Template Type resources.", + "summary": "Aggregate for the Mail Template resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMailTemplateType", + "operationId": "aggregateMailTemplate", "requestBody": { "required": true, "content": { @@ -26475,7 +26475,7 @@ }, "responses": { "200": { - "description": "List of MailTemplateType", + "description": "List of MailTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -26489,7 +26489,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26507,7 +26507,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MailTemplateType" + "$ref": "#/components/schemas/MailTemplate" } } } @@ -26524,14 +26524,14 @@ } } }, - "/main-category": { + "/mail-template-type": { "get": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "List with basic information of Main Category resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getMainCategoryList", + "summary": "List with basic information of Mail Template Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getMailTemplateTypeList", "parameters": [ { "name": "limit", @@ -26560,7 +26560,7 @@ ], "responses": { "200": { - "description": "List of Main Category resources.", + "description": "List of Mail Template Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -26579,7 +26579,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } ] @@ -26593,16 +26593,16 @@ "type": "object", "properties": { "first": { - "example": "/main-category?limit=25" + "example": "/mail-template-type?limit=25" }, "last": { - "example": "/main-category?limit=25&page=11" + "example": "/mail-template-type?limit=25&page=11" }, "next": { - "example": "/main-category?limit=25&page=4" + "example": "/mail-template-type?limit=25&page=4" }, "prev": { - "example": "/main-category?limit=25&page=2" + "example": "/mail-template-type?limit=25&page=2" } } } @@ -26623,7 +26623,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26638,11 +26638,11 @@ }, "post": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "Create a new Main Category resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createMainCategory", + "summary": "Create a new Mail Template Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createMailTemplateType", "parameters": [ { "name": "_response", @@ -26661,14 +26661,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } }, "responses": { "200": { - "description": "Detail of MainCategory", + "description": "Detail of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -26680,7 +26680,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26695,7 +26695,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26711,14 +26711,14 @@ } } }, - "/search/main-category": { + "/search/mail-template-type": { "post": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "Search for the Main Category resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchMainCategory", + "summary": "Search for the Mail Template Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchMailTemplateType", "parameters": [ { "name": "sw-include-search-info", @@ -26746,7 +26746,7 @@ }, "responses": { "200": { - "description": "List of MainCategory", + "description": "List of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -26760,7 +26760,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26778,7 +26778,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26795,19 +26795,19 @@ } } }, - "/main-category/{id}": { + "/mail-template-type/{id}": { "get": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "Detailed information about a Main Category resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getMainCategory", + "summary": "Detailed information about a Mail Template Type resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getMailTemplateType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the main_category", + "description": "Identifier for the mail_template_type", "required": true, "schema": { "type": "string", @@ -26817,7 +26817,7 @@ ], "responses": { "200": { - "description": "Detail of MainCategory", + "description": "Detail of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -26829,7 +26829,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26844,7 +26844,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26861,16 +26861,16 @@ }, "delete": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "Delete a Main Category resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteMainCategory", + "summary": "Delete a Mail Template Type resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteMailTemplateType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the main_category", + "description": "Identifier for the mail_template_type", "required": true, "schema": { "type": "string", @@ -26901,16 +26901,16 @@ }, "patch": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "Partially update information about a Main Category resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateMainCategory", + "summary": "Partially update information about a Mail Template Type resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateMailTemplateType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the main_category", + "description": "Identifier for the mail_template_type", "required": true, "schema": { "type": "string", @@ -26928,18 +26928,18 @@ } ], "requestBody": { - "description": "Partially update information about a Main Category resource.", + "description": "Partially update information about a Mail Template Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } }, "responses": { "200": { - "description": "Detail of MainCategory", + "description": "Detail of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -26951,7 +26951,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26966,7 +26966,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -26985,14 +26985,14 @@ } } }, - "/aggregate/main-category": { + "/aggregate/mail-template-type": { "post": { "tags": [ - "Main Category" + "Mail Template Type" ], - "summary": "Aggregate for the Main Category resources.", + "summary": "Aggregate for the Mail Template Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMainCategory", + "operationId": "aggregateMailTemplateType", "requestBody": { "required": true, "content": { @@ -27016,7 +27016,7 @@ }, "responses": { "200": { - "description": "List of MainCategory", + "description": "List of MailTemplateType", "content": { "application/vnd.api+json": { "schema": { @@ -27030,7 +27030,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -27048,7 +27048,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MainCategory" + "$ref": "#/components/schemas/MailTemplateType" } } } @@ -27065,14 +27065,14 @@ } } }, - "/measurement-display-unit": { + "/main-category": { "get": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "List with basic information of Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementDisplayUnitList", + "summary": "List with basic information of Main Category resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getMainCategoryList", "parameters": [ { "name": "limit", @@ -27101,7 +27101,7 @@ ], "responses": { "200": { - "description": "List of Measurement Display Unit resources.", + "description": "List of Main Category resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27120,7 +27120,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } ] @@ -27134,16 +27134,16 @@ "type": "object", "properties": { "first": { - "example": "/measurement-display-unit?limit=25" + "example": "/main-category?limit=25" }, "last": { - "example": "/measurement-display-unit?limit=25&page=11" + "example": "/main-category?limit=25&page=11" }, "next": { - "example": "/measurement-display-unit?limit=25&page=4" + "example": "/main-category?limit=25&page=4" }, "prev": { - "example": "/measurement-display-unit?limit=25&page=2" + "example": "/main-category?limit=25&page=2" } } } @@ -27164,7 +27164,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27179,11 +27179,11 @@ }, "post": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "Create a new Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "createMeasurementDisplayUnit", + "summary": "Create a new Main Category resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createMainCategory", "parameters": [ { "name": "_response", @@ -27202,14 +27202,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } }, "responses": { "200": { - "description": "Detail of MeasurementDisplayUnit", + "description": "Detail of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -27221,7 +27221,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27236,7 +27236,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27252,14 +27252,14 @@ } } }, - "/search/measurement-display-unit": { + "/search/main-category": { "post": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "Search for the Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "searchMeasurementDisplayUnit", + "summary": "Search for the Main Category resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchMainCategory", "parameters": [ { "name": "sw-include-search-info", @@ -27287,7 +27287,7 @@ }, "responses": { "200": { - "description": "List of MeasurementDisplayUnit", + "description": "List of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -27301,7 +27301,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27319,7 +27319,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27336,19 +27336,19 @@ } } }, - "/measurement-display-unit/{id}": { + "/main-category/{id}": { "get": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "Detailed information about a Measurement Display Unit resource.", - "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementDisplayUnit", + "summary": "Detailed information about a Main Category resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getMainCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_display_unit", + "description": "Identifier for the main_category", "required": true, "schema": { "type": "string", @@ -27358,7 +27358,7 @@ ], "responses": { "200": { - "description": "Detail of MeasurementDisplayUnit", + "description": "Detail of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -27370,7 +27370,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27385,7 +27385,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27402,16 +27402,16 @@ }, "delete": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "Delete a Measurement Display Unit resource.", - "description": "Available since: 6.7.1.0", - "operationId": "deleteMeasurementDisplayUnit", + "summary": "Delete a Main Category resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteMainCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_display_unit", + "description": "Identifier for the main_category", "required": true, "schema": { "type": "string", @@ -27442,16 +27442,16 @@ }, "patch": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "Partially update information about a Measurement Display Unit resource.", - "description": "Available since: 6.7.1.0", - "operationId": "updateMeasurementDisplayUnit", + "summary": "Partially update information about a Main Category resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateMainCategory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_display_unit", + "description": "Identifier for the main_category", "required": true, "schema": { "type": "string", @@ -27469,18 +27469,18 @@ } ], "requestBody": { - "description": "Partially update information about a Measurement Display Unit resource.", + "description": "Partially update information about a Main Category resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } }, "responses": { "200": { - "description": "Detail of MeasurementDisplayUnit", + "description": "Detail of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -27492,7 +27492,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27507,7 +27507,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27526,14 +27526,14 @@ } } }, - "/aggregate/measurement-display-unit": { + "/aggregate/main-category": { "post": { "tags": [ - "Measurement Display Unit" + "Main Category" ], - "summary": "Aggregate for the Measurement Display Unit resources.", - "description": "Available since: 6.7.1.0", - "operationId": "aggregateMeasurementDisplayUnit", + "summary": "Aggregate for the Main Category resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateMainCategory", "requestBody": { "required": true, "content": { @@ -27557,7 +27557,7 @@ }, "responses": { "200": { - "description": "List of MeasurementDisplayUnit", + "description": "List of MainCategory", "content": { "application/vnd.api+json": { "schema": { @@ -27571,7 +27571,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27589,7 +27589,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementDisplayUnit" + "$ref": "#/components/schemas/MainCategory" } } } @@ -27606,14 +27606,14 @@ } } }, - "/measurement-system": { + "/measurement-display-unit": { "get": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "List with basic information of Measurement System resources.", + "summary": "List with basic information of Measurement Display Unit resources.", "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementSystemList", + "operationId": "getMeasurementDisplayUnitList", "parameters": [ { "name": "limit", @@ -27642,7 +27642,7 @@ ], "responses": { "200": { - "description": "List of Measurement System resources.", + "description": "List of Measurement Display Unit resources.", "content": { "application/vnd.api+json": { "schema": { @@ -27661,7 +27661,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } ] @@ -27675,16 +27675,16 @@ "type": "object", "properties": { "first": { - "example": "/measurement-system?limit=25" + "example": "/measurement-display-unit?limit=25" }, "last": { - "example": "/measurement-system?limit=25&page=11" + "example": "/measurement-display-unit?limit=25&page=11" }, "next": { - "example": "/measurement-system?limit=25&page=4" + "example": "/measurement-display-unit?limit=25&page=4" }, "prev": { - "example": "/measurement-system?limit=25&page=2" + "example": "/measurement-display-unit?limit=25&page=2" } } } @@ -27705,7 +27705,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27720,11 +27720,11 @@ }, "post": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "Create a new Measurement System resources.", + "summary": "Create a new Measurement Display Unit resources.", "description": "Available since: 6.7.1.0", - "operationId": "createMeasurementSystem", + "operationId": "createMeasurementDisplayUnit", "parameters": [ { "name": "_response", @@ -27743,14 +27743,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } }, "responses": { "200": { - "description": "Detail of MeasurementSystem", + "description": "Detail of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -27762,7 +27762,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27777,7 +27777,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27793,14 +27793,14 @@ } } }, - "/search/measurement-system": { + "/search/measurement-display-unit": { "post": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "Search for the Measurement System resources.", + "summary": "Search for the Measurement Display Unit resources.", "description": "Available since: 6.7.1.0", - "operationId": "searchMeasurementSystem", + "operationId": "searchMeasurementDisplayUnit", "parameters": [ { "name": "sw-include-search-info", @@ -27828,7 +27828,7 @@ }, "responses": { "200": { - "description": "List of MeasurementSystem", + "description": "List of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -27842,7 +27842,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27860,7 +27860,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27877,19 +27877,19 @@ } } }, - "/measurement-system/{id}": { + "/measurement-display-unit/{id}": { "get": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "Detailed information about a Measurement System resource.", + "summary": "Detailed information about a Measurement Display Unit resource.", "description": "Available since: 6.7.1.0", - "operationId": "getMeasurementSystem", + "operationId": "getMeasurementDisplayUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_system", + "description": "Identifier for the measurement_display_unit", "required": true, "schema": { "type": "string", @@ -27899,7 +27899,7 @@ ], "responses": { "200": { - "description": "Detail of MeasurementSystem", + "description": "Detail of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -27911,7 +27911,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27926,7 +27926,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -27943,16 +27943,16 @@ }, "delete": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "Delete a Measurement System resource.", + "summary": "Delete a Measurement Display Unit resource.", "description": "Available since: 6.7.1.0", - "operationId": "deleteMeasurementSystem", + "operationId": "deleteMeasurementDisplayUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_system", + "description": "Identifier for the measurement_display_unit", "required": true, "schema": { "type": "string", @@ -27983,16 +27983,16 @@ }, "patch": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "Partially update information about a Measurement System resource.", + "summary": "Partially update information about a Measurement Display Unit resource.", "description": "Available since: 6.7.1.0", - "operationId": "updateMeasurementSystem", + "operationId": "updateMeasurementDisplayUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the measurement_system", + "description": "Identifier for the measurement_display_unit", "required": true, "schema": { "type": "string", @@ -28010,18 +28010,18 @@ } ], "requestBody": { - "description": "Partially update information about a Measurement System resource.", + "description": "Partially update information about a Measurement Display Unit resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } }, "responses": { "200": { - "description": "Detail of MeasurementSystem", + "description": "Detail of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -28033,7 +28033,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -28048,7 +28048,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -28067,14 +28067,14 @@ } } }, - "/aggregate/measurement-system": { + "/aggregate/measurement-display-unit": { "post": { "tags": [ - "Measurement System" + "Measurement Display Unit" ], - "summary": "Aggregate for the Measurement System resources.", + "summary": "Aggregate for the Measurement Display Unit resources.", "description": "Available since: 6.7.1.0", - "operationId": "aggregateMeasurementSystem", + "operationId": "aggregateMeasurementDisplayUnit", "requestBody": { "required": true, "content": { @@ -28098,7 +28098,7 @@ }, "responses": { "200": { - "description": "List of MeasurementSystem", + "description": "List of MeasurementDisplayUnit", "content": { "application/vnd.api+json": { "schema": { @@ -28112,7 +28112,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -28130,7 +28130,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MeasurementSystem" + "$ref": "#/components/schemas/MeasurementDisplayUnit" } } } @@ -28147,14 +28147,14 @@ } } }, - "/media": { + "/measurement-system": { "get": { "tags": [ - "Media" + "Measurement System" ], - "summary": "List with basic information of Media resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getMediaList", + "summary": "List with basic information of Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "getMeasurementSystemList", "parameters": [ { "name": "limit", @@ -28183,7 +28183,7 @@ ], "responses": { "200": { - "description": "List of Media resources.", + "description": "List of Measurement System resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28202,7 +28202,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } ] @@ -28216,16 +28216,16 @@ "type": "object", "properties": { "first": { - "example": "/media?limit=25" + "example": "/measurement-system?limit=25" }, "last": { - "example": "/media?limit=25&page=11" + "example": "/measurement-system?limit=25&page=11" }, "next": { - "example": "/media?limit=25&page=4" + "example": "/measurement-system?limit=25&page=4" }, "prev": { - "example": "/media?limit=25&page=2" + "example": "/measurement-system?limit=25&page=2" } } } @@ -28246,7 +28246,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28261,11 +28261,11 @@ }, "post": { "tags": [ - "Media" + "Measurement System" ], - "summary": "Create a new Media resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createMedia", + "summary": "Create a new Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "createMeasurementSystem", "parameters": [ { "name": "_response", @@ -28284,14 +28284,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } }, "responses": { "200": { - "description": "Detail of Media", + "description": "Detail of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -28303,7 +28303,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28318,7 +28318,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28334,14 +28334,14 @@ } } }, - "/search/media": { + "/search/measurement-system": { "post": { "tags": [ - "Media" + "Measurement System" ], - "summary": "Search for the Media resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchMedia", + "summary": "Search for the Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "searchMeasurementSystem", "parameters": [ { "name": "sw-include-search-info", @@ -28369,7 +28369,7 @@ }, "responses": { "200": { - "description": "List of Media", + "description": "List of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -28383,7 +28383,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28401,7 +28401,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28418,19 +28418,19 @@ } } }, - "/media/{id}": { + "/measurement-system/{id}": { "get": { "tags": [ - "Media" + "Measurement System" ], - "summary": "Detailed information about a Media resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getMedia", + "summary": "Detailed information about a Measurement System resource.", + "description": "Available since: 6.7.1.0", + "operationId": "getMeasurementSystem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media", + "description": "Identifier for the measurement_system", "required": true, "schema": { "type": "string", @@ -28440,7 +28440,7 @@ ], "responses": { "200": { - "description": "Detail of Media", + "description": "Detail of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -28452,7 +28452,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28467,7 +28467,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28484,16 +28484,16 @@ }, "delete": { "tags": [ - "Media" + "Measurement System" ], - "summary": "Delete a Media resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteMedia", + "summary": "Delete a Measurement System resource.", + "description": "Available since: 6.7.1.0", + "operationId": "deleteMeasurementSystem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media", + "description": "Identifier for the measurement_system", "required": true, "schema": { "type": "string", @@ -28524,16 +28524,16 @@ }, "patch": { "tags": [ - "Media" + "Measurement System" ], - "summary": "Partially update information about a Media resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateMedia", + "summary": "Partially update information about a Measurement System resource.", + "description": "Available since: 6.7.1.0", + "operationId": "updateMeasurementSystem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media", + "description": "Identifier for the measurement_system", "required": true, "schema": { "type": "string", @@ -28551,18 +28551,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media resource.", + "description": "Partially update information about a Measurement System resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } }, "responses": { "200": { - "description": "Detail of Media", + "description": "Detail of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -28574,7 +28574,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28589,7 +28589,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28608,14 +28608,14 @@ } } }, - "/aggregate/media": { + "/aggregate/measurement-system": { "post": { "tags": [ - "Media" + "Measurement System" ], - "summary": "Aggregate for the Media resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateMedia", + "summary": "Aggregate for the Measurement System resources.", + "description": "Available since: 6.7.1.0", + "operationId": "aggregateMeasurementSystem", "requestBody": { "required": true, "content": { @@ -28639,7 +28639,7 @@ }, "responses": { "200": { - "description": "List of Media", + "description": "List of MeasurementSystem", "content": { "application/vnd.api+json": { "schema": { @@ -28653,7 +28653,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28671,7 +28671,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Media" + "$ref": "#/components/schemas/MeasurementSystem" } } } @@ -28688,14 +28688,14 @@ } } }, - "/media-default-folder": { + "/media": { "get": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "List with basic information of Media Default Folder resources.", + "summary": "List with basic information of Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaDefaultFolderList", + "operationId": "getMediaList", "parameters": [ { "name": "limit", @@ -28724,7 +28724,7 @@ ], "responses": { "200": { - "description": "List of Media Default Folder resources.", + "description": "List of Media resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28743,7 +28743,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } ] @@ -28757,16 +28757,16 @@ "type": "object", "properties": { "first": { - "example": "/media-default-folder?limit=25" + "example": "/media?limit=25" }, "last": { - "example": "/media-default-folder?limit=25&page=11" + "example": "/media?limit=25&page=11" }, "next": { - "example": "/media-default-folder?limit=25&page=4" + "example": "/media?limit=25&page=4" }, "prev": { - "example": "/media-default-folder?limit=25&page=2" + "example": "/media?limit=25&page=2" } } } @@ -28787,7 +28787,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -28802,11 +28802,11 @@ }, "post": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "Create a new Media Default Folder resources.", + "summary": "Create a new Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaDefaultFolder", + "operationId": "createMedia", "parameters": [ { "name": "_response", @@ -28825,14 +28825,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } }, "responses": { "200": { - "description": "Detail of MediaDefaultFolder", + "description": "Detail of Media", "content": { "application/vnd.api+json": { "schema": { @@ -28844,7 +28844,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -28859,7 +28859,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -28875,14 +28875,14 @@ } } }, - "/search/media-default-folder": { + "/search/media": { "post": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "Search for the Media Default Folder resources.", + "summary": "Search for the Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaDefaultFolder", + "operationId": "searchMedia", "parameters": [ { "name": "sw-include-search-info", @@ -28910,7 +28910,7 @@ }, "responses": { "200": { - "description": "List of MediaDefaultFolder", + "description": "List of Media", "content": { "application/vnd.api+json": { "schema": { @@ -28924,7 +28924,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -28942,7 +28942,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -28959,19 +28959,19 @@ } } }, - "/media-default-folder/{id}": { + "/media/{id}": { "get": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "Detailed information about a Media Default Folder resource.", + "summary": "Detailed information about a Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaDefaultFolder", + "operationId": "getMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_default_folder", + "description": "Identifier for the media", "required": true, "schema": { "type": "string", @@ -28981,7 +28981,7 @@ ], "responses": { "200": { - "description": "Detail of MediaDefaultFolder", + "description": "Detail of Media", "content": { "application/vnd.api+json": { "schema": { @@ -28993,7 +28993,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -29008,7 +29008,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -29025,16 +29025,16 @@ }, "delete": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "Delete a Media Default Folder resource.", + "summary": "Delete a Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaDefaultFolder", + "operationId": "deleteMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_default_folder", + "description": "Identifier for the media", "required": true, "schema": { "type": "string", @@ -29065,16 +29065,16 @@ }, "patch": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "Partially update information about a Media Default Folder resource.", + "summary": "Partially update information about a Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaDefaultFolder", + "operationId": "updateMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_default_folder", + "description": "Identifier for the media", "required": true, "schema": { "type": "string", @@ -29092,18 +29092,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Default Folder resource.", + "description": "Partially update information about a Media resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } }, "responses": { "200": { - "description": "Detail of MediaDefaultFolder", + "description": "Detail of Media", "content": { "application/vnd.api+json": { "schema": { @@ -29115,7 +29115,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -29130,7 +29130,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -29149,14 +29149,14 @@ } } }, - "/aggregate/media-default-folder": { + "/aggregate/media": { "post": { "tags": [ - "Media Default Folder" + "Media" ], - "summary": "Aggregate for the Media Default Folder resources.", + "summary": "Aggregate for the Media resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaDefaultFolder", + "operationId": "aggregateMedia", "requestBody": { "required": true, "content": { @@ -29180,7 +29180,7 @@ }, "responses": { "200": { - "description": "List of MediaDefaultFolder", + "description": "List of Media", "content": { "application/vnd.api+json": { "schema": { @@ -29194,7 +29194,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -29212,7 +29212,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaDefaultFolder" + "$ref": "#/components/schemas/Media" } } } @@ -29229,14 +29229,14 @@ } } }, - "/media-folder": { + "/media-default-folder": { "get": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "List with basic information of Media Folder resources.", + "summary": "List with basic information of Media Default Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolderList", + "operationId": "getMediaDefaultFolderList", "parameters": [ { "name": "limit", @@ -29265,7 +29265,7 @@ ], "responses": { "200": { - "description": "List of Media Folder resources.", + "description": "List of Media Default Folder resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29284,7 +29284,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } ] @@ -29298,16 +29298,16 @@ "type": "object", "properties": { "first": { - "example": "/media-folder?limit=25" + "example": "/media-default-folder?limit=25" }, "last": { - "example": "/media-folder?limit=25&page=11" + "example": "/media-default-folder?limit=25&page=11" }, "next": { - "example": "/media-folder?limit=25&page=4" + "example": "/media-default-folder?limit=25&page=4" }, "prev": { - "example": "/media-folder?limit=25&page=2" + "example": "/media-default-folder?limit=25&page=2" } } } @@ -29328,7 +29328,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29343,11 +29343,11 @@ }, "post": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "Create a new Media Folder resources.", + "summary": "Create a new Media Default Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaFolder", + "operationId": "createMediaDefaultFolder", "parameters": [ { "name": "_response", @@ -29366,14 +29366,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } }, "responses": { "200": { - "description": "Detail of MediaFolder", + "description": "Detail of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -29385,7 +29385,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29400,7 +29400,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29416,14 +29416,14 @@ } } }, - "/search/media-folder": { + "/search/media-default-folder": { "post": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "Search for the Media Folder resources.", + "summary": "Search for the Media Default Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaFolder", + "operationId": "searchMediaDefaultFolder", "parameters": [ { "name": "sw-include-search-info", @@ -29451,7 +29451,7 @@ }, "responses": { "200": { - "description": "List of MediaFolder", + "description": "List of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -29465,7 +29465,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29483,7 +29483,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29500,19 +29500,19 @@ } } }, - "/media-folder/{id}": { + "/media-default-folder/{id}": { "get": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "Detailed information about a Media Folder resource.", + "summary": "Detailed information about a Media Default Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolder", + "operationId": "getMediaDefaultFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder", + "description": "Identifier for the media_default_folder", "required": true, "schema": { "type": "string", @@ -29522,7 +29522,7 @@ ], "responses": { "200": { - "description": "Detail of MediaFolder", + "description": "Detail of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -29534,7 +29534,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29549,7 +29549,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29566,16 +29566,16 @@ }, "delete": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "Delete a Media Folder resource.", + "summary": "Delete a Media Default Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaFolder", + "operationId": "deleteMediaDefaultFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder", + "description": "Identifier for the media_default_folder", "required": true, "schema": { "type": "string", @@ -29606,16 +29606,16 @@ }, "patch": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "Partially update information about a Media Folder resource.", + "summary": "Partially update information about a Media Default Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaFolder", + "operationId": "updateMediaDefaultFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder", + "description": "Identifier for the media_default_folder", "required": true, "schema": { "type": "string", @@ -29633,18 +29633,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Folder resource.", + "description": "Partially update information about a Media Default Folder resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } }, "responses": { "200": { - "description": "Detail of MediaFolder", + "description": "Detail of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -29656,7 +29656,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29671,7 +29671,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29690,14 +29690,14 @@ } } }, - "/aggregate/media-folder": { + "/aggregate/media-default-folder": { "post": { "tags": [ - "Media Folder" + "Media Default Folder" ], - "summary": "Aggregate for the Media Folder resources.", + "summary": "Aggregate for the Media Default Folder resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaFolder", + "operationId": "aggregateMediaDefaultFolder", "requestBody": { "required": true, "content": { @@ -29721,7 +29721,7 @@ }, "responses": { "200": { - "description": "List of MediaFolder", + "description": "List of MediaDefaultFolder", "content": { "application/vnd.api+json": { "schema": { @@ -29735,7 +29735,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29753,7 +29753,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolder" + "$ref": "#/components/schemas/MediaDefaultFolder" } } } @@ -29770,14 +29770,14 @@ } } }, - "/media-folder-configuration": { + "/media-folder": { "get": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "List with basic information of Media Folder Configuration resources.", + "summary": "List with basic information of Media Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolderConfigurationList", + "operationId": "getMediaFolderList", "parameters": [ { "name": "limit", @@ -29806,7 +29806,7 @@ ], "responses": { "200": { - "description": "List of Media Folder Configuration resources.", + "description": "List of Media Folder resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29825,7 +29825,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } ] @@ -29839,16 +29839,16 @@ "type": "object", "properties": { "first": { - "example": "/media-folder-configuration?limit=25" + "example": "/media-folder?limit=25" }, "last": { - "example": "/media-folder-configuration?limit=25&page=11" + "example": "/media-folder?limit=25&page=11" }, "next": { - "example": "/media-folder-configuration?limit=25&page=4" + "example": "/media-folder?limit=25&page=4" }, "prev": { - "example": "/media-folder-configuration?limit=25&page=2" + "example": "/media-folder?limit=25&page=2" } } } @@ -29869,7 +29869,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -29884,11 +29884,11 @@ }, "post": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "Create a new Media Folder Configuration resources.", + "summary": "Create a new Media Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaFolderConfiguration", + "operationId": "createMediaFolder", "parameters": [ { "name": "_response", @@ -29907,14 +29907,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } }, "responses": { "200": { - "description": "Detail of MediaFolderConfiguration", + "description": "Detail of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -29926,7 +29926,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -29941,7 +29941,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -29957,14 +29957,14 @@ } } }, - "/search/media-folder-configuration": { + "/search/media-folder": { "post": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "Search for the Media Folder Configuration resources.", + "summary": "Search for the Media Folder resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaFolderConfiguration", + "operationId": "searchMediaFolder", "parameters": [ { "name": "sw-include-search-info", @@ -29992,7 +29992,7 @@ }, "responses": { "200": { - "description": "List of MediaFolderConfiguration", + "description": "List of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -30006,7 +30006,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30024,7 +30024,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30041,19 +30041,19 @@ } } }, - "/media-folder-configuration/{id}": { + "/media-folder/{id}": { "get": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "Detailed information about a Media Folder Configuration resource.", + "summary": "Detailed information about a Media Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaFolderConfiguration", + "operationId": "getMediaFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder_configuration", + "description": "Identifier for the media_folder", "required": true, "schema": { "type": "string", @@ -30063,7 +30063,7 @@ ], "responses": { "200": { - "description": "Detail of MediaFolderConfiguration", + "description": "Detail of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -30075,7 +30075,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30090,7 +30090,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30107,16 +30107,16 @@ }, "delete": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "Delete a Media Folder Configuration resource.", + "summary": "Delete a Media Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaFolderConfiguration", + "operationId": "deleteMediaFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder_configuration", + "description": "Identifier for the media_folder", "required": true, "schema": { "type": "string", @@ -30147,16 +30147,16 @@ }, "patch": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "Partially update information about a Media Folder Configuration resource.", + "summary": "Partially update information about a Media Folder resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaFolderConfiguration", + "operationId": "updateMediaFolder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_folder_configuration", + "description": "Identifier for the media_folder", "required": true, "schema": { "type": "string", @@ -30174,18 +30174,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Folder Configuration resource.", + "description": "Partially update information about a Media Folder resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } }, "responses": { "200": { - "description": "Detail of MediaFolderConfiguration", + "description": "Detail of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -30197,7 +30197,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30212,7 +30212,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30231,14 +30231,14 @@ } } }, - "/aggregate/media-folder-configuration": { + "/aggregate/media-folder": { "post": { "tags": [ - "Media Folder Configuration" + "Media Folder" ], - "summary": "Aggregate for the Media Folder Configuration resources.", + "summary": "Aggregate for the Media Folder resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaFolderConfiguration", + "operationId": "aggregateMediaFolder", "requestBody": { "required": true, "content": { @@ -30262,7 +30262,7 @@ }, "responses": { "200": { - "description": "List of MediaFolderConfiguration", + "description": "List of MediaFolder", "content": { "application/vnd.api+json": { "schema": { @@ -30276,7 +30276,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30294,7 +30294,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaFolderConfiguration" + "$ref": "#/components/schemas/MediaFolder" } } } @@ -30311,14 +30311,14 @@ } } }, - "/media-thumbnail": { + "/media-folder-configuration": { "get": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "List with basic information of Media Thumbnail resources.", + "summary": "List with basic information of Media Folder Configuration resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnailList", + "operationId": "getMediaFolderConfigurationList", "parameters": [ { "name": "limit", @@ -30347,7 +30347,7 @@ ], "responses": { "200": { - "description": "List of Media Thumbnail resources.", + "description": "List of Media Folder Configuration resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30366,7 +30366,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } ] @@ -30380,16 +30380,16 @@ "type": "object", "properties": { "first": { - "example": "/media-thumbnail?limit=25" + "example": "/media-folder-configuration?limit=25" }, "last": { - "example": "/media-thumbnail?limit=25&page=11" + "example": "/media-folder-configuration?limit=25&page=11" }, "next": { - "example": "/media-thumbnail?limit=25&page=4" + "example": "/media-folder-configuration?limit=25&page=4" }, "prev": { - "example": "/media-thumbnail?limit=25&page=2" + "example": "/media-folder-configuration?limit=25&page=2" } } } @@ -30410,7 +30410,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30425,11 +30425,11 @@ }, "post": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "Create a new Media Thumbnail resources.", + "summary": "Create a new Media Folder Configuration resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaThumbnail", + "operationId": "createMediaFolderConfiguration", "parameters": [ { "name": "_response", @@ -30448,14 +30448,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnail", + "description": "Detail of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -30467,7 +30467,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30482,7 +30482,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30498,14 +30498,14 @@ } } }, - "/search/media-thumbnail": { + "/search/media-folder-configuration": { "post": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "Search for the Media Thumbnail resources.", + "summary": "Search for the Media Folder Configuration resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaThumbnail", + "operationId": "searchMediaFolderConfiguration", "parameters": [ { "name": "sw-include-search-info", @@ -30533,7 +30533,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnail", + "description": "List of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -30547,7 +30547,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30565,7 +30565,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30582,19 +30582,19 @@ } } }, - "/media-thumbnail/{id}": { + "/media-folder-configuration/{id}": { "get": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "Detailed information about a Media Thumbnail resource.", + "summary": "Detailed information about a Media Folder Configuration resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnail", + "operationId": "getMediaFolderConfiguration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail", + "description": "Identifier for the media_folder_configuration", "required": true, "schema": { "type": "string", @@ -30604,7 +30604,7 @@ ], "responses": { "200": { - "description": "Detail of MediaThumbnail", + "description": "Detail of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -30616,7 +30616,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30631,7 +30631,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30648,16 +30648,16 @@ }, "delete": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "Delete a Media Thumbnail resource.", + "summary": "Delete a Media Folder Configuration resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaThumbnail", + "operationId": "deleteMediaFolderConfiguration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail", + "description": "Identifier for the media_folder_configuration", "required": true, "schema": { "type": "string", @@ -30688,16 +30688,16 @@ }, "patch": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "Partially update information about a Media Thumbnail resource.", + "summary": "Partially update information about a Media Folder Configuration resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaThumbnail", + "operationId": "updateMediaFolderConfiguration", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail", + "description": "Identifier for the media_folder_configuration", "required": true, "schema": { "type": "string", @@ -30715,18 +30715,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Thumbnail resource.", + "description": "Partially update information about a Media Folder Configuration resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnail", + "description": "Detail of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -30738,7 +30738,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30753,7 +30753,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30772,14 +30772,14 @@ } } }, - "/aggregate/media-thumbnail": { + "/aggregate/media-folder-configuration": { "post": { "tags": [ - "Media Thumbnail" + "Media Folder Configuration" ], - "summary": "Aggregate for the Media Thumbnail resources.", + "summary": "Aggregate for the Media Folder Configuration resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaThumbnail", + "operationId": "aggregateMediaFolderConfiguration", "requestBody": { "required": true, "content": { @@ -30803,7 +30803,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnail", + "description": "List of MediaFolderConfiguration", "content": { "application/vnd.api+json": { "schema": { @@ -30817,7 +30817,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30835,7 +30835,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnail" + "$ref": "#/components/schemas/MediaFolderConfiguration" } } } @@ -30852,14 +30852,14 @@ } } }, - "/media-thumbnail-size": { + "/media-thumbnail": { "get": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "List with basic information of Media Thumbnail Size resources.", + "summary": "List with basic information of Media Thumbnail resources.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnailSizeList", + "operationId": "getMediaThumbnailList", "parameters": [ { "name": "limit", @@ -30888,7 +30888,7 @@ ], "responses": { "200": { - "description": "List of Media Thumbnail Size resources.", + "description": "List of Media Thumbnail resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30907,7 +30907,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } ] @@ -30921,16 +30921,16 @@ "type": "object", "properties": { "first": { - "example": "/media-thumbnail-size?limit=25" + "example": "/media-thumbnail?limit=25" }, "last": { - "example": "/media-thumbnail-size?limit=25&page=11" + "example": "/media-thumbnail?limit=25&page=11" }, "next": { - "example": "/media-thumbnail-size?limit=25&page=4" + "example": "/media-thumbnail?limit=25&page=4" }, "prev": { - "example": "/media-thumbnail-size?limit=25&page=2" + "example": "/media-thumbnail?limit=25&page=2" } } } @@ -30951,7 +30951,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -30966,11 +30966,11 @@ }, "post": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "Create a new Media Thumbnail Size resources.", + "summary": "Create a new Media Thumbnail resources.", "description": "Available since: 6.0.0.0", - "operationId": "createMediaThumbnailSize", + "operationId": "createMediaThumbnail", "parameters": [ { "name": "_response", @@ -30989,14 +30989,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnailSize", + "description": "Detail of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -31008,7 +31008,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31023,7 +31023,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31039,14 +31039,14 @@ } } }, - "/search/media-thumbnail-size": { + "/search/media-thumbnail": { "post": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "Search for the Media Thumbnail Size resources.", + "summary": "Search for the Media Thumbnail resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchMediaThumbnailSize", + "operationId": "searchMediaThumbnail", "parameters": [ { "name": "sw-include-search-info", @@ -31074,7 +31074,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnailSize", + "description": "List of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -31088,7 +31088,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31106,7 +31106,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31123,19 +31123,19 @@ } } }, - "/media-thumbnail-size/{id}": { + "/media-thumbnail/{id}": { "get": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "Detailed information about a Media Thumbnail Size resource.", + "summary": "Detailed information about a Media Thumbnail resource.", "description": "Available since: 6.0.0.0", - "operationId": "getMediaThumbnailSize", + "operationId": "getMediaThumbnail", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail_size", + "description": "Identifier for the media_thumbnail", "required": true, "schema": { "type": "string", @@ -31145,7 +31145,7 @@ ], "responses": { "200": { - "description": "Detail of MediaThumbnailSize", + "description": "Detail of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -31157,7 +31157,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31172,7 +31172,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31189,16 +31189,16 @@ }, "delete": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "Delete a Media Thumbnail Size resource.", + "summary": "Delete a Media Thumbnail resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteMediaThumbnailSize", + "operationId": "deleteMediaThumbnail", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail_size", + "description": "Identifier for the media_thumbnail", "required": true, "schema": { "type": "string", @@ -31229,16 +31229,16 @@ }, "patch": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "Partially update information about a Media Thumbnail Size resource.", + "summary": "Partially update information about a Media Thumbnail resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateMediaThumbnailSize", + "operationId": "updateMediaThumbnail", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the media_thumbnail_size", + "description": "Identifier for the media_thumbnail", "required": true, "schema": { "type": "string", @@ -31256,18 +31256,18 @@ } ], "requestBody": { - "description": "Partially update information about a Media Thumbnail Size resource.", + "description": "Partially update information about a Media Thumbnail resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } }, "responses": { "200": { - "description": "Detail of MediaThumbnailSize", + "description": "Detail of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -31279,7 +31279,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31294,7 +31294,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31313,14 +31313,14 @@ } } }, - "/aggregate/media-thumbnail-size": { + "/aggregate/media-thumbnail": { "post": { "tags": [ - "Media Thumbnail Size" + "Media Thumbnail" ], - "summary": "Aggregate for the Media Thumbnail Size resources.", + "summary": "Aggregate for the Media Thumbnail resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateMediaThumbnailSize", + "operationId": "aggregateMediaThumbnail", "requestBody": { "required": true, "content": { @@ -31344,7 +31344,7 @@ }, "responses": { "200": { - "description": "List of MediaThumbnailSize", + "description": "List of MediaThumbnail", "content": { "application/vnd.api+json": { "schema": { @@ -31358,7 +31358,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31376,7 +31376,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/MediaThumbnailSize" + "$ref": "#/components/schemas/MediaThumbnail" } } } @@ -31393,14 +31393,14 @@ } } }, - "/newsletter-recipient": { + "/media-thumbnail-size": { "get": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "List with basic information of Newsletter Recipient resources.", + "summary": "List with basic information of Media Thumbnail Size resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNewsletterRecipientList", + "operationId": "getMediaThumbnailSizeList", "parameters": [ { "name": "limit", @@ -31429,7 +31429,7 @@ ], "responses": { "200": { - "description": "List of Newsletter Recipient resources.", + "description": "List of Media Thumbnail Size resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31448,7 +31448,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } ] @@ -31462,16 +31462,16 @@ "type": "object", "properties": { "first": { - "example": "/newsletter-recipient?limit=25" + "example": "/media-thumbnail-size?limit=25" }, "last": { - "example": "/newsletter-recipient?limit=25&page=11" + "example": "/media-thumbnail-size?limit=25&page=11" }, "next": { - "example": "/newsletter-recipient?limit=25&page=4" + "example": "/media-thumbnail-size?limit=25&page=4" }, "prev": { - "example": "/newsletter-recipient?limit=25&page=2" + "example": "/media-thumbnail-size?limit=25&page=2" } } } @@ -31492,7 +31492,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31507,11 +31507,11 @@ }, "post": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "Create a new Newsletter Recipient resources.", + "summary": "Create a new Media Thumbnail Size resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNewsletterRecipient", + "operationId": "createMediaThumbnailSize", "parameters": [ { "name": "_response", @@ -31530,14 +31530,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } }, "responses": { "200": { - "description": "Detail of NewsletterRecipient", + "description": "Detail of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -31549,7 +31549,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31564,7 +31564,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31580,14 +31580,14 @@ } } }, - "/search/newsletter-recipient": { + "/search/media-thumbnail-size": { "post": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "Search for the Newsletter Recipient resources.", + "summary": "Search for the Media Thumbnail Size resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNewsletterRecipient", + "operationId": "searchMediaThumbnailSize", "parameters": [ { "name": "sw-include-search-info", @@ -31615,7 +31615,7 @@ }, "responses": { "200": { - "description": "List of NewsletterRecipient", + "description": "List of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -31629,7 +31629,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31647,7 +31647,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31664,19 +31664,19 @@ } } }, - "/newsletter-recipient/{id}": { + "/media-thumbnail-size/{id}": { "get": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "Detailed information about a Newsletter Recipient resource.", + "summary": "Detailed information about a Media Thumbnail Size resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNewsletterRecipient", + "operationId": "getMediaThumbnailSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the newsletter_recipient", + "description": "Identifier for the media_thumbnail_size", "required": true, "schema": { "type": "string", @@ -31686,7 +31686,7 @@ ], "responses": { "200": { - "description": "Detail of NewsletterRecipient", + "description": "Detail of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -31698,7 +31698,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31713,7 +31713,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31730,16 +31730,16 @@ }, "delete": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "Delete a Newsletter Recipient resource.", + "summary": "Delete a Media Thumbnail Size resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNewsletterRecipient", + "operationId": "deleteMediaThumbnailSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the newsletter_recipient", + "description": "Identifier for the media_thumbnail_size", "required": true, "schema": { "type": "string", @@ -31770,16 +31770,16 @@ }, "patch": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "Partially update information about a Newsletter Recipient resource.", + "summary": "Partially update information about a Media Thumbnail Size resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNewsletterRecipient", + "operationId": "updateMediaThumbnailSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the newsletter_recipient", + "description": "Identifier for the media_thumbnail_size", "required": true, "schema": { "type": "string", @@ -31797,18 +31797,18 @@ } ], "requestBody": { - "description": "Partially update information about a Newsletter Recipient resource.", + "description": "Partially update information about a Media Thumbnail Size resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } }, "responses": { "200": { - "description": "Detail of NewsletterRecipient", + "description": "Detail of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -31820,7 +31820,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31835,7 +31835,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31854,14 +31854,14 @@ } } }, - "/aggregate/newsletter-recipient": { + "/aggregate/media-thumbnail-size": { "post": { "tags": [ - "Newsletter Recipient" + "Media Thumbnail Size" ], - "summary": "Aggregate for the Newsletter Recipient resources.", + "summary": "Aggregate for the Media Thumbnail Size resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNewsletterRecipient", + "operationId": "aggregateMediaThumbnailSize", "requestBody": { "required": true, "content": { @@ -31885,7 +31885,7 @@ }, "responses": { "200": { - "description": "List of NewsletterRecipient", + "description": "List of MediaThumbnailSize", "content": { "application/vnd.api+json": { "schema": { @@ -31899,7 +31899,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31917,7 +31917,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NewsletterRecipient" + "$ref": "#/components/schemas/MediaThumbnailSize" } } } @@ -31934,14 +31934,14 @@ } } }, - "/notification": { + "/newsletter-recipient": { "get": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "List with basic information of Notification resources.", - "description": "Available since: 6.4.7.0", - "operationId": "getNotificationList", + "summary": "List with basic information of Newsletter Recipient resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getNewsletterRecipientList", "parameters": [ { "name": "limit", @@ -31970,7 +31970,7 @@ ], "responses": { "200": { - "description": "List of Notification resources.", + "description": "List of Newsletter Recipient resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31989,7 +31989,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } ] @@ -32003,16 +32003,16 @@ "type": "object", "properties": { "first": { - "example": "/notification?limit=25" + "example": "/newsletter-recipient?limit=25" }, "last": { - "example": "/notification?limit=25&page=11" + "example": "/newsletter-recipient?limit=25&page=11" }, "next": { - "example": "/notification?limit=25&page=4" + "example": "/newsletter-recipient?limit=25&page=4" }, "prev": { - "example": "/notification?limit=25&page=2" + "example": "/newsletter-recipient?limit=25&page=2" } } } @@ -32033,7 +32033,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32048,11 +32048,11 @@ }, "post": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "Create a new Notification resources.", - "description": "Available since: 6.4.7.0", - "operationId": "createNotification", + "summary": "Create a new Newsletter Recipient resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createNewsletterRecipient", "parameters": [ { "name": "_response", @@ -32071,14 +32071,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } }, "responses": { "200": { - "description": "Detail of Notification", + "description": "Detail of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -32090,7 +32090,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32105,7 +32105,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32121,14 +32121,14 @@ } } }, - "/search/notification": { + "/search/newsletter-recipient": { "post": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "Search for the Notification resources.", - "description": "Available since: 6.4.7.0", - "operationId": "searchNotification", + "summary": "Search for the Newsletter Recipient resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchNewsletterRecipient", "parameters": [ { "name": "sw-include-search-info", @@ -32156,7 +32156,7 @@ }, "responses": { "200": { - "description": "List of Notification", + "description": "List of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -32170,7 +32170,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32188,7 +32188,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32205,19 +32205,19 @@ } } }, - "/notification/{id}": { + "/newsletter-recipient/{id}": { "get": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "Detailed information about a Notification resource.", - "description": "Available since: 6.4.7.0", - "operationId": "getNotification", + "summary": "Detailed information about a Newsletter Recipient resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getNewsletterRecipient", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the notification", + "description": "Identifier for the newsletter_recipient", "required": true, "schema": { "type": "string", @@ -32227,7 +32227,7 @@ ], "responses": { "200": { - "description": "Detail of Notification", + "description": "Detail of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -32239,7 +32239,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32254,7 +32254,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32271,16 +32271,16 @@ }, "delete": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "Delete a Notification resource.", - "description": "Available since: 6.4.7.0", - "operationId": "deleteNotification", + "summary": "Delete a Newsletter Recipient resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteNewsletterRecipient", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the notification", + "description": "Identifier for the newsletter_recipient", "required": true, "schema": { "type": "string", @@ -32311,16 +32311,16 @@ }, "patch": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "Partially update information about a Notification resource.", - "description": "Available since: 6.4.7.0", - "operationId": "updateNotification", + "summary": "Partially update information about a Newsletter Recipient resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateNewsletterRecipient", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the notification", + "description": "Identifier for the newsletter_recipient", "required": true, "schema": { "type": "string", @@ -32338,18 +32338,18 @@ } ], "requestBody": { - "description": "Partially update information about a Notification resource.", + "description": "Partially update information about a Newsletter Recipient resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } }, "responses": { "200": { - "description": "Detail of Notification", + "description": "Detail of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -32361,7 +32361,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32376,7 +32376,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32395,14 +32395,14 @@ } } }, - "/aggregate/notification": { + "/aggregate/newsletter-recipient": { "post": { "tags": [ - "Notification" + "Newsletter Recipient" ], - "summary": "Aggregate for the Notification resources.", + "summary": "Aggregate for the Newsletter Recipient resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNotification", + "operationId": "aggregateNewsletterRecipient", "requestBody": { "required": true, "content": { @@ -32426,7 +32426,7 @@ }, "responses": { "200": { - "description": "List of Notification", + "description": "List of NewsletterRecipient", "content": { "application/vnd.api+json": { "schema": { @@ -32440,7 +32440,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32458,7 +32458,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Notification" + "$ref": "#/components/schemas/NewsletterRecipient" } } } @@ -32475,14 +32475,14 @@ } } }, - "/number-range": { + "/notification": { "get": { "tags": [ - "Number Range" + "Notification" ], - "summary": "List with basic information of Number Range resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeList", + "summary": "List with basic information of Notification resources.", + "description": "Available since: 6.4.7.0", + "operationId": "getNotificationList", "parameters": [ { "name": "limit", @@ -32511,7 +32511,7 @@ ], "responses": { "200": { - "description": "List of Number Range resources.", + "description": "List of Notification resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32530,7 +32530,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } ] @@ -32544,16 +32544,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range?limit=25" + "example": "/notification?limit=25" }, "last": { - "example": "/number-range?limit=25&page=11" + "example": "/notification?limit=25&page=11" }, "next": { - "example": "/number-range?limit=25&page=4" + "example": "/notification?limit=25&page=4" }, "prev": { - "example": "/number-range?limit=25&page=2" + "example": "/notification?limit=25&page=2" } } } @@ -32574,7 +32574,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32589,11 +32589,11 @@ }, "post": { "tags": [ - "Number Range" + "Notification" ], - "summary": "Create a new Number Range resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createNumberRange", + "summary": "Create a new Notification resources.", + "description": "Available since: 6.4.7.0", + "operationId": "createNotification", "parameters": [ { "name": "_response", @@ -32612,14 +32612,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } }, "responses": { "200": { - "description": "Detail of NumberRange", + "description": "Detail of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -32631,7 +32631,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32646,7 +32646,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32662,14 +32662,14 @@ } } }, - "/search/number-range": { + "/search/notification": { "post": { "tags": [ - "Number Range" + "Notification" ], - "summary": "Search for the Number Range resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRange", + "summary": "Search for the Notification resources.", + "description": "Available since: 6.4.7.0", + "operationId": "searchNotification", "parameters": [ { "name": "sw-include-search-info", @@ -32697,7 +32697,7 @@ }, "responses": { "200": { - "description": "List of NumberRange", + "description": "List of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -32711,7 +32711,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32729,7 +32729,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32746,19 +32746,19 @@ } } }, - "/number-range/{id}": { + "/notification/{id}": { "get": { "tags": [ - "Number Range" + "Notification" ], - "summary": "Detailed information about a Number Range resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getNumberRange", + "summary": "Detailed information about a Notification resource.", + "description": "Available since: 6.4.7.0", + "operationId": "getNotification", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range", + "description": "Identifier for the notification", "required": true, "schema": { "type": "string", @@ -32768,7 +32768,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRange", + "description": "Detail of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -32780,7 +32780,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32795,7 +32795,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32812,16 +32812,16 @@ }, "delete": { "tags": [ - "Number Range" + "Notification" ], - "summary": "Delete a Number Range resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRange", + "summary": "Delete a Notification resource.", + "description": "Available since: 6.4.7.0", + "operationId": "deleteNotification", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range", + "description": "Identifier for the notification", "required": true, "schema": { "type": "string", @@ -32852,16 +32852,16 @@ }, "patch": { "tags": [ - "Number Range" + "Notification" ], - "summary": "Partially update information about a Number Range resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRange", + "summary": "Partially update information about a Notification resource.", + "description": "Available since: 6.4.7.0", + "operationId": "updateNotification", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range", + "description": "Identifier for the notification", "required": true, "schema": { "type": "string", @@ -32879,18 +32879,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range resource.", + "description": "Partially update information about a Notification resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } }, "responses": { "200": { - "description": "Detail of NumberRange", + "description": "Detail of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -32902,7 +32902,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32917,7 +32917,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32936,14 +32936,14 @@ } } }, - "/aggregate/number-range": { + "/aggregate/notification": { "post": { "tags": [ - "Number Range" + "Notification" ], - "summary": "Aggregate for the Number Range resources.", + "summary": "Aggregate for the Notification resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRange", + "operationId": "aggregateNotification", "requestBody": { "required": true, "content": { @@ -32967,7 +32967,7 @@ }, "responses": { "200": { - "description": "List of NumberRange", + "description": "List of Notification", "content": { "application/vnd.api+json": { "schema": { @@ -32981,7 +32981,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -32999,7 +32999,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRange" + "$ref": "#/components/schemas/Notification" } } } @@ -33016,14 +33016,14 @@ } } }, - "/number-range-sales-channel": { + "/number-range": { "get": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "List with basic information of Number Range Sales Channel resources.", + "summary": "List with basic information of Number Range resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeSalesChannelList", + "operationId": "getNumberRangeList", "parameters": [ { "name": "limit", @@ -33052,7 +33052,7 @@ ], "responses": { "200": { - "description": "List of Number Range Sales Channel resources.", + "description": "List of Number Range resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33071,7 +33071,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } ] @@ -33085,16 +33085,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range-sales-channel?limit=25" + "example": "/number-range?limit=25" }, "last": { - "example": "/number-range-sales-channel?limit=25&page=11" + "example": "/number-range?limit=25&page=11" }, "next": { - "example": "/number-range-sales-channel?limit=25&page=4" + "example": "/number-range?limit=25&page=4" }, "prev": { - "example": "/number-range-sales-channel?limit=25&page=2" + "example": "/number-range?limit=25&page=2" } } } @@ -33115,7 +33115,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33130,11 +33130,11 @@ }, "post": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "Create a new Number Range Sales Channel resources.", + "summary": "Create a new Number Range resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNumberRangeSalesChannel", + "operationId": "createNumberRange", "parameters": [ { "name": "_response", @@ -33153,14 +33153,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeSalesChannel", + "description": "Detail of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -33172,7 +33172,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33187,7 +33187,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33203,14 +33203,14 @@ } } }, - "/search/number-range-sales-channel": { + "/search/number-range": { "post": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "Search for the Number Range Sales Channel resources.", + "summary": "Search for the Number Range resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRangeSalesChannel", + "operationId": "searchNumberRange", "parameters": [ { "name": "sw-include-search-info", @@ -33238,7 +33238,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeSalesChannel", + "description": "List of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -33252,7 +33252,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33270,7 +33270,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33287,19 +33287,19 @@ } } }, - "/number-range-sales-channel/{id}": { + "/number-range/{id}": { "get": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "Detailed information about a Number Range Sales Channel resource.", + "summary": "Detailed information about a Number Range resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeSalesChannel", + "operationId": "getNumberRange", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_sales_channel", + "description": "Identifier for the number_range", "required": true, "schema": { "type": "string", @@ -33309,7 +33309,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRangeSalesChannel", + "description": "Detail of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -33321,7 +33321,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33336,7 +33336,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33353,16 +33353,16 @@ }, "delete": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "Delete a Number Range Sales Channel resource.", + "summary": "Delete a Number Range resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRangeSalesChannel", + "operationId": "deleteNumberRange", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_sales_channel", + "description": "Identifier for the number_range", "required": true, "schema": { "type": "string", @@ -33393,16 +33393,16 @@ }, "patch": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "Partially update information about a Number Range Sales Channel resource.", + "summary": "Partially update information about a Number Range resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRangeSalesChannel", + "operationId": "updateNumberRange", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_sales_channel", + "description": "Identifier for the number_range", "required": true, "schema": { "type": "string", @@ -33420,18 +33420,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range Sales Channel resource.", + "description": "Partially update information about a Number Range resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeSalesChannel", + "description": "Detail of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -33443,7 +33443,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33458,7 +33458,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33477,14 +33477,14 @@ } } }, - "/aggregate/number-range-sales-channel": { + "/aggregate/number-range": { "post": { "tags": [ - "Number Range Sales Channel" + "Number Range" ], - "summary": "Aggregate for the Number Range Sales Channel resources.", + "summary": "Aggregate for the Number Range resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeSalesChannel", + "operationId": "aggregateNumberRange", "requestBody": { "required": true, "content": { @@ -33508,7 +33508,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeSalesChannel", + "description": "List of NumberRange", "content": { "application/vnd.api+json": { "schema": { @@ -33522,7 +33522,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33540,7 +33540,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeSalesChannel" + "$ref": "#/components/schemas/NumberRange" } } } @@ -33557,14 +33557,14 @@ } } }, - "/number-range-state": { + "/number-range-sales-channel": { "get": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "List with basic information of Number Range State resources.", + "summary": "List with basic information of Number Range Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeStateList", + "operationId": "getNumberRangeSalesChannelList", "parameters": [ { "name": "limit", @@ -33593,7 +33593,7 @@ ], "responses": { "200": { - "description": "List of Number Range State resources.", + "description": "List of Number Range Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33612,7 +33612,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } ] @@ -33626,16 +33626,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range-state?limit=25" + "example": "/number-range-sales-channel?limit=25" }, "last": { - "example": "/number-range-state?limit=25&page=11" + "example": "/number-range-sales-channel?limit=25&page=11" }, "next": { - "example": "/number-range-state?limit=25&page=4" + "example": "/number-range-sales-channel?limit=25&page=4" }, "prev": { - "example": "/number-range-state?limit=25&page=2" + "example": "/number-range-sales-channel?limit=25&page=2" } } } @@ -33656,7 +33656,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33671,11 +33671,11 @@ }, "post": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "Create a new Number Range State resources.", + "summary": "Create a new Number Range Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNumberRangeState", + "operationId": "createNumberRangeSalesChannel", "parameters": [ { "name": "_response", @@ -33694,14 +33694,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeState", + "description": "Detail of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -33713,7 +33713,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33728,7 +33728,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33744,14 +33744,14 @@ } } }, - "/search/number-range-state": { + "/search/number-range-sales-channel": { "post": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "Search for the Number Range State resources.", + "summary": "Search for the Number Range Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRangeState", + "operationId": "searchNumberRangeSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -33779,7 +33779,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeState", + "description": "List of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -33793,7 +33793,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33811,7 +33811,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33828,19 +33828,19 @@ } } }, - "/number-range-state/{id}": { + "/number-range-sales-channel/{id}": { "get": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "Detailed information about a Number Range State resource.", + "summary": "Detailed information about a Number Range Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeState", + "operationId": "getNumberRangeSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_state", + "description": "Identifier for the number_range_sales_channel", "required": true, "schema": { "type": "string", @@ -33850,7 +33850,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRangeState", + "description": "Detail of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -33862,7 +33862,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33877,7 +33877,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33894,16 +33894,16 @@ }, "delete": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "Delete a Number Range State resource.", + "summary": "Delete a Number Range Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRangeState", + "operationId": "deleteNumberRangeSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_state", + "description": "Identifier for the number_range_sales_channel", "required": true, "schema": { "type": "string", @@ -33934,16 +33934,16 @@ }, "patch": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "Partially update information about a Number Range State resource.", + "summary": "Partially update information about a Number Range Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRangeState", + "operationId": "updateNumberRangeSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_state", + "description": "Identifier for the number_range_sales_channel", "required": true, "schema": { "type": "string", @@ -33961,18 +33961,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range State resource.", + "description": "Partially update information about a Number Range Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeState", + "description": "Detail of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -33984,7 +33984,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -33999,7 +33999,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -34018,14 +34018,14 @@ } } }, - "/aggregate/number-range-state": { + "/aggregate/number-range-sales-channel": { "post": { "tags": [ - "Number Range State" + "Number Range Sales Channel" ], - "summary": "Aggregate for the Number Range State resources.", + "summary": "Aggregate for the Number Range Sales Channel resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeState", + "operationId": "aggregateNumberRangeSalesChannel", "requestBody": { "required": true, "content": { @@ -34049,7 +34049,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeState", + "description": "List of NumberRangeSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -34063,7 +34063,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -34081,7 +34081,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeState" + "$ref": "#/components/schemas/NumberRangeSalesChannel" } } } @@ -34098,14 +34098,14 @@ } } }, - "/number-range-type": { + "/number-range-state": { "get": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "List with basic information of Number Range Type resources.", + "summary": "List with basic information of Number Range State resources.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeTypeList", + "operationId": "getNumberRangeStateList", "parameters": [ { "name": "limit", @@ -34134,7 +34134,7 @@ ], "responses": { "200": { - "description": "List of Number Range Type resources.", + "description": "List of Number Range State resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34153,7 +34153,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } ] @@ -34167,16 +34167,16 @@ "type": "object", "properties": { "first": { - "example": "/number-range-type?limit=25" + "example": "/number-range-state?limit=25" }, "last": { - "example": "/number-range-type?limit=25&page=11" + "example": "/number-range-state?limit=25&page=11" }, "next": { - "example": "/number-range-type?limit=25&page=4" + "example": "/number-range-state?limit=25&page=4" }, "prev": { - "example": "/number-range-type?limit=25&page=2" + "example": "/number-range-state?limit=25&page=2" } } } @@ -34197,7 +34197,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34212,11 +34212,11 @@ }, "post": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "Create a new Number Range Type resources.", + "summary": "Create a new Number Range State resources.", "description": "Available since: 6.0.0.0", - "operationId": "createNumberRangeType", + "operationId": "createNumberRangeState", "parameters": [ { "name": "_response", @@ -34235,14 +34235,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeType", + "description": "Detail of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -34254,7 +34254,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34269,7 +34269,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34285,14 +34285,14 @@ } } }, - "/search/number-range-type": { + "/search/number-range-state": { "post": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "Search for the Number Range Type resources.", + "summary": "Search for the Number Range State resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchNumberRangeType", + "operationId": "searchNumberRangeState", "parameters": [ { "name": "sw-include-search-info", @@ -34320,7 +34320,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeType", + "description": "List of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -34334,7 +34334,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34352,7 +34352,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34369,19 +34369,19 @@ } } }, - "/number-range-type/{id}": { + "/number-range-state/{id}": { "get": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "Detailed information about a Number Range Type resource.", + "summary": "Detailed information about a Number Range State resource.", "description": "Available since: 6.0.0.0", - "operationId": "getNumberRangeType", + "operationId": "getNumberRangeState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_type", + "description": "Identifier for the number_range_state", "required": true, "schema": { "type": "string", @@ -34391,7 +34391,7 @@ ], "responses": { "200": { - "description": "Detail of NumberRangeType", + "description": "Detail of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -34403,7 +34403,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34418,7 +34418,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34435,16 +34435,16 @@ }, "delete": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "Delete a Number Range Type resource.", + "summary": "Delete a Number Range State resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteNumberRangeType", + "operationId": "deleteNumberRangeState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_type", + "description": "Identifier for the number_range_state", "required": true, "schema": { "type": "string", @@ -34475,16 +34475,16 @@ }, "patch": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "Partially update information about a Number Range Type resource.", + "summary": "Partially update information about a Number Range State resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateNumberRangeType", + "operationId": "updateNumberRangeState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the number_range_type", + "description": "Identifier for the number_range_state", "required": true, "schema": { "type": "string", @@ -34502,18 +34502,18 @@ } ], "requestBody": { - "description": "Partially update information about a Number Range Type resource.", + "description": "Partially update information about a Number Range State resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } }, "responses": { "200": { - "description": "Detail of NumberRangeType", + "description": "Detail of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -34525,7 +34525,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34540,7 +34540,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34559,14 +34559,14 @@ } } }, - "/aggregate/number-range-type": { + "/aggregate/number-range-state": { "post": { "tags": [ - "Number Range Type" + "Number Range State" ], - "summary": "Aggregate for the Number Range Type resources.", + "summary": "Aggregate for the Number Range State resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateNumberRangeType", + "operationId": "aggregateNumberRangeState", "requestBody": { "required": true, "content": { @@ -34590,7 +34590,7 @@ }, "responses": { "200": { - "description": "List of NumberRangeType", + "description": "List of NumberRangeState", "content": { "application/vnd.api+json": { "schema": { @@ -34604,7 +34604,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34622,7 +34622,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/NumberRangeType" + "$ref": "#/components/schemas/NumberRangeState" } } } @@ -34639,14 +34639,14 @@ } } }, - "/order": { + "/number-range-type": { "get": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "List with basic information of Order resources.", + "summary": "List with basic information of Number Range Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderList", + "operationId": "getNumberRangeTypeList", "parameters": [ { "name": "limit", @@ -34675,7 +34675,7 @@ ], "responses": { "200": { - "description": "List of Order resources.", + "description": "List of Number Range Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34694,7 +34694,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } ] @@ -34708,16 +34708,16 @@ "type": "object", "properties": { "first": { - "example": "/order?limit=25" + "example": "/number-range-type?limit=25" }, "last": { - "example": "/order?limit=25&page=11" + "example": "/number-range-type?limit=25&page=11" }, "next": { - "example": "/order?limit=25&page=4" + "example": "/number-range-type?limit=25&page=4" }, "prev": { - "example": "/order?limit=25&page=2" + "example": "/number-range-type?limit=25&page=2" } } } @@ -34738,7 +34738,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34753,11 +34753,11 @@ }, "post": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "Create a new Order resources.", + "summary": "Create a new Number Range Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrder", + "operationId": "createNumberRangeType", "parameters": [ { "name": "_response", @@ -34776,14 +34776,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } }, "responses": { "200": { - "description": "Detail of Order", + "description": "Detail of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -34795,7 +34795,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34810,7 +34810,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34826,14 +34826,14 @@ } } }, - "/search/order": { + "/search/number-range-type": { "post": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "Search for the Order resources.", + "summary": "Search for the Number Range Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrder", + "operationId": "searchNumberRangeType", "parameters": [ { "name": "sw-include-search-info", @@ -34861,7 +34861,7 @@ }, "responses": { "200": { - "description": "List of Order", + "description": "List of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -34875,7 +34875,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34893,7 +34893,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34910,19 +34910,19 @@ } } }, - "/order/{id}": { + "/number-range-type/{id}": { "get": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "Detailed information about a Order resource.", + "summary": "Detailed information about a Number Range Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrder", + "operationId": "getNumberRangeType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order", + "description": "Identifier for the number_range_type", "required": true, "schema": { "type": "string", @@ -34932,7 +34932,7 @@ ], "responses": { "200": { - "description": "Detail of Order", + "description": "Detail of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -34944,7 +34944,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34959,7 +34959,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -34976,16 +34976,16 @@ }, "delete": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "Delete a Order resource.", + "summary": "Delete a Number Range Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrder", + "operationId": "deleteNumberRangeType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order", + "description": "Identifier for the number_range_type", "required": true, "schema": { "type": "string", @@ -35016,16 +35016,16 @@ }, "patch": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "Partially update information about a Order resource.", + "summary": "Partially update information about a Number Range Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrder", + "operationId": "updateNumberRangeType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order", + "description": "Identifier for the number_range_type", "required": true, "schema": { "type": "string", @@ -35043,18 +35043,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order resource.", + "description": "Partially update information about a Number Range Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } }, "responses": { "200": { - "description": "Detail of Order", + "description": "Detail of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -35066,7 +35066,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -35081,7 +35081,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -35100,14 +35100,14 @@ } } }, - "/aggregate/order": { + "/aggregate/number-range-type": { "post": { "tags": [ - "Order" + "Number Range Type" ], - "summary": "Aggregate for the Order resources.", + "summary": "Aggregate for the Number Range Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrder", + "operationId": "aggregateNumberRangeType", "requestBody": { "required": true, "content": { @@ -35131,7 +35131,7 @@ }, "responses": { "200": { - "description": "List of Order", + "description": "List of NumberRangeType", "content": { "application/vnd.api+json": { "schema": { @@ -35145,7 +35145,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -35163,7 +35163,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Order" + "$ref": "#/components/schemas/NumberRangeType" } } } @@ -35180,14 +35180,14 @@ } } }, - "/order-address": { + "/order": { "get": { "tags": [ - "Order Address" + "Order" ], - "summary": "List with basic information of Order Address resources.", + "summary": "List with basic information of Order resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderAddressList", + "operationId": "getOrderList", "parameters": [ { "name": "limit", @@ -35216,7 +35216,7 @@ ], "responses": { "200": { - "description": "List of Order Address resources.", + "description": "List of Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35235,7 +35235,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } ] @@ -35249,16 +35249,16 @@ "type": "object", "properties": { "first": { - "example": "/order-address?limit=25" + "example": "/order?limit=25" }, "last": { - "example": "/order-address?limit=25&page=11" + "example": "/order?limit=25&page=11" }, "next": { - "example": "/order-address?limit=25&page=4" + "example": "/order?limit=25&page=4" }, "prev": { - "example": "/order-address?limit=25&page=2" + "example": "/order?limit=25&page=2" } } } @@ -35279,7 +35279,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35294,11 +35294,11 @@ }, "post": { "tags": [ - "Order Address" + "Order" ], - "summary": "Create a new Order Address resources.", + "summary": "Create a new Order resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderAddress", + "operationId": "createOrder", "parameters": [ { "name": "_response", @@ -35317,14 +35317,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } }, "responses": { "200": { - "description": "Detail of OrderAddress", + "description": "Detail of Order", "content": { "application/vnd.api+json": { "schema": { @@ -35336,7 +35336,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35351,7 +35351,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35367,14 +35367,14 @@ } } }, - "/search/order-address": { + "/search/order": { "post": { "tags": [ - "Order Address" + "Order" ], - "summary": "Search for the Order Address resources.", + "summary": "Search for the Order resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderAddress", + "operationId": "searchOrder", "parameters": [ { "name": "sw-include-search-info", @@ -35402,7 +35402,7 @@ }, "responses": { "200": { - "description": "List of OrderAddress", + "description": "List of Order", "content": { "application/vnd.api+json": { "schema": { @@ -35416,7 +35416,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35434,7 +35434,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35451,19 +35451,19 @@ } } }, - "/order-address/{id}": { + "/order/{id}": { "get": { "tags": [ - "Order Address" + "Order" ], - "summary": "Detailed information about a Order Address resource.", + "summary": "Detailed information about a Order resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderAddress", + "operationId": "getOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_address", + "description": "Identifier for the order", "required": true, "schema": { "type": "string", @@ -35473,7 +35473,7 @@ ], "responses": { "200": { - "description": "Detail of OrderAddress", + "description": "Detail of Order", "content": { "application/vnd.api+json": { "schema": { @@ -35485,7 +35485,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35500,7 +35500,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35517,16 +35517,16 @@ }, "delete": { "tags": [ - "Order Address" + "Order" ], - "summary": "Delete a Order Address resource.", + "summary": "Delete a Order resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderAddress", + "operationId": "deleteOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_address", + "description": "Identifier for the order", "required": true, "schema": { "type": "string", @@ -35557,16 +35557,16 @@ }, "patch": { "tags": [ - "Order Address" + "Order" ], - "summary": "Partially update information about a Order Address resource.", + "summary": "Partially update information about a Order resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderAddress", + "operationId": "updateOrder", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_address", + "description": "Identifier for the order", "required": true, "schema": { "type": "string", @@ -35584,18 +35584,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Address resource.", + "description": "Partially update information about a Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } }, "responses": { "200": { - "description": "Detail of OrderAddress", + "description": "Detail of Order", "content": { "application/vnd.api+json": { "schema": { @@ -35607,7 +35607,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35622,7 +35622,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35641,14 +35641,14 @@ } } }, - "/aggregate/order-address": { + "/aggregate/order": { "post": { "tags": [ - "Order Address" + "Order" ], - "summary": "Aggregate for the Order Address resources.", + "summary": "Aggregate for the Order resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderAddress", + "operationId": "aggregateOrder", "requestBody": { "required": true, "content": { @@ -35672,7 +35672,7 @@ }, "responses": { "200": { - "description": "List of OrderAddress", + "description": "List of Order", "content": { "application/vnd.api+json": { "schema": { @@ -35686,7 +35686,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35704,7 +35704,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderAddress" + "$ref": "#/components/schemas/Order" } } } @@ -35721,14 +35721,14 @@ } } }, - "/order-customer": { + "/order-address": { "get": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "List with basic information of Order Customer resources.", + "summary": "List with basic information of Order Address resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderCustomerList", + "operationId": "getOrderAddressList", "parameters": [ { "name": "limit", @@ -35757,7 +35757,7 @@ ], "responses": { "200": { - "description": "List of Order Customer resources.", + "description": "List of Order Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35776,7 +35776,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } ] @@ -35790,16 +35790,16 @@ "type": "object", "properties": { "first": { - "example": "/order-customer?limit=25" + "example": "/order-address?limit=25" }, "last": { - "example": "/order-customer?limit=25&page=11" + "example": "/order-address?limit=25&page=11" }, "next": { - "example": "/order-customer?limit=25&page=4" + "example": "/order-address?limit=25&page=4" }, "prev": { - "example": "/order-customer?limit=25&page=2" + "example": "/order-address?limit=25&page=2" } } } @@ -35820,7 +35820,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -35835,11 +35835,11 @@ }, "post": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "Create a new Order Customer resources.", + "summary": "Create a new Order Address resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderCustomer", + "operationId": "createOrderAddress", "parameters": [ { "name": "_response", @@ -35858,14 +35858,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } }, "responses": { "200": { - "description": "Detail of OrderCustomer", + "description": "Detail of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -35877,7 +35877,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -35892,7 +35892,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -35908,14 +35908,14 @@ } } }, - "/search/order-customer": { + "/search/order-address": { "post": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "Search for the Order Customer resources.", + "summary": "Search for the Order Address resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderCustomer", + "operationId": "searchOrderAddress", "parameters": [ { "name": "sw-include-search-info", @@ -35943,7 +35943,7 @@ }, "responses": { "200": { - "description": "List of OrderCustomer", + "description": "List of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -35957,7 +35957,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -35975,7 +35975,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -35992,19 +35992,19 @@ } } }, - "/order-customer/{id}": { + "/order-address/{id}": { "get": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "Detailed information about a Order Customer resource.", + "summary": "Detailed information about a Order Address resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderCustomer", + "operationId": "getOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_customer", + "description": "Identifier for the order_address", "required": true, "schema": { "type": "string", @@ -36014,7 +36014,7 @@ ], "responses": { "200": { - "description": "Detail of OrderCustomer", + "description": "Detail of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36026,7 +36026,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -36041,7 +36041,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -36058,16 +36058,16 @@ }, "delete": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "Delete a Order Customer resource.", + "summary": "Delete a Order Address resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderCustomer", + "operationId": "deleteOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_customer", + "description": "Identifier for the order_address", "required": true, "schema": { "type": "string", @@ -36098,16 +36098,16 @@ }, "patch": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "Partially update information about a Order Customer resource.", + "summary": "Partially update information about a Order Address resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderCustomer", + "operationId": "updateOrderAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_customer", + "description": "Identifier for the order_address", "required": true, "schema": { "type": "string", @@ -36125,18 +36125,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Customer resource.", + "description": "Partially update information about a Order Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } }, "responses": { "200": { - "description": "Detail of OrderCustomer", + "description": "Detail of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36148,7 +36148,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -36163,7 +36163,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -36182,14 +36182,14 @@ } } }, - "/aggregate/order-customer": { + "/aggregate/order-address": { "post": { "tags": [ - "Order Customer" + "Order Address" ], - "summary": "Aggregate for the Order Customer resources.", + "summary": "Aggregate for the Order Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderCustomer", + "operationId": "aggregateOrderAddress", "requestBody": { "required": true, "content": { @@ -36213,7 +36213,7 @@ }, "responses": { "200": { - "description": "List of OrderCustomer", + "description": "List of OrderAddress", "content": { "application/vnd.api+json": { "schema": { @@ -36227,7 +36227,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -36245,7 +36245,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderCustomer" + "$ref": "#/components/schemas/OrderAddress" } } } @@ -36262,14 +36262,14 @@ } } }, - "/order-delivery": { + "/order-customer": { "get": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "List with basic information of Order Delivery resources.", + "summary": "List with basic information of Order Customer resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDeliveryList", + "operationId": "getOrderCustomerList", "parameters": [ { "name": "limit", @@ -36298,7 +36298,7 @@ ], "responses": { "200": { - "description": "List of Order Delivery resources.", + "description": "List of Order Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36317,7 +36317,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } ] @@ -36331,16 +36331,16 @@ "type": "object", "properties": { "first": { - "example": "/order-delivery?limit=25" + "example": "/order-customer?limit=25" }, "last": { - "example": "/order-delivery?limit=25&page=11" + "example": "/order-customer?limit=25&page=11" }, "next": { - "example": "/order-delivery?limit=25&page=4" + "example": "/order-customer?limit=25&page=4" }, "prev": { - "example": "/order-delivery?limit=25&page=2" + "example": "/order-customer?limit=25&page=2" } } } @@ -36361,7 +36361,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36376,11 +36376,11 @@ }, "post": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "Create a new Order Delivery resources.", + "summary": "Create a new Order Customer resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderDelivery", + "operationId": "createOrderCustomer", "parameters": [ { "name": "_response", @@ -36399,14 +36399,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } }, "responses": { "200": { - "description": "Detail of OrderDelivery", + "description": "Detail of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36418,7 +36418,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36433,7 +36433,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36449,14 +36449,14 @@ } } }, - "/search/order-delivery": { + "/search/order-customer": { "post": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "Search for the Order Delivery resources.", + "summary": "Search for the Order Customer resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderDelivery", + "operationId": "searchOrderCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -36484,7 +36484,7 @@ }, "responses": { "200": { - "description": "List of OrderDelivery", + "description": "List of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36498,7 +36498,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36516,7 +36516,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36533,19 +36533,19 @@ } } }, - "/order-delivery/{id}": { + "/order-customer/{id}": { "get": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "Detailed information about a Order Delivery resource.", + "summary": "Detailed information about a Order Customer resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDelivery", + "operationId": "getOrderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery", + "description": "Identifier for the order_customer", "required": true, "schema": { "type": "string", @@ -36555,7 +36555,7 @@ ], "responses": { "200": { - "description": "Detail of OrderDelivery", + "description": "Detail of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36567,7 +36567,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36582,7 +36582,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36599,16 +36599,16 @@ }, "delete": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "Delete a Order Delivery resource.", + "summary": "Delete a Order Customer resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderDelivery", + "operationId": "deleteOrderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery", + "description": "Identifier for the order_customer", "required": true, "schema": { "type": "string", @@ -36639,16 +36639,16 @@ }, "patch": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "Partially update information about a Order Delivery resource.", + "summary": "Partially update information about a Order Customer resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderDelivery", + "operationId": "updateOrderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery", + "description": "Identifier for the order_customer", "required": true, "schema": { "type": "string", @@ -36666,18 +36666,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Delivery resource.", + "description": "Partially update information about a Order Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } }, "responses": { "200": { - "description": "Detail of OrderDelivery", + "description": "Detail of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36689,7 +36689,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36704,7 +36704,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36723,14 +36723,14 @@ } } }, - "/aggregate/order-delivery": { + "/aggregate/order-customer": { "post": { "tags": [ - "Order Delivery" + "Order Customer" ], - "summary": "Aggregate for the Order Delivery resources.", + "summary": "Aggregate for the Order Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderDelivery", + "operationId": "aggregateOrderCustomer", "requestBody": { "required": true, "content": { @@ -36754,7 +36754,7 @@ }, "responses": { "200": { - "description": "List of OrderDelivery", + "description": "List of OrderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -36768,7 +36768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36786,7 +36786,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDelivery" + "$ref": "#/components/schemas/OrderCustomer" } } } @@ -36803,14 +36803,14 @@ } } }, - "/order-delivery-position": { + "/order-delivery": { "get": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "List with basic information of Order Delivery Position resources.", + "summary": "List with basic information of Order Delivery resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDeliveryPositionList", + "operationId": "getOrderDeliveryList", "parameters": [ { "name": "limit", @@ -36839,7 +36839,7 @@ ], "responses": { "200": { - "description": "List of Order Delivery Position resources.", + "description": "List of Order Delivery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36858,7 +36858,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } ] @@ -36872,16 +36872,16 @@ "type": "object", "properties": { "first": { - "example": "/order-delivery-position?limit=25" + "example": "/order-delivery?limit=25" }, "last": { - "example": "/order-delivery-position?limit=25&page=11" + "example": "/order-delivery?limit=25&page=11" }, "next": { - "example": "/order-delivery-position?limit=25&page=4" + "example": "/order-delivery?limit=25&page=4" }, "prev": { - "example": "/order-delivery-position?limit=25&page=2" + "example": "/order-delivery?limit=25&page=2" } } } @@ -36902,7 +36902,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -36917,11 +36917,11 @@ }, "post": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "Create a new Order Delivery Position resources.", + "summary": "Create a new Order Delivery resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderDeliveryPosition", + "operationId": "createOrderDelivery", "parameters": [ { "name": "_response", @@ -36940,14 +36940,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } }, "responses": { "200": { - "description": "Detail of OrderDeliveryPosition", + "description": "Detail of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -36959,7 +36959,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -36974,7 +36974,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -36990,14 +36990,14 @@ } } }, - "/search/order-delivery-position": { + "/search/order-delivery": { "post": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "Search for the Order Delivery Position resources.", + "summary": "Search for the Order Delivery resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderDeliveryPosition", + "operationId": "searchOrderDelivery", "parameters": [ { "name": "sw-include-search-info", @@ -37025,7 +37025,7 @@ }, "responses": { "200": { - "description": "List of OrderDeliveryPosition", + "description": "List of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -37039,7 +37039,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37057,7 +37057,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37074,19 +37074,19 @@ } } }, - "/order-delivery-position/{id}": { + "/order-delivery/{id}": { "get": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "Detailed information about a Order Delivery Position resource.", + "summary": "Detailed information about a Order Delivery resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderDeliveryPosition", + "operationId": "getOrderDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery_position", + "description": "Identifier for the order_delivery", "required": true, "schema": { "type": "string", @@ -37096,7 +37096,7 @@ ], "responses": { "200": { - "description": "Detail of OrderDeliveryPosition", + "description": "Detail of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -37108,7 +37108,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37123,7 +37123,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37140,16 +37140,16 @@ }, "delete": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "Delete a Order Delivery Position resource.", + "summary": "Delete a Order Delivery resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderDeliveryPosition", + "operationId": "deleteOrderDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery_position", + "description": "Identifier for the order_delivery", "required": true, "schema": { "type": "string", @@ -37180,16 +37180,16 @@ }, "patch": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "Partially update information about a Order Delivery Position resource.", + "summary": "Partially update information about a Order Delivery resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderDeliveryPosition", + "operationId": "updateOrderDelivery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_delivery_position", + "description": "Identifier for the order_delivery", "required": true, "schema": { "type": "string", @@ -37207,18 +37207,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Delivery Position resource.", + "description": "Partially update information about a Order Delivery resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } }, "responses": { "200": { - "description": "Detail of OrderDeliveryPosition", + "description": "Detail of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -37230,7 +37230,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37245,7 +37245,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37264,14 +37264,14 @@ } } }, - "/aggregate/order-delivery-position": { + "/aggregate/order-delivery": { "post": { "tags": [ - "Order Delivery Position" + "Order Delivery" ], - "summary": "Aggregate for the Order Delivery Position resources.", + "summary": "Aggregate for the Order Delivery resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderDeliveryPosition", + "operationId": "aggregateOrderDelivery", "requestBody": { "required": true, "content": { @@ -37295,7 +37295,7 @@ }, "responses": { "200": { - "description": "List of OrderDeliveryPosition", + "description": "List of OrderDelivery", "content": { "application/vnd.api+json": { "schema": { @@ -37309,7 +37309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37327,7 +37327,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderDeliveryPosition" + "$ref": "#/components/schemas/OrderDelivery" } } } @@ -37344,14 +37344,14 @@ } } }, - "/order-line-item": { + "/order-delivery-position": { "get": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "List with basic information of Order Line Item resources.", + "summary": "List with basic information of Order Delivery Position resources.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderLineItemList", + "operationId": "getOrderDeliveryPositionList", "parameters": [ { "name": "limit", @@ -37380,7 +37380,7 @@ ], "responses": { "200": { - "description": "List of Order Line Item resources.", + "description": "List of Order Delivery Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37399,7 +37399,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } ] @@ -37413,16 +37413,16 @@ "type": "object", "properties": { "first": { - "example": "/order-line-item?limit=25" + "example": "/order-delivery-position?limit=25" }, "last": { - "example": "/order-line-item?limit=25&page=11" + "example": "/order-delivery-position?limit=25&page=11" }, "next": { - "example": "/order-line-item?limit=25&page=4" + "example": "/order-delivery-position?limit=25&page=4" }, "prev": { - "example": "/order-line-item?limit=25&page=2" + "example": "/order-delivery-position?limit=25&page=2" } } } @@ -37443,7 +37443,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37458,11 +37458,11 @@ }, "post": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "Create a new Order Line Item resources.", + "summary": "Create a new Order Delivery Position resources.", "description": "Available since: 6.0.0.0", - "operationId": "createOrderLineItem", + "operationId": "createOrderDeliveryPosition", "parameters": [ { "name": "_response", @@ -37481,14 +37481,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItem", + "description": "Detail of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -37500,7 +37500,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37515,7 +37515,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37531,14 +37531,14 @@ } } }, - "/search/order-line-item": { + "/search/order-delivery-position": { "post": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "Search for the Order Line Item resources.", + "summary": "Search for the Order Delivery Position resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchOrderLineItem", + "operationId": "searchOrderDeliveryPosition", "parameters": [ { "name": "sw-include-search-info", @@ -37566,7 +37566,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItem", + "description": "List of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -37580,7 +37580,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37598,7 +37598,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37615,19 +37615,19 @@ } } }, - "/order-line-item/{id}": { + "/order-delivery-position/{id}": { "get": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "Detailed information about a Order Line Item resource.", + "summary": "Detailed information about a Order Delivery Position resource.", "description": "Available since: 6.0.0.0", - "operationId": "getOrderLineItem", + "operationId": "getOrderDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item", + "description": "Identifier for the order_delivery_position", "required": true, "schema": { "type": "string", @@ -37637,7 +37637,7 @@ ], "responses": { "200": { - "description": "Detail of OrderLineItem", + "description": "Detail of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -37649,7 +37649,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37664,7 +37664,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37681,16 +37681,16 @@ }, "delete": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "Delete a Order Line Item resource.", + "summary": "Delete a Order Delivery Position resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderLineItem", + "operationId": "deleteOrderDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item", + "description": "Identifier for the order_delivery_position", "required": true, "schema": { "type": "string", @@ -37721,16 +37721,16 @@ }, "patch": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "Partially update information about a Order Line Item resource.", + "summary": "Partially update information about a Order Delivery Position resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateOrderLineItem", + "operationId": "updateOrderDeliveryPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item", + "description": "Identifier for the order_delivery_position", "required": true, "schema": { "type": "string", @@ -37748,18 +37748,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Line Item resource.", + "description": "Partially update information about a Order Delivery Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItem", + "description": "Detail of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -37771,7 +37771,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37786,7 +37786,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37805,14 +37805,14 @@ } } }, - "/aggregate/order-line-item": { + "/aggregate/order-delivery-position": { "post": { "tags": [ - "Order Line Item" + "Order Delivery Position" ], - "summary": "Aggregate for the Order Line Item resources.", + "summary": "Aggregate for the Order Delivery Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderLineItem", + "operationId": "aggregateOrderDeliveryPosition", "requestBody": { "required": true, "content": { @@ -37836,7 +37836,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItem", + "description": "List of OrderDeliveryPosition", "content": { "application/vnd.api+json": { "schema": { @@ -37850,7 +37850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37868,7 +37868,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItem" + "$ref": "#/components/schemas/OrderDeliveryPosition" } } } @@ -37885,14 +37885,14 @@ } } }, - "/order-line-item-download": { + "/order-line-item": { "get": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "List with basic information of Order Line Item Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "getOrderLineItemDownloadList", + "summary": "List with basic information of Order Line Item resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderLineItemList", "parameters": [ { "name": "limit", @@ -37921,7 +37921,7 @@ ], "responses": { "200": { - "description": "List of Order Line Item Download resources.", + "description": "List of Order Line Item resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37940,7 +37940,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } ] @@ -37954,16 +37954,16 @@ "type": "object", "properties": { "first": { - "example": "/order-line-item-download?limit=25" + "example": "/order-line-item?limit=25" }, "last": { - "example": "/order-line-item-download?limit=25&page=11" + "example": "/order-line-item?limit=25&page=11" }, "next": { - "example": "/order-line-item-download?limit=25&page=4" + "example": "/order-line-item?limit=25&page=4" }, "prev": { - "example": "/order-line-item-download?limit=25&page=2" + "example": "/order-line-item?limit=25&page=2" } } } @@ -37984,7 +37984,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -37999,11 +37999,11 @@ }, "post": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "Create a new Order Line Item Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "createOrderLineItemDownload", + "summary": "Create a new Order Line Item resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createOrderLineItem", "parameters": [ { "name": "_response", @@ -38022,14 +38022,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItemDownload", + "description": "Detail of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -38041,7 +38041,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38056,7 +38056,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38072,14 +38072,14 @@ } } }, - "/search/order-line-item-download": { + "/search/order-line-item": { "post": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "Search for the Order Line Item Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "searchOrderLineItemDownload", + "summary": "Search for the Order Line Item resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchOrderLineItem", "parameters": [ { "name": "sw-include-search-info", @@ -38107,7 +38107,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItemDownload", + "description": "List of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -38121,7 +38121,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38139,7 +38139,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38156,19 +38156,19 @@ } } }, - "/order-line-item-download/{id}": { + "/order-line-item/{id}": { "get": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "Detailed information about a Order Line Item Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "getOrderLineItemDownload", + "summary": "Detailed information about a Order Line Item resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item_download", + "description": "Identifier for the order_line_item", "required": true, "schema": { "type": "string", @@ -38178,7 +38178,7 @@ ], "responses": { "200": { - "description": "Detail of OrderLineItemDownload", + "description": "Detail of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -38190,7 +38190,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38205,7 +38205,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38222,16 +38222,16 @@ }, "delete": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "Delete a Order Line Item Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "deleteOrderLineItemDownload", + "summary": "Delete a Order Line Item resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteOrderLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item_download", + "description": "Identifier for the order_line_item", "required": true, "schema": { "type": "string", @@ -38262,16 +38262,16 @@ }, "patch": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "Partially update information about a Order Line Item Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "updateOrderLineItemDownload", + "summary": "Partially update information about a Order Line Item resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateOrderLineItem", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_line_item_download", + "description": "Identifier for the order_line_item", "required": true, "schema": { "type": "string", @@ -38289,18 +38289,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Line Item Download resource.", + "description": "Partially update information about a Order Line Item resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } }, "responses": { "200": { - "description": "Detail of OrderLineItemDownload", + "description": "Detail of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -38312,7 +38312,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38327,7 +38327,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38346,14 +38346,14 @@ } } }, - "/aggregate/order-line-item-download": { + "/aggregate/order-line-item": { "post": { "tags": [ - "Order Line Item Download" + "Order Line Item" ], - "summary": "Aggregate for the Order Line Item Download resources.", + "summary": "Aggregate for the Order Line Item resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderLineItemDownload", + "operationId": "aggregateOrderLineItem", "requestBody": { "required": true, "content": { @@ -38377,7 +38377,7 @@ }, "responses": { "200": { - "description": "List of OrderLineItemDownload", + "description": "List of OrderLineItem", "content": { "application/vnd.api+json": { "schema": { @@ -38391,7 +38391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38409,7 +38409,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderLineItemDownload" + "$ref": "#/components/schemas/OrderLineItem" } } } @@ -38426,14 +38426,14 @@ } } }, - "/order-transaction": { + "/order-line-item-download": { "get": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "List with basic information of Order Transaction resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getOrderTransactionList", + "summary": "List with basic information of Order Line Item Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "getOrderLineItemDownloadList", "parameters": [ { "name": "limit", @@ -38462,7 +38462,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction resources.", + "description": "List of Order Line Item Download resources.", "content": { "application/vnd.api+json": { "schema": { @@ -38481,7 +38481,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } ] @@ -38495,16 +38495,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction?limit=25" + "example": "/order-line-item-download?limit=25" }, "last": { - "example": "/order-transaction?limit=25&page=11" + "example": "/order-line-item-download?limit=25&page=11" }, "next": { - "example": "/order-transaction?limit=25&page=4" + "example": "/order-line-item-download?limit=25&page=4" }, "prev": { - "example": "/order-transaction?limit=25&page=2" + "example": "/order-line-item-download?limit=25&page=2" } } } @@ -38525,7 +38525,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38540,11 +38540,11 @@ }, "post": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "Create a new Order Transaction resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createOrderTransaction", + "summary": "Create a new Order Line Item Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "createOrderLineItemDownload", "parameters": [ { "name": "_response", @@ -38563,14 +38563,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } }, "responses": { "200": { - "description": "Detail of OrderTransaction", + "description": "Detail of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -38582,7 +38582,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38597,7 +38597,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38613,14 +38613,14 @@ } } }, - "/search/order-transaction": { + "/search/order-line-item-download": { "post": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "Search for the Order Transaction resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchOrderTransaction", + "summary": "Search for the Order Line Item Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "searchOrderLineItemDownload", "parameters": [ { "name": "sw-include-search-info", @@ -38648,7 +38648,7 @@ }, "responses": { "200": { - "description": "List of OrderTransaction", + "description": "List of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -38662,7 +38662,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38680,7 +38680,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38697,19 +38697,19 @@ } } }, - "/order-transaction/{id}": { + "/order-line-item-download/{id}": { "get": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "Detailed information about a Order Transaction resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getOrderTransaction", + "summary": "Detailed information about a Order Line Item Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "getOrderLineItemDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction", + "description": "Identifier for the order_line_item_download", "required": true, "schema": { "type": "string", @@ -38719,7 +38719,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransaction", + "description": "Detail of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -38731,7 +38731,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38746,7 +38746,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38763,16 +38763,16 @@ }, "delete": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "Delete a Order Transaction resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteOrderTransaction", + "summary": "Delete a Order Line Item Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "deleteOrderLineItemDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction", + "description": "Identifier for the order_line_item_download", "required": true, "schema": { "type": "string", @@ -38803,16 +38803,16 @@ }, "patch": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "Partially update information about a Order Transaction resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateOrderTransaction", + "summary": "Partially update information about a Order Line Item Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "updateOrderLineItemDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction", + "description": "Identifier for the order_line_item_download", "required": true, "schema": { "type": "string", @@ -38830,18 +38830,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction resource.", + "description": "Partially update information about a Order Line Item Download resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } }, "responses": { "200": { - "description": "Detail of OrderTransaction", + "description": "Detail of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -38853,7 +38853,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38868,7 +38868,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38887,14 +38887,14 @@ } } }, - "/aggregate/order-transaction": { + "/aggregate/order-line-item-download": { "post": { "tags": [ - "Order Transaction" + "Order Line Item Download" ], - "summary": "Aggregate for the Order Transaction resources.", + "summary": "Aggregate for the Order Line Item Download resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransaction", + "operationId": "aggregateOrderLineItemDownload", "requestBody": { "required": true, "content": { @@ -38918,7 +38918,7 @@ }, "responses": { "200": { - "description": "List of OrderTransaction", + "description": "List of OrderLineItemDownload", "content": { "application/vnd.api+json": { "schema": { @@ -38932,7 +38932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38950,7 +38950,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransaction" + "$ref": "#/components/schemas/OrderLineItemDownload" } } } @@ -38967,14 +38967,14 @@ } } }, - "/order-transaction-capture": { + "/order-transaction": { "get": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "List with basic information of Order Transaction Capture resources.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureList", + "summary": "List with basic information of Order Transaction resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderTransactionList", "parameters": [ { "name": "limit", @@ -39003,7 +39003,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction Capture resources.", + "description": "List of Order Transaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -39022,7 +39022,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } ] @@ -39036,16 +39036,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction-capture?limit=25" + "example": "/order-transaction?limit=25" }, "last": { - "example": "/order-transaction-capture?limit=25&page=11" + "example": "/order-transaction?limit=25&page=11" }, "next": { - "example": "/order-transaction-capture?limit=25&page=4" + "example": "/order-transaction?limit=25&page=4" }, "prev": { - "example": "/order-transaction-capture?limit=25&page=2" + "example": "/order-transaction?limit=25&page=2" } } } @@ -39066,7 +39066,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39081,11 +39081,11 @@ }, "post": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "Create a new Order Transaction Capture resources.", - "description": "Available since: 6.4.12.0", - "operationId": "createOrderTransactionCapture", + "summary": "Create a new Order Transaction resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createOrderTransaction", "parameters": [ { "name": "_response", @@ -39104,14 +39104,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCapture", + "description": "Detail of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -39123,7 +39123,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39138,7 +39138,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39154,14 +39154,14 @@ } } }, - "/search/order-transaction-capture": { + "/search/order-transaction": { "post": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "Search for the Order Transaction Capture resources.", - "description": "Available since: 6.4.12.0", - "operationId": "searchOrderTransactionCapture", + "summary": "Search for the Order Transaction resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchOrderTransaction", "parameters": [ { "name": "sw-include-search-info", @@ -39189,7 +39189,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCapture", + "description": "List of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -39203,7 +39203,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39221,7 +39221,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39238,19 +39238,19 @@ } } }, - "/order-transaction-capture/{id}": { + "/order-transaction/{id}": { "get": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "Detailed information about a Order Transaction Capture resource.", - "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCapture", + "summary": "Detailed information about a Order Transaction resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getOrderTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture", + "description": "Identifier for the order_transaction", "required": true, "schema": { "type": "string", @@ -39260,7 +39260,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransactionCapture", + "description": "Detail of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -39272,7 +39272,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39287,7 +39287,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39304,16 +39304,16 @@ }, "delete": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "Delete a Order Transaction Capture resource.", - "description": "Available since: 6.4.12.0", - "operationId": "deleteOrderTransactionCapture", + "summary": "Delete a Order Transaction resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteOrderTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture", + "description": "Identifier for the order_transaction", "required": true, "schema": { "type": "string", @@ -39344,16 +39344,16 @@ }, "patch": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "Partially update information about a Order Transaction Capture resource.", - "description": "Available since: 6.4.12.0", - "operationId": "updateOrderTransactionCapture", + "summary": "Partially update information about a Order Transaction resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateOrderTransaction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture", + "description": "Identifier for the order_transaction", "required": true, "schema": { "type": "string", @@ -39371,18 +39371,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction Capture resource.", + "description": "Partially update information about a Order Transaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCapture", + "description": "Detail of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -39394,7 +39394,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39409,7 +39409,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39428,14 +39428,14 @@ } } }, - "/aggregate/order-transaction-capture": { + "/aggregate/order-transaction": { "post": { "tags": [ - "Order Transaction Capture" + "Order Transaction" ], - "summary": "Aggregate for the Order Transaction Capture resources.", + "summary": "Aggregate for the Order Transaction resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCapture", + "operationId": "aggregateOrderTransaction", "requestBody": { "required": true, "content": { @@ -39459,7 +39459,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCapture", + "description": "List of OrderTransaction", "content": { "application/vnd.api+json": { "schema": { @@ -39473,7 +39473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39491,7 +39491,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCapture" + "$ref": "#/components/schemas/OrderTransaction" } } } @@ -39508,14 +39508,14 @@ } } }, - "/order-transaction-capture-refund": { + "/order-transaction-capture": { "get": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "List with basic information of Order Transaction Capture Refund resources.", + "summary": "List with basic information of Order Transaction Capture resources.", "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefundList", + "operationId": "getOrderTransactionCaptureList", "parameters": [ { "name": "limit", @@ -39544,7 +39544,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction Capture Refund resources.", + "description": "List of Order Transaction Capture resources.", "content": { "application/vnd.api+json": { "schema": { @@ -39563,7 +39563,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } ] @@ -39577,16 +39577,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction-capture-refund?limit=25" + "example": "/order-transaction-capture?limit=25" }, "last": { - "example": "/order-transaction-capture-refund?limit=25&page=11" + "example": "/order-transaction-capture?limit=25&page=11" }, "next": { - "example": "/order-transaction-capture-refund?limit=25&page=4" + "example": "/order-transaction-capture?limit=25&page=4" }, "prev": { - "example": "/order-transaction-capture-refund?limit=25&page=2" + "example": "/order-transaction-capture?limit=25&page=2" } } } @@ -39607,7 +39607,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39622,11 +39622,11 @@ }, "post": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "Create a new Order Transaction Capture Refund resources.", + "summary": "Create a new Order Transaction Capture resources.", "description": "Available since: 6.4.12.0", - "operationId": "createOrderTransactionCaptureRefund", + "operationId": "createOrderTransactionCapture", "parameters": [ { "name": "_response", @@ -39645,14 +39645,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefund", + "description": "Detail of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -39664,7 +39664,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39679,7 +39679,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39695,14 +39695,14 @@ } } }, - "/search/order-transaction-capture-refund": { + "/search/order-transaction-capture": { "post": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "Search for the Order Transaction Capture Refund resources.", + "summary": "Search for the Order Transaction Capture resources.", "description": "Available since: 6.4.12.0", - "operationId": "searchOrderTransactionCaptureRefund", + "operationId": "searchOrderTransactionCapture", "parameters": [ { "name": "sw-include-search-info", @@ -39730,7 +39730,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefund", + "description": "List of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -39744,7 +39744,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39762,7 +39762,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39779,19 +39779,19 @@ } } }, - "/order-transaction-capture-refund/{id}": { + "/order-transaction-capture/{id}": { "get": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "Detailed information about a Order Transaction Capture Refund resource.", + "summary": "Detailed information about a Order Transaction Capture resource.", "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefund", + "operationId": "getOrderTransactionCapture", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund", + "description": "Identifier for the order_transaction_capture", "required": true, "schema": { "type": "string", @@ -39801,7 +39801,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefund", + "description": "Detail of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -39813,7 +39813,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39828,7 +39828,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39845,16 +39845,16 @@ }, "delete": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "Delete a Order Transaction Capture Refund resource.", + "summary": "Delete a Order Transaction Capture resource.", "description": "Available since: 6.4.12.0", - "operationId": "deleteOrderTransactionCaptureRefund", + "operationId": "deleteOrderTransactionCapture", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund", + "description": "Identifier for the order_transaction_capture", "required": true, "schema": { "type": "string", @@ -39885,16 +39885,16 @@ }, "patch": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "Partially update information about a Order Transaction Capture Refund resource.", + "summary": "Partially update information about a Order Transaction Capture resource.", "description": "Available since: 6.4.12.0", - "operationId": "updateOrderTransactionCaptureRefund", + "operationId": "updateOrderTransactionCapture", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund", + "description": "Identifier for the order_transaction_capture", "required": true, "schema": { "type": "string", @@ -39912,18 +39912,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction Capture Refund resource.", + "description": "Partially update information about a Order Transaction Capture resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefund", + "description": "Detail of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -39935,7 +39935,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39950,7 +39950,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -39969,14 +39969,14 @@ } } }, - "/aggregate/order-transaction-capture-refund": { + "/aggregate/order-transaction-capture": { "post": { "tags": [ - "Order Transaction Capture Refund" + "Order Transaction Capture" ], - "summary": "Aggregate for the Order Transaction Capture Refund resources.", + "summary": "Aggregate for the Order Transaction Capture resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCaptureRefund", + "operationId": "aggregateOrderTransactionCapture", "requestBody": { "required": true, "content": { @@ -40000,7 +40000,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefund", + "description": "List of OrderTransactionCapture", "content": { "application/vnd.api+json": { "schema": { @@ -40014,7 +40014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -40032,7 +40032,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefund" + "$ref": "#/components/schemas/OrderTransactionCapture" } } } @@ -40049,14 +40049,14 @@ } } }, - "/order-transaction-capture-refund-position": { + "/order-transaction-capture-refund": { "get": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "List with basic information of Order Transaction Capture Refund Position resources.", + "summary": "List with basic information of Order Transaction Capture Refund resources.", "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefundPositionList", + "operationId": "getOrderTransactionCaptureRefundList", "parameters": [ { "name": "limit", @@ -40085,7 +40085,7 @@ ], "responses": { "200": { - "description": "List of Order Transaction Capture Refund Position resources.", + "description": "List of Order Transaction Capture Refund resources.", "content": { "application/vnd.api+json": { "schema": { @@ -40104,7 +40104,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } ] @@ -40118,16 +40118,16 @@ "type": "object", "properties": { "first": { - "example": "/order-transaction-capture-refund-position?limit=25" + "example": "/order-transaction-capture-refund?limit=25" }, "last": { - "example": "/order-transaction-capture-refund-position?limit=25&page=11" + "example": "/order-transaction-capture-refund?limit=25&page=11" }, "next": { - "example": "/order-transaction-capture-refund-position?limit=25&page=4" + "example": "/order-transaction-capture-refund?limit=25&page=4" }, "prev": { - "example": "/order-transaction-capture-refund-position?limit=25&page=2" + "example": "/order-transaction-capture-refund?limit=25&page=2" } } } @@ -40148,7 +40148,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40163,11 +40163,11 @@ }, "post": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "Create a new Order Transaction Capture Refund Position resources.", + "summary": "Create a new Order Transaction Capture Refund resources.", "description": "Available since: 6.4.12.0", - "operationId": "createOrderTransactionCaptureRefundPosition", + "operationId": "createOrderTransactionCaptureRefund", "parameters": [ { "name": "_response", @@ -40186,14 +40186,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefundPosition", + "description": "Detail of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -40205,7 +40205,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40220,7 +40220,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40236,14 +40236,14 @@ } } }, - "/search/order-transaction-capture-refund-position": { + "/search/order-transaction-capture-refund": { "post": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "Search for the Order Transaction Capture Refund Position resources.", + "summary": "Search for the Order Transaction Capture Refund resources.", "description": "Available since: 6.4.12.0", - "operationId": "searchOrderTransactionCaptureRefundPosition", + "operationId": "searchOrderTransactionCaptureRefund", "parameters": [ { "name": "sw-include-search-info", @@ -40271,7 +40271,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefundPosition", + "description": "List of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -40285,7 +40285,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40303,7 +40303,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40320,19 +40320,19 @@ } } }, - "/order-transaction-capture-refund-position/{id}": { + "/order-transaction-capture-refund/{id}": { "get": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "Detailed information about a Order Transaction Capture Refund Position resource.", + "summary": "Detailed information about a Order Transaction Capture Refund resource.", "description": "Available since: 6.4.12.0", - "operationId": "getOrderTransactionCaptureRefundPosition", + "operationId": "getOrderTransactionCaptureRefund", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund_position", + "description": "Identifier for the order_transaction_capture_refund", "required": true, "schema": { "type": "string", @@ -40342,7 +40342,7 @@ ], "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefundPosition", + "description": "Detail of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -40354,7 +40354,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40369,7 +40369,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40386,16 +40386,16 @@ }, "delete": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "Delete a Order Transaction Capture Refund Position resource.", + "summary": "Delete a Order Transaction Capture Refund resource.", "description": "Available since: 6.4.12.0", - "operationId": "deleteOrderTransactionCaptureRefundPosition", + "operationId": "deleteOrderTransactionCaptureRefund", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund_position", + "description": "Identifier for the order_transaction_capture_refund", "required": true, "schema": { "type": "string", @@ -40426,16 +40426,16 @@ }, "patch": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "Partially update information about a Order Transaction Capture Refund Position resource.", + "summary": "Partially update information about a Order Transaction Capture Refund resource.", "description": "Available since: 6.4.12.0", - "operationId": "updateOrderTransactionCaptureRefundPosition", + "operationId": "updateOrderTransactionCaptureRefund", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the order_transaction_capture_refund_position", + "description": "Identifier for the order_transaction_capture_refund", "required": true, "schema": { "type": "string", @@ -40453,18 +40453,18 @@ } ], "requestBody": { - "description": "Partially update information about a Order Transaction Capture Refund Position resource.", + "description": "Partially update information about a Order Transaction Capture Refund resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } }, "responses": { "200": { - "description": "Detail of OrderTransactionCaptureRefundPosition", + "description": "Detail of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -40476,7 +40476,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40491,7 +40491,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40510,14 +40510,14 @@ } } }, - "/aggregate/order-transaction-capture-refund-position": { + "/aggregate/order-transaction-capture-refund": { "post": { "tags": [ - "Order Transaction Capture Refund Position" + "Order Transaction Capture Refund" ], - "summary": "Aggregate for the Order Transaction Capture Refund Position resources.", + "summary": "Aggregate for the Order Transaction Capture Refund resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateOrderTransactionCaptureRefundPosition", + "operationId": "aggregateOrderTransactionCaptureRefund", "requestBody": { "required": true, "content": { @@ -40541,7 +40541,7 @@ }, "responses": { "200": { - "description": "List of OrderTransactionCaptureRefundPosition", + "description": "List of OrderTransactionCaptureRefund", "content": { "application/vnd.api+json": { "schema": { @@ -40555,7 +40555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40573,7 +40573,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" + "$ref": "#/components/schemas/OrderTransactionCaptureRefund" } } } @@ -40590,14 +40590,14 @@ } } }, - "/payment-method": { + "/order-transaction-capture-refund-position": { "get": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "List with basic information of Payment Method resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getPaymentMethodList", + "summary": "List with basic information of Order Transaction Capture Refund Position resources.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureRefundPositionList", "parameters": [ { "name": "limit", @@ -40626,7 +40626,7 @@ ], "responses": { "200": { - "description": "List of Payment Method resources.", + "description": "List of Order Transaction Capture Refund Position resources.", "content": { "application/vnd.api+json": { "schema": { @@ -40645,7 +40645,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } ] @@ -40659,16 +40659,16 @@ "type": "object", "properties": { "first": { - "example": "/payment-method?limit=25" + "example": "/order-transaction-capture-refund-position?limit=25" }, "last": { - "example": "/payment-method?limit=25&page=11" + "example": "/order-transaction-capture-refund-position?limit=25&page=11" }, "next": { - "example": "/payment-method?limit=25&page=4" + "example": "/order-transaction-capture-refund-position?limit=25&page=4" }, "prev": { - "example": "/payment-method?limit=25&page=2" + "example": "/order-transaction-capture-refund-position?limit=25&page=2" } } } @@ -40689,7 +40689,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40704,11 +40704,11 @@ }, "post": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "Create a new Payment Method resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createPaymentMethod", + "summary": "Create a new Order Transaction Capture Refund Position resources.", + "description": "Available since: 6.4.12.0", + "operationId": "createOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "_response", @@ -40727,14 +40727,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } }, "responses": { "200": { - "description": "Detail of PaymentMethod", + "description": "Detail of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -40746,7 +40746,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40761,7 +40761,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40777,14 +40777,14 @@ } } }, - "/search/payment-method": { + "/search/order-transaction-capture-refund-position": { "post": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "Search for the Payment Method resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchPaymentMethod", + "summary": "Search for the Order Transaction Capture Refund Position resources.", + "description": "Available since: 6.4.12.0", + "operationId": "searchOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "sw-include-search-info", @@ -40812,7 +40812,7 @@ }, "responses": { "200": { - "description": "List of PaymentMethod", + "description": "List of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -40826,7 +40826,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40844,7 +40844,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40861,19 +40861,19 @@ } } }, - "/payment-method/{id}": { + "/order-transaction-capture-refund-position/{id}": { "get": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "Detailed information about a Payment Method resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getPaymentMethod", + "summary": "Detailed information about a Order Transaction Capture Refund Position resource.", + "description": "Available since: 6.4.12.0", + "operationId": "getOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the payment_method", + "description": "Identifier for the order_transaction_capture_refund_position", "required": true, "schema": { "type": "string", @@ -40883,7 +40883,7 @@ ], "responses": { "200": { - "description": "Detail of PaymentMethod", + "description": "Detail of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -40895,7 +40895,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40910,7 +40910,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -40927,16 +40927,16 @@ }, "delete": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "Delete a Payment Method resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deletePaymentMethod", + "summary": "Delete a Order Transaction Capture Refund Position resource.", + "description": "Available since: 6.4.12.0", + "operationId": "deleteOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the payment_method", + "description": "Identifier for the order_transaction_capture_refund_position", "required": true, "schema": { "type": "string", @@ -40967,16 +40967,16 @@ }, "patch": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "Partially update information about a Payment Method resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updatePaymentMethod", + "summary": "Partially update information about a Order Transaction Capture Refund Position resource.", + "description": "Available since: 6.4.12.0", + "operationId": "updateOrderTransactionCaptureRefundPosition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the payment_method", + "description": "Identifier for the order_transaction_capture_refund_position", "required": true, "schema": { "type": "string", @@ -40994,18 +40994,18 @@ } ], "requestBody": { - "description": "Partially update information about a Payment Method resource.", + "description": "Partially update information about a Order Transaction Capture Refund Position resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } }, "responses": { "200": { - "description": "Detail of PaymentMethod", + "description": "Detail of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -41017,7 +41017,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -41032,7 +41032,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -41051,14 +41051,14 @@ } } }, - "/aggregate/payment-method": { + "/aggregate/order-transaction-capture-refund-position": { "post": { "tags": [ - "Payment Method" + "Order Transaction Capture Refund Position" ], - "summary": "Aggregate for the Payment Method resources.", + "summary": "Aggregate for the Order Transaction Capture Refund Position resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePaymentMethod", + "operationId": "aggregateOrderTransactionCaptureRefundPosition", "requestBody": { "required": true, "content": { @@ -41082,7 +41082,7 @@ }, "responses": { "200": { - "description": "List of PaymentMethod", + "description": "List of OrderTransactionCaptureRefundPosition", "content": { "application/vnd.api+json": { "schema": { @@ -41096,7 +41096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -41114,7 +41114,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PaymentMethod" + "$ref": "#/components/schemas/OrderTransactionCaptureRefundPosition" } } } @@ -41131,14 +41131,14 @@ } } }, - "/plugin": { + "/payment-method": { "get": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "List with basic information of Plugin resources.", + "summary": "List with basic information of Payment Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPluginList", + "operationId": "getPaymentMethodList", "parameters": [ { "name": "limit", @@ -41167,7 +41167,7 @@ ], "responses": { "200": { - "description": "List of Plugin resources.", + "description": "List of Payment Method resources.", "content": { "application/vnd.api+json": { "schema": { @@ -41186,7 +41186,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } ] @@ -41200,16 +41200,16 @@ "type": "object", "properties": { "first": { - "example": "/plugin?limit=25" + "example": "/payment-method?limit=25" }, "last": { - "example": "/plugin?limit=25&page=11" + "example": "/payment-method?limit=25&page=11" }, "next": { - "example": "/plugin?limit=25&page=4" + "example": "/payment-method?limit=25&page=4" }, "prev": { - "example": "/plugin?limit=25&page=2" + "example": "/payment-method?limit=25&page=2" } } } @@ -41230,7 +41230,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41245,11 +41245,11 @@ }, "post": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "Create a new Plugin resources.", + "summary": "Create a new Payment Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPlugin", + "operationId": "createPaymentMethod", "parameters": [ { "name": "_response", @@ -41268,14 +41268,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } }, "responses": { "200": { - "description": "Detail of Plugin", + "description": "Detail of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -41287,7 +41287,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41302,7 +41302,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41318,14 +41318,14 @@ } } }, - "/search/plugin": { + "/search/payment-method": { "post": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "Search for the Plugin resources.", + "summary": "Search for the Payment Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPlugin", + "operationId": "searchPaymentMethod", "parameters": [ { "name": "sw-include-search-info", @@ -41353,7 +41353,7 @@ }, "responses": { "200": { - "description": "List of Plugin", + "description": "List of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -41367,7 +41367,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41385,7 +41385,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41402,19 +41402,19 @@ } } }, - "/plugin/{id}": { + "/payment-method/{id}": { "get": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "Detailed information about a Plugin resource.", + "summary": "Detailed information about a Payment Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPlugin", + "operationId": "getPaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the plugin", + "description": "Identifier for the payment_method", "required": true, "schema": { "type": "string", @@ -41424,7 +41424,7 @@ ], "responses": { "200": { - "description": "Detail of Plugin", + "description": "Detail of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -41436,7 +41436,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41451,7 +41451,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41468,16 +41468,16 @@ }, "delete": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "Delete a Plugin resource.", + "summary": "Delete a Payment Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePlugin", + "operationId": "deletePaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the plugin", + "description": "Identifier for the payment_method", "required": true, "schema": { "type": "string", @@ -41508,16 +41508,16 @@ }, "patch": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "Partially update information about a Plugin resource.", + "summary": "Partially update information about a Payment Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePlugin", + "operationId": "updatePaymentMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the plugin", + "description": "Identifier for the payment_method", "required": true, "schema": { "type": "string", @@ -41535,18 +41535,18 @@ } ], "requestBody": { - "description": "Partially update information about a Plugin resource.", + "description": "Partially update information about a Payment Method resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } }, "responses": { "200": { - "description": "Detail of Plugin", + "description": "Detail of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -41558,7 +41558,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41573,7 +41573,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41592,14 +41592,14 @@ } } }, - "/aggregate/plugin": { + "/aggregate/payment-method": { "post": { "tags": [ - "Plugin" + "Payment Method" ], - "summary": "Aggregate for the Plugin resources.", + "summary": "Aggregate for the Payment Method resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePlugin", + "operationId": "aggregatePaymentMethod", "requestBody": { "required": true, "content": { @@ -41623,7 +41623,7 @@ }, "responses": { "200": { - "description": "List of Plugin", + "description": "List of PaymentMethod", "content": { "application/vnd.api+json": { "schema": { @@ -41637,7 +41637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41655,7 +41655,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Plugin" + "$ref": "#/components/schemas/PaymentMethod" } } } @@ -41672,14 +41672,14 @@ } } }, - "/product": { + "/plugin": { "get": { "tags": [ - "Product" + "Plugin" ], - "summary": "List with basic information of Product resources.", + "summary": "List with basic information of Plugin resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductList", + "operationId": "getPluginList", "parameters": [ { "name": "limit", @@ -41708,7 +41708,7 @@ ], "responses": { "200": { - "description": "List of Product resources.", + "description": "List of Plugin resources.", "content": { "application/vnd.api+json": { "schema": { @@ -41727,7 +41727,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } ] @@ -41741,16 +41741,16 @@ "type": "object", "properties": { "first": { - "example": "/product?limit=25" + "example": "/plugin?limit=25" }, "last": { - "example": "/product?limit=25&page=11" + "example": "/plugin?limit=25&page=11" }, "next": { - "example": "/product?limit=25&page=4" + "example": "/plugin?limit=25&page=4" }, "prev": { - "example": "/product?limit=25&page=2" + "example": "/plugin?limit=25&page=2" } } } @@ -41771,7 +41771,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -41786,11 +41786,11 @@ }, "post": { "tags": [ - "Product" + "Plugin" ], - "summary": "Create a new Product resources.", + "summary": "Create a new Plugin resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProduct", + "operationId": "createPlugin", "parameters": [ { "name": "_response", @@ -41809,14 +41809,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } }, "responses": { "200": { - "description": "Detail of Product", + "description": "Detail of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -41828,7 +41828,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -41843,7 +41843,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -41859,14 +41859,14 @@ } } }, - "/search/product": { + "/search/plugin": { "post": { "tags": [ - "Product" + "Plugin" ], - "summary": "Search for the Product resources.", + "summary": "Search for the Plugin resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProduct", + "operationId": "searchPlugin", "parameters": [ { "name": "sw-include-search-info", @@ -41894,7 +41894,7 @@ }, "responses": { "200": { - "description": "List of Product", + "description": "List of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -41908,7 +41908,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -41926,7 +41926,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -41943,19 +41943,19 @@ } } }, - "/product/{id}": { + "/plugin/{id}": { "get": { "tags": [ - "Product" + "Plugin" ], - "summary": "Detailed information about a Product resource.", + "summary": "Detailed information about a Plugin resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProduct", + "operationId": "getPlugin", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product", + "description": "Identifier for the plugin", "required": true, "schema": { "type": "string", @@ -41965,7 +41965,7 @@ ], "responses": { "200": { - "description": "Detail of Product", + "description": "Detail of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -41977,7 +41977,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -41992,7 +41992,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -42009,16 +42009,16 @@ }, "delete": { "tags": [ - "Product" + "Plugin" ], - "summary": "Delete a Product resource.", + "summary": "Delete a Plugin resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProduct", + "operationId": "deletePlugin", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product", + "description": "Identifier for the plugin", "required": true, "schema": { "type": "string", @@ -42049,16 +42049,16 @@ }, "patch": { "tags": [ - "Product" + "Plugin" ], - "summary": "Partially update information about a Product resource.", + "summary": "Partially update information about a Plugin resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProduct", + "operationId": "updatePlugin", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product", + "description": "Identifier for the plugin", "required": true, "schema": { "type": "string", @@ -42076,18 +42076,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product resource.", + "description": "Partially update information about a Plugin resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } }, "responses": { "200": { - "description": "Detail of Product", + "description": "Detail of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -42099,7 +42099,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -42114,7 +42114,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -42133,14 +42133,14 @@ } } }, - "/aggregate/product": { + "/aggregate/plugin": { "post": { "tags": [ - "Product" + "Plugin" ], - "summary": "Aggregate for the Product resources.", + "summary": "Aggregate for the Plugin resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProduct", + "operationId": "aggregatePlugin", "requestBody": { "required": true, "content": { @@ -42164,7 +42164,7 @@ }, "responses": { "200": { - "description": "List of Product", + "description": "List of Plugin", "content": { "application/vnd.api+json": { "schema": { @@ -42178,7 +42178,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -42196,7 +42196,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Product" + "$ref": "#/components/schemas/Plugin" } } } @@ -42213,14 +42213,14 @@ } } }, - "/product-configurator-setting": { + "/product": { "get": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "List with basic information of Product Configurator Setting resources.", + "summary": "List with basic information of Product resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductConfiguratorSettingList", + "operationId": "getProductList", "parameters": [ { "name": "limit", @@ -42249,7 +42249,7 @@ ], "responses": { "200": { - "description": "List of Product Configurator Setting resources.", + "description": "List of Product resources.", "content": { "application/vnd.api+json": { "schema": { @@ -42268,7 +42268,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } ] @@ -42282,16 +42282,16 @@ "type": "object", "properties": { "first": { - "example": "/product-configurator-setting?limit=25" + "example": "/product?limit=25" }, "last": { - "example": "/product-configurator-setting?limit=25&page=11" + "example": "/product?limit=25&page=11" }, "next": { - "example": "/product-configurator-setting?limit=25&page=4" + "example": "/product?limit=25&page=4" }, "prev": { - "example": "/product-configurator-setting?limit=25&page=2" + "example": "/product?limit=25&page=2" } } } @@ -42312,7 +42312,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42327,11 +42327,11 @@ }, "post": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "Create a new Product Configurator Setting resources.", + "summary": "Create a new Product resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductConfiguratorSetting", + "operationId": "createProduct", "parameters": [ { "name": "_response", @@ -42350,14 +42350,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } }, "responses": { "200": { - "description": "Detail of ProductConfiguratorSetting", + "description": "Detail of Product", "content": { "application/vnd.api+json": { "schema": { @@ -42369,7 +42369,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42384,7 +42384,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42400,14 +42400,14 @@ } } }, - "/search/product-configurator-setting": { + "/search/product": { "post": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "Search for the Product Configurator Setting resources.", + "summary": "Search for the Product resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductConfiguratorSetting", + "operationId": "searchProduct", "parameters": [ { "name": "sw-include-search-info", @@ -42435,7 +42435,7 @@ }, "responses": { "200": { - "description": "List of ProductConfiguratorSetting", + "description": "List of Product", "content": { "application/vnd.api+json": { "schema": { @@ -42449,7 +42449,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42467,7 +42467,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42484,19 +42484,19 @@ } } }, - "/product-configurator-setting/{id}": { + "/product/{id}": { "get": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "Detailed information about a Product Configurator Setting resource.", + "summary": "Detailed information about a Product resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductConfiguratorSetting", + "operationId": "getProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_configurator_setting", + "description": "Identifier for the product", "required": true, "schema": { "type": "string", @@ -42506,7 +42506,7 @@ ], "responses": { "200": { - "description": "Detail of ProductConfiguratorSetting", + "description": "Detail of Product", "content": { "application/vnd.api+json": { "schema": { @@ -42518,7 +42518,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42533,7 +42533,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42550,16 +42550,16 @@ }, "delete": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "Delete a Product Configurator Setting resource.", + "summary": "Delete a Product resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductConfiguratorSetting", + "operationId": "deleteProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_configurator_setting", + "description": "Identifier for the product", "required": true, "schema": { "type": "string", @@ -42590,16 +42590,16 @@ }, "patch": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "Partially update information about a Product Configurator Setting resource.", + "summary": "Partially update information about a Product resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductConfiguratorSetting", + "operationId": "updateProduct", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_configurator_setting", + "description": "Identifier for the product", "required": true, "schema": { "type": "string", @@ -42617,18 +42617,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Configurator Setting resource.", + "description": "Partially update information about a Product resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } }, "responses": { "200": { - "description": "Detail of ProductConfiguratorSetting", + "description": "Detail of Product", "content": { "application/vnd.api+json": { "schema": { @@ -42640,7 +42640,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42655,7 +42655,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42674,14 +42674,14 @@ } } }, - "/aggregate/product-configurator-setting": { + "/aggregate/product": { "post": { "tags": [ - "Product Configurator Setting" + "Product" ], - "summary": "Aggregate for the Product Configurator Setting resources.", + "summary": "Aggregate for the Product resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductConfiguratorSetting", + "operationId": "aggregateProduct", "requestBody": { "required": true, "content": { @@ -42705,7 +42705,7 @@ }, "responses": { "200": { - "description": "List of ProductConfiguratorSetting", + "description": "List of Product", "content": { "application/vnd.api+json": { "schema": { @@ -42719,7 +42719,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42737,7 +42737,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductConfiguratorSetting" + "$ref": "#/components/schemas/Product" } } } @@ -42754,14 +42754,14 @@ } } }, - "/product-cross-selling": { + "/product-configurator-setting": { "get": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "List with basic information of Product Cross Selling resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductCrossSellingList", + "summary": "List with basic information of Product Configurator Setting resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductConfiguratorSettingList", "parameters": [ { "name": "limit", @@ -42790,7 +42790,7 @@ ], "responses": { "200": { - "description": "List of Product Cross Selling resources.", + "description": "List of Product Configurator Setting resources.", "content": { "application/vnd.api+json": { "schema": { @@ -42809,7 +42809,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } ] @@ -42823,16 +42823,16 @@ "type": "object", "properties": { "first": { - "example": "/product-cross-selling?limit=25" + "example": "/product-configurator-setting?limit=25" }, "last": { - "example": "/product-cross-selling?limit=25&page=11" + "example": "/product-configurator-setting?limit=25&page=11" }, "next": { - "example": "/product-cross-selling?limit=25&page=4" + "example": "/product-configurator-setting?limit=25&page=4" }, "prev": { - "example": "/product-cross-selling?limit=25&page=2" + "example": "/product-configurator-setting?limit=25&page=2" } } } @@ -42853,7 +42853,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -42868,11 +42868,11 @@ }, "post": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "Create a new Product Cross Selling resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createProductCrossSelling", + "summary": "Create a new Product Configurator Setting resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductConfiguratorSetting", "parameters": [ { "name": "_response", @@ -42891,14 +42891,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSelling", + "description": "Detail of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -42910,7 +42910,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -42925,7 +42925,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -42941,14 +42941,14 @@ } } }, - "/search/product-cross-selling": { + "/search/product-configurator-setting": { "post": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "Search for the Product Cross Selling resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchProductCrossSelling", + "summary": "Search for the Product Configurator Setting resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductConfiguratorSetting", "parameters": [ { "name": "sw-include-search-info", @@ -42976,7 +42976,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSelling", + "description": "List of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -42990,7 +42990,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43008,7 +43008,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43025,19 +43025,19 @@ } } }, - "/product-cross-selling/{id}": { + "/product-configurator-setting/{id}": { "get": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "Detailed information about a Product Cross Selling resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductCrossSelling", + "summary": "Detailed information about a Product Configurator Setting resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductConfiguratorSetting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling", + "description": "Identifier for the product_configurator_setting", "required": true, "schema": { "type": "string", @@ -43047,7 +43047,7 @@ ], "responses": { "200": { - "description": "Detail of ProductCrossSelling", + "description": "Detail of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -43059,7 +43059,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43074,7 +43074,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43091,16 +43091,16 @@ }, "delete": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "Delete a Product Cross Selling resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteProductCrossSelling", + "summary": "Delete a Product Configurator Setting resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductConfiguratorSetting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling", + "description": "Identifier for the product_configurator_setting", "required": true, "schema": { "type": "string", @@ -43131,16 +43131,16 @@ }, "patch": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "Partially update information about a Product Cross Selling resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateProductCrossSelling", + "summary": "Partially update information about a Product Configurator Setting resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductConfiguratorSetting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling", + "description": "Identifier for the product_configurator_setting", "required": true, "schema": { "type": "string", @@ -43158,18 +43158,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Cross Selling resource.", + "description": "Partially update information about a Product Configurator Setting resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSelling", + "description": "Detail of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -43181,7 +43181,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43196,7 +43196,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43215,14 +43215,14 @@ } } }, - "/aggregate/product-cross-selling": { + "/aggregate/product-configurator-setting": { "post": { "tags": [ - "Product Cross Selling" + "Product Configurator Setting" ], - "summary": "Aggregate for the Product Cross Selling resources.", + "summary": "Aggregate for the Product Configurator Setting resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductCrossSelling", + "operationId": "aggregateProductConfiguratorSetting", "requestBody": { "required": true, "content": { @@ -43246,7 +43246,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSelling", + "description": "List of ProductConfiguratorSetting", "content": { "application/vnd.api+json": { "schema": { @@ -43260,7 +43260,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43278,7 +43278,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSelling" + "$ref": "#/components/schemas/ProductConfiguratorSetting" } } } @@ -43295,14 +43295,14 @@ } } }, - "/product-cross-selling-assigned-products": { + "/product-cross-selling": { "get": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "List with basic information of Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.2.0.0", - "operationId": "getProductCrossSellingAssignedProductsList", + "summary": "List with basic information of Product Cross Selling resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductCrossSellingList", "parameters": [ { "name": "limit", @@ -43331,7 +43331,7 @@ ], "responses": { "200": { - "description": "List of Product Cross Selling Assigned Products resources.", + "description": "List of Product Cross Selling resources.", "content": { "application/vnd.api+json": { "schema": { @@ -43350,7 +43350,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } ] @@ -43364,16 +43364,16 @@ "type": "object", "properties": { "first": { - "example": "/product-cross-selling-assigned-products?limit=25" + "example": "/product-cross-selling?limit=25" }, "last": { - "example": "/product-cross-selling-assigned-products?limit=25&page=11" + "example": "/product-cross-selling?limit=25&page=11" }, "next": { - "example": "/product-cross-selling-assigned-products?limit=25&page=4" + "example": "/product-cross-selling?limit=25&page=4" }, "prev": { - "example": "/product-cross-selling-assigned-products?limit=25&page=2" + "example": "/product-cross-selling?limit=25&page=2" } } } @@ -43394,7 +43394,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43409,11 +43409,11 @@ }, "post": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "Create a new Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.2.0.0", - "operationId": "createProductCrossSellingAssignedProducts", + "summary": "Create a new Product Cross Selling resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createProductCrossSelling", "parameters": [ { "name": "_response", @@ -43432,14 +43432,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSellingAssignedProducts", + "description": "Detail of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -43451,7 +43451,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43466,7 +43466,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43482,14 +43482,14 @@ } } }, - "/search/product-cross-selling-assigned-products": { + "/search/product-cross-selling": { "post": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "Search for the Product Cross Selling Assigned Products resources.", - "description": "Available since: 6.2.0.0", - "operationId": "searchProductCrossSellingAssignedProducts", + "summary": "Search for the Product Cross Selling resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchProductCrossSelling", "parameters": [ { "name": "sw-include-search-info", @@ -43517,7 +43517,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSellingAssignedProducts", + "description": "List of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -43531,7 +43531,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43549,7 +43549,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43566,19 +43566,19 @@ } } }, - "/product-cross-selling-assigned-products/{id}": { + "/product-cross-selling/{id}": { "get": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "Detailed information about a Product Cross Selling Assigned Products resource.", - "description": "Available since: 6.2.0.0", - "operationId": "getProductCrossSellingAssignedProducts", + "summary": "Detailed information about a Product Cross Selling resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductCrossSelling", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling_assigned_products", + "description": "Identifier for the product_cross_selling", "required": true, "schema": { "type": "string", @@ -43588,7 +43588,7 @@ ], "responses": { "200": { - "description": "Detail of ProductCrossSellingAssignedProducts", + "description": "Detail of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -43600,7 +43600,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43615,7 +43615,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43632,16 +43632,16 @@ }, "delete": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "Delete a Product Cross Selling Assigned Products resource.", - "description": "Available since: 6.2.0.0", - "operationId": "deleteProductCrossSellingAssignedProducts", + "summary": "Delete a Product Cross Selling resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteProductCrossSelling", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling_assigned_products", + "description": "Identifier for the product_cross_selling", "required": true, "schema": { "type": "string", @@ -43672,16 +43672,16 @@ }, "patch": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "Partially update information about a Product Cross Selling Assigned Products resource.", - "description": "Available since: 6.2.0.0", - "operationId": "updateProductCrossSellingAssignedProducts", + "summary": "Partially update information about a Product Cross Selling resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateProductCrossSelling", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_cross_selling_assigned_products", + "description": "Identifier for the product_cross_selling", "required": true, "schema": { "type": "string", @@ -43699,18 +43699,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Cross Selling Assigned Products resource.", + "description": "Partially update information about a Product Cross Selling resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } }, "responses": { "200": { - "description": "Detail of ProductCrossSellingAssignedProducts", + "description": "Detail of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -43722,7 +43722,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43737,7 +43737,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43756,14 +43756,14 @@ } } }, - "/aggregate/product-cross-selling-assigned-products": { + "/aggregate/product-cross-selling": { "post": { "tags": [ - "Product Cross Selling Assigned Products" + "Product Cross Selling" ], - "summary": "Aggregate for the Product Cross Selling Assigned Products resources.", + "summary": "Aggregate for the Product Cross Selling resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductCrossSellingAssignedProducts", + "operationId": "aggregateProductCrossSelling", "requestBody": { "required": true, "content": { @@ -43787,7 +43787,7 @@ }, "responses": { "200": { - "description": "List of ProductCrossSellingAssignedProducts", + "description": "List of ProductCrossSelling", "content": { "application/vnd.api+json": { "schema": { @@ -43801,7 +43801,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43819,7 +43819,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" + "$ref": "#/components/schemas/ProductCrossSelling" } } } @@ -43836,14 +43836,14 @@ } } }, - "/product-download": { + "/product-cross-selling-assigned-products": { "get": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "List with basic information of Product Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "getProductDownloadList", + "summary": "List with basic information of Product Cross Selling Assigned Products resources.", + "description": "Available since: 6.2.0.0", + "operationId": "getProductCrossSellingAssignedProductsList", "parameters": [ { "name": "limit", @@ -43872,7 +43872,7 @@ ], "responses": { "200": { - "description": "List of Product Download resources.", + "description": "List of Product Cross Selling Assigned Products resources.", "content": { "application/vnd.api+json": { "schema": { @@ -43891,7 +43891,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } ] @@ -43905,16 +43905,16 @@ "type": "object", "properties": { "first": { - "example": "/product-download?limit=25" + "example": "/product-cross-selling-assigned-products?limit=25" }, "last": { - "example": "/product-download?limit=25&page=11" + "example": "/product-cross-selling-assigned-products?limit=25&page=11" }, "next": { - "example": "/product-download?limit=25&page=4" + "example": "/product-cross-selling-assigned-products?limit=25&page=4" }, "prev": { - "example": "/product-download?limit=25&page=2" + "example": "/product-cross-selling-assigned-products?limit=25&page=2" } } } @@ -43935,7 +43935,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -43950,11 +43950,11 @@ }, "post": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "Create a new Product Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "createProductDownload", + "summary": "Create a new Product Cross Selling Assigned Products resources.", + "description": "Available since: 6.2.0.0", + "operationId": "createProductCrossSellingAssignedProducts", "parameters": [ { "name": "_response", @@ -43973,14 +43973,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } }, "responses": { "200": { - "description": "Detail of ProductDownload", + "description": "Detail of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -43992,7 +43992,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44007,7 +44007,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44023,14 +44023,14 @@ } } }, - "/search/product-download": { + "/search/product-cross-selling-assigned-products": { "post": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "Search for the Product Download resources.", - "description": "Available since: 6.4.19.0", - "operationId": "searchProductDownload", + "summary": "Search for the Product Cross Selling Assigned Products resources.", + "description": "Available since: 6.2.0.0", + "operationId": "searchProductCrossSellingAssignedProducts", "parameters": [ { "name": "sw-include-search-info", @@ -44058,7 +44058,7 @@ }, "responses": { "200": { - "description": "List of ProductDownload", + "description": "List of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -44072,7 +44072,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44090,7 +44090,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44107,19 +44107,19 @@ } } }, - "/product-download/{id}": { + "/product-cross-selling-assigned-products/{id}": { "get": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "Detailed information about a Product Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "getProductDownload", + "summary": "Detailed information about a Product Cross Selling Assigned Products resource.", + "description": "Available since: 6.2.0.0", + "operationId": "getProductCrossSellingAssignedProducts", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_download", + "description": "Identifier for the product_cross_selling_assigned_products", "required": true, "schema": { "type": "string", @@ -44129,7 +44129,7 @@ ], "responses": { "200": { - "description": "Detail of ProductDownload", + "description": "Detail of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -44141,7 +44141,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44156,7 +44156,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44173,16 +44173,16 @@ }, "delete": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "Delete a Product Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "deleteProductDownload", + "summary": "Delete a Product Cross Selling Assigned Products resource.", + "description": "Available since: 6.2.0.0", + "operationId": "deleteProductCrossSellingAssignedProducts", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_download", + "description": "Identifier for the product_cross_selling_assigned_products", "required": true, "schema": { "type": "string", @@ -44213,16 +44213,16 @@ }, "patch": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "Partially update information about a Product Download resource.", - "description": "Available since: 6.4.19.0", - "operationId": "updateProductDownload", + "summary": "Partially update information about a Product Cross Selling Assigned Products resource.", + "description": "Available since: 6.2.0.0", + "operationId": "updateProductCrossSellingAssignedProducts", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_download", + "description": "Identifier for the product_cross_selling_assigned_products", "required": true, "schema": { "type": "string", @@ -44240,18 +44240,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Download resource.", + "description": "Partially update information about a Product Cross Selling Assigned Products resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } }, "responses": { "200": { - "description": "Detail of ProductDownload", + "description": "Detail of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -44263,7 +44263,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44278,7 +44278,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44297,14 +44297,14 @@ } } }, - "/aggregate/product-download": { + "/aggregate/product-cross-selling-assigned-products": { "post": { "tags": [ - "Product Download" + "Product Cross Selling Assigned Products" ], - "summary": "Aggregate for the Product Download resources.", + "summary": "Aggregate for the Product Cross Selling Assigned Products resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductDownload", + "operationId": "aggregateProductCrossSellingAssignedProducts", "requestBody": { "required": true, "content": { @@ -44328,7 +44328,7 @@ }, "responses": { "200": { - "description": "List of ProductDownload", + "description": "List of ProductCrossSellingAssignedProducts", "content": { "application/vnd.api+json": { "schema": { @@ -44342,7 +44342,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44360,7 +44360,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductDownload" + "$ref": "#/components/schemas/ProductCrossSellingAssignedProducts" } } } @@ -44377,14 +44377,14 @@ } } }, - "/product-export": { + "/product-download": { "get": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "List with basic information of Product Export resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductExportList", + "summary": "List with basic information of Product Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "getProductDownloadList", "parameters": [ { "name": "limit", @@ -44413,7 +44413,7 @@ ], "responses": { "200": { - "description": "List of Product Export resources.", + "description": "List of Product Download resources.", "content": { "application/vnd.api+json": { "schema": { @@ -44432,7 +44432,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } ] @@ -44446,16 +44446,16 @@ "type": "object", "properties": { "first": { - "example": "/product-export?limit=25" + "example": "/product-download?limit=25" }, "last": { - "example": "/product-export?limit=25&page=11" + "example": "/product-download?limit=25&page=11" }, "next": { - "example": "/product-export?limit=25&page=4" + "example": "/product-download?limit=25&page=4" }, "prev": { - "example": "/product-export?limit=25&page=2" + "example": "/product-download?limit=25&page=2" } } } @@ -44476,7 +44476,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44491,11 +44491,11 @@ }, "post": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "Create a new Product Export resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createProductExport", + "summary": "Create a new Product Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "createProductDownload", "parameters": [ { "name": "_response", @@ -44514,14 +44514,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } }, "responses": { "200": { - "description": "Detail of ProductExport", + "description": "Detail of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -44533,7 +44533,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44548,7 +44548,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44564,14 +44564,14 @@ } } }, - "/search/product-export": { + "/search/product-download": { "post": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "Search for the Product Export resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchProductExport", + "summary": "Search for the Product Download resources.", + "description": "Available since: 6.4.19.0", + "operationId": "searchProductDownload", "parameters": [ { "name": "sw-include-search-info", @@ -44599,7 +44599,7 @@ }, "responses": { "200": { - "description": "List of ProductExport", + "description": "List of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -44613,7 +44613,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44631,7 +44631,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44648,19 +44648,19 @@ } } }, - "/product-export/{id}": { + "/product-download/{id}": { "get": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "Detailed information about a Product Export resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getProductExport", + "summary": "Detailed information about a Product Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "getProductDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_export", + "description": "Identifier for the product_download", "required": true, "schema": { "type": "string", @@ -44670,7 +44670,7 @@ ], "responses": { "200": { - "description": "Detail of ProductExport", + "description": "Detail of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -44682,7 +44682,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44697,7 +44697,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44714,16 +44714,16 @@ }, "delete": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "Delete a Product Export resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteProductExport", + "summary": "Delete a Product Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "deleteProductDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_export", + "description": "Identifier for the product_download", "required": true, "schema": { "type": "string", @@ -44754,16 +44754,16 @@ }, "patch": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "Partially update information about a Product Export resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateProductExport", + "summary": "Partially update information about a Product Download resource.", + "description": "Available since: 6.4.19.0", + "operationId": "updateProductDownload", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_export", + "description": "Identifier for the product_download", "required": true, "schema": { "type": "string", @@ -44781,18 +44781,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Export resource.", + "description": "Partially update information about a Product Download resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } }, "responses": { "200": { - "description": "Detail of ProductExport", + "description": "Detail of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -44804,7 +44804,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44819,7 +44819,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44838,14 +44838,14 @@ } } }, - "/aggregate/product-export": { + "/aggregate/product-download": { "post": { "tags": [ - "Product Export" + "Product Download" ], - "summary": "Aggregate for the Product Export resources.", + "summary": "Aggregate for the Product Download resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductExport", + "operationId": "aggregateProductDownload", "requestBody": { "required": true, "content": { @@ -44869,7 +44869,7 @@ }, "responses": { "200": { - "description": "List of ProductExport", + "description": "List of ProductDownload", "content": { "application/vnd.api+json": { "schema": { @@ -44883,7 +44883,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44901,7 +44901,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductExport" + "$ref": "#/components/schemas/ProductDownload" } } } @@ -44918,14 +44918,14 @@ } } }, - "/product-feature-set": { + "/product-export": { "get": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "List with basic information of Product Feature Set resources.", - "description": "Available since: 6.3.0.0", - "operationId": "getProductFeatureSetList", + "summary": "List with basic information of Product Export resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductExportList", "parameters": [ { "name": "limit", @@ -44954,7 +44954,7 @@ ], "responses": { "200": { - "description": "List of Product Feature Set resources.", + "description": "List of Product Export resources.", "content": { "application/vnd.api+json": { "schema": { @@ -44973,7 +44973,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } ] @@ -44987,16 +44987,16 @@ "type": "object", "properties": { "first": { - "example": "/product-feature-set?limit=25" + "example": "/product-export?limit=25" }, "last": { - "example": "/product-feature-set?limit=25&page=11" + "example": "/product-export?limit=25&page=11" }, "next": { - "example": "/product-feature-set?limit=25&page=4" + "example": "/product-export?limit=25&page=4" }, "prev": { - "example": "/product-feature-set?limit=25&page=2" + "example": "/product-export?limit=25&page=2" } } } @@ -45017,7 +45017,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45032,11 +45032,11 @@ }, "post": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "Create a new Product Feature Set resources.", - "description": "Available since: 6.3.0.0", - "operationId": "createProductFeatureSet", + "summary": "Create a new Product Export resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createProductExport", "parameters": [ { "name": "_response", @@ -45055,14 +45055,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } }, "responses": { "200": { - "description": "Detail of ProductFeatureSet", + "description": "Detail of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -45074,7 +45074,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45089,7 +45089,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45105,14 +45105,14 @@ } } }, - "/search/product-feature-set": { + "/search/product-export": { "post": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "Search for the Product Feature Set resources.", - "description": "Available since: 6.3.0.0", - "operationId": "searchProductFeatureSet", + "summary": "Search for the Product Export resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchProductExport", "parameters": [ { "name": "sw-include-search-info", @@ -45140,7 +45140,7 @@ }, "responses": { "200": { - "description": "List of ProductFeatureSet", + "description": "List of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -45154,7 +45154,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45172,7 +45172,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45189,19 +45189,19 @@ } } }, - "/product-feature-set/{id}": { + "/product-export/{id}": { "get": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "Detailed information about a Product Feature Set resource.", - "description": "Available since: 6.3.0.0", - "operationId": "getProductFeatureSet", + "summary": "Detailed information about a Product Export resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getProductExport", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_feature_set", + "description": "Identifier for the product_export", "required": true, "schema": { "type": "string", @@ -45211,7 +45211,7 @@ ], "responses": { "200": { - "description": "Detail of ProductFeatureSet", + "description": "Detail of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -45223,7 +45223,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45238,7 +45238,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45255,16 +45255,16 @@ }, "delete": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "Delete a Product Feature Set resource.", - "description": "Available since: 6.3.0.0", - "operationId": "deleteProductFeatureSet", + "summary": "Delete a Product Export resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteProductExport", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_feature_set", + "description": "Identifier for the product_export", "required": true, "schema": { "type": "string", @@ -45295,16 +45295,16 @@ }, "patch": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "Partially update information about a Product Feature Set resource.", - "description": "Available since: 6.3.0.0", - "operationId": "updateProductFeatureSet", + "summary": "Partially update information about a Product Export resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateProductExport", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_feature_set", + "description": "Identifier for the product_export", "required": true, "schema": { "type": "string", @@ -45322,18 +45322,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Feature Set resource.", + "description": "Partially update information about a Product Export resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } }, "responses": { "200": { - "description": "Detail of ProductFeatureSet", + "description": "Detail of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -45345,7 +45345,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45360,7 +45360,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45379,14 +45379,14 @@ } } }, - "/aggregate/product-feature-set": { + "/aggregate/product-export": { "post": { "tags": [ - "Product Feature Set" + "Product Export" ], - "summary": "Aggregate for the Product Feature Set resources.", + "summary": "Aggregate for the Product Export resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductFeatureSet", + "operationId": "aggregateProductExport", "requestBody": { "required": true, "content": { @@ -45410,7 +45410,7 @@ }, "responses": { "200": { - "description": "List of ProductFeatureSet", + "description": "List of ProductExport", "content": { "application/vnd.api+json": { "schema": { @@ -45424,7 +45424,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45442,7 +45442,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductFeatureSet" + "$ref": "#/components/schemas/ProductExport" } } } @@ -45459,14 +45459,14 @@ } } }, - "/product-keyword-dictionary": { + "/product-feature-set": { "get": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "List with basic information of Product Keyword Dictionary resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductKeywordDictionaryList", + "summary": "List with basic information of Product Feature Set resources.", + "description": "Available since: 6.3.0.0", + "operationId": "getProductFeatureSetList", "parameters": [ { "name": "limit", @@ -45495,7 +45495,7 @@ ], "responses": { "200": { - "description": "List of Product Keyword Dictionary resources.", + "description": "List of Product Feature Set resources.", "content": { "application/vnd.api+json": { "schema": { @@ -45514,7 +45514,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } ] @@ -45528,16 +45528,16 @@ "type": "object", "properties": { "first": { - "example": "/product-keyword-dictionary?limit=25" + "example": "/product-feature-set?limit=25" }, "last": { - "example": "/product-keyword-dictionary?limit=25&page=11" + "example": "/product-feature-set?limit=25&page=11" }, "next": { - "example": "/product-keyword-dictionary?limit=25&page=4" + "example": "/product-feature-set?limit=25&page=4" }, "prev": { - "example": "/product-keyword-dictionary?limit=25&page=2" + "example": "/product-feature-set?limit=25&page=2" } } } @@ -45558,7 +45558,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45573,11 +45573,11 @@ }, "post": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "Create a new Product Keyword Dictionary resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductKeywordDictionary", + "summary": "Create a new Product Feature Set resources.", + "description": "Available since: 6.3.0.0", + "operationId": "createProductFeatureSet", "parameters": [ { "name": "_response", @@ -45596,14 +45596,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } }, "responses": { "200": { - "description": "Detail of ProductKeywordDictionary", + "description": "Detail of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -45615,7 +45615,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45630,7 +45630,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45646,14 +45646,14 @@ } } }, - "/search/product-keyword-dictionary": { + "/search/product-feature-set": { "post": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "Search for the Product Keyword Dictionary resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductKeywordDictionary", + "summary": "Search for the Product Feature Set resources.", + "description": "Available since: 6.3.0.0", + "operationId": "searchProductFeatureSet", "parameters": [ { "name": "sw-include-search-info", @@ -45681,7 +45681,7 @@ }, "responses": { "200": { - "description": "List of ProductKeywordDictionary", + "description": "List of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -45695,7 +45695,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45713,7 +45713,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45730,19 +45730,19 @@ } } }, - "/product-keyword-dictionary/{id}": { + "/product-feature-set/{id}": { "get": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "Detailed information about a Product Keyword Dictionary resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductKeywordDictionary", + "summary": "Detailed information about a Product Feature Set resource.", + "description": "Available since: 6.3.0.0", + "operationId": "getProductFeatureSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_keyword_dictionary", + "description": "Identifier for the product_feature_set", "required": true, "schema": { "type": "string", @@ -45752,7 +45752,7 @@ ], "responses": { "200": { - "description": "Detail of ProductKeywordDictionary", + "description": "Detail of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -45764,7 +45764,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45779,7 +45779,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45796,16 +45796,16 @@ }, "delete": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "Delete a Product Keyword Dictionary resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductKeywordDictionary", + "summary": "Delete a Product Feature Set resource.", + "description": "Available since: 6.3.0.0", + "operationId": "deleteProductFeatureSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_keyword_dictionary", + "description": "Identifier for the product_feature_set", "required": true, "schema": { "type": "string", @@ -45836,16 +45836,16 @@ }, "patch": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "Partially update information about a Product Keyword Dictionary resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductKeywordDictionary", + "summary": "Partially update information about a Product Feature Set resource.", + "description": "Available since: 6.3.0.0", + "operationId": "updateProductFeatureSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_keyword_dictionary", + "description": "Identifier for the product_feature_set", "required": true, "schema": { "type": "string", @@ -45863,18 +45863,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Keyword Dictionary resource.", + "description": "Partially update information about a Product Feature Set resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } }, "responses": { "200": { - "description": "Detail of ProductKeywordDictionary", + "description": "Detail of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -45886,7 +45886,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45901,7 +45901,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45920,14 +45920,14 @@ } } }, - "/aggregate/product-keyword-dictionary": { + "/aggregate/product-feature-set": { "post": { "tags": [ - "Product Keyword Dictionary" + "Product Feature Set" ], - "summary": "Aggregate for the Product Keyword Dictionary resources.", + "summary": "Aggregate for the Product Feature Set resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductKeywordDictionary", + "operationId": "aggregateProductFeatureSet", "requestBody": { "required": true, "content": { @@ -45951,7 +45951,7 @@ }, "responses": { "200": { - "description": "List of ProductKeywordDictionary", + "description": "List of ProductFeatureSet", "content": { "application/vnd.api+json": { "schema": { @@ -45965,7 +45965,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -45983,7 +45983,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductKeywordDictionary" + "$ref": "#/components/schemas/ProductFeatureSet" } } } @@ -46000,14 +46000,14 @@ } } }, - "/product-manufacturer": { + "/product-keyword-dictionary": { "get": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "List with basic information of Product Manufacturer resources.", + "summary": "List with basic information of Product Keyword Dictionary resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductManufacturerList", + "operationId": "getProductKeywordDictionaryList", "parameters": [ { "name": "limit", @@ -46036,7 +46036,7 @@ ], "responses": { "200": { - "description": "List of Product Manufacturer resources.", + "description": "List of Product Keyword Dictionary resources.", "content": { "application/vnd.api+json": { "schema": { @@ -46055,7 +46055,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } ] @@ -46069,16 +46069,16 @@ "type": "object", "properties": { "first": { - "example": "/product-manufacturer?limit=25" + "example": "/product-keyword-dictionary?limit=25" }, "last": { - "example": "/product-manufacturer?limit=25&page=11" + "example": "/product-keyword-dictionary?limit=25&page=11" }, "next": { - "example": "/product-manufacturer?limit=25&page=4" + "example": "/product-keyword-dictionary?limit=25&page=4" }, "prev": { - "example": "/product-manufacturer?limit=25&page=2" + "example": "/product-keyword-dictionary?limit=25&page=2" } } } @@ -46099,7 +46099,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46114,11 +46114,11 @@ }, "post": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "Create a new Product Manufacturer resources.", + "summary": "Create a new Product Keyword Dictionary resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductManufacturer", + "operationId": "createProductKeywordDictionary", "parameters": [ { "name": "_response", @@ -46137,14 +46137,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } }, "responses": { "200": { - "description": "Detail of ProductManufacturer", + "description": "Detail of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -46156,7 +46156,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46171,7 +46171,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46187,14 +46187,14 @@ } } }, - "/search/product-manufacturer": { + "/search/product-keyword-dictionary": { "post": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "Search for the Product Manufacturer resources.", + "summary": "Search for the Product Keyword Dictionary resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductManufacturer", + "operationId": "searchProductKeywordDictionary", "parameters": [ { "name": "sw-include-search-info", @@ -46222,7 +46222,7 @@ }, "responses": { "200": { - "description": "List of ProductManufacturer", + "description": "List of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -46236,7 +46236,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46254,7 +46254,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46271,19 +46271,19 @@ } } }, - "/product-manufacturer/{id}": { + "/product-keyword-dictionary/{id}": { "get": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "Detailed information about a Product Manufacturer resource.", + "summary": "Detailed information about a Product Keyword Dictionary resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductManufacturer", + "operationId": "getProductKeywordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_manufacturer", + "description": "Identifier for the product_keyword_dictionary", "required": true, "schema": { "type": "string", @@ -46293,7 +46293,7 @@ ], "responses": { "200": { - "description": "Detail of ProductManufacturer", + "description": "Detail of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -46305,7 +46305,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46320,7 +46320,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46337,16 +46337,16 @@ }, "delete": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "Delete a Product Manufacturer resource.", + "summary": "Delete a Product Keyword Dictionary resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductManufacturer", + "operationId": "deleteProductKeywordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_manufacturer", + "description": "Identifier for the product_keyword_dictionary", "required": true, "schema": { "type": "string", @@ -46377,16 +46377,16 @@ }, "patch": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "Partially update information about a Product Manufacturer resource.", + "summary": "Partially update information about a Product Keyword Dictionary resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductManufacturer", + "operationId": "updateProductKeywordDictionary", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_manufacturer", + "description": "Identifier for the product_keyword_dictionary", "required": true, "schema": { "type": "string", @@ -46404,18 +46404,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Manufacturer resource.", + "description": "Partially update information about a Product Keyword Dictionary resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } }, "responses": { "200": { - "description": "Detail of ProductManufacturer", + "description": "Detail of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -46427,7 +46427,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46442,7 +46442,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46461,14 +46461,14 @@ } } }, - "/aggregate/product-manufacturer": { + "/aggregate/product-keyword-dictionary": { "post": { "tags": [ - "Product Manufacturer" + "Product Keyword Dictionary" ], - "summary": "Aggregate for the Product Manufacturer resources.", + "summary": "Aggregate for the Product Keyword Dictionary resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductManufacturer", + "operationId": "aggregateProductKeywordDictionary", "requestBody": { "required": true, "content": { @@ -46492,7 +46492,7 @@ }, "responses": { "200": { - "description": "List of ProductManufacturer", + "description": "List of ProductKeywordDictionary", "content": { "application/vnd.api+json": { "schema": { @@ -46506,7 +46506,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46524,7 +46524,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductManufacturer" + "$ref": "#/components/schemas/ProductKeywordDictionary" } } } @@ -46541,14 +46541,14 @@ } } }, - "/product-media": { + "/product-manufacturer": { "get": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "List with basic information of Product Media resources.", + "summary": "List with basic information of Product Manufacturer resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductMediaList", + "operationId": "getProductManufacturerList", "parameters": [ { "name": "limit", @@ -46577,7 +46577,7 @@ ], "responses": { "200": { - "description": "List of Product Media resources.", + "description": "List of Product Manufacturer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -46596,7 +46596,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } ] @@ -46610,16 +46610,16 @@ "type": "object", "properties": { "first": { - "example": "/product-media?limit=25" + "example": "/product-manufacturer?limit=25" }, "last": { - "example": "/product-media?limit=25&page=11" + "example": "/product-manufacturer?limit=25&page=11" }, "next": { - "example": "/product-media?limit=25&page=4" + "example": "/product-manufacturer?limit=25&page=4" }, "prev": { - "example": "/product-media?limit=25&page=2" + "example": "/product-manufacturer?limit=25&page=2" } } } @@ -46640,7 +46640,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46655,11 +46655,11 @@ }, "post": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "Create a new Product Media resources.", + "summary": "Create a new Product Manufacturer resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductMedia", + "operationId": "createProductManufacturer", "parameters": [ { "name": "_response", @@ -46678,14 +46678,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } }, "responses": { "200": { - "description": "Detail of ProductMedia", + "description": "Detail of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -46697,7 +46697,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46712,7 +46712,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46728,14 +46728,14 @@ } } }, - "/search/product-media": { + "/search/product-manufacturer": { "post": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "Search for the Product Media resources.", + "summary": "Search for the Product Manufacturer resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductMedia", + "operationId": "searchProductManufacturer", "parameters": [ { "name": "sw-include-search-info", @@ -46763,7 +46763,7 @@ }, "responses": { "200": { - "description": "List of ProductMedia", + "description": "List of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -46777,7 +46777,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46795,7 +46795,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46812,19 +46812,19 @@ } } }, - "/product-media/{id}": { + "/product-manufacturer/{id}": { "get": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "Detailed information about a Product Media resource.", + "summary": "Detailed information about a Product Manufacturer resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductMedia", + "operationId": "getProductManufacturer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_media", + "description": "Identifier for the product_manufacturer", "required": true, "schema": { "type": "string", @@ -46834,7 +46834,7 @@ ], "responses": { "200": { - "description": "Detail of ProductMedia", + "description": "Detail of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -46846,7 +46846,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46861,7 +46861,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46878,16 +46878,16 @@ }, "delete": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "Delete a Product Media resource.", + "summary": "Delete a Product Manufacturer resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductMedia", + "operationId": "deleteProductManufacturer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_media", + "description": "Identifier for the product_manufacturer", "required": true, "schema": { "type": "string", @@ -46918,16 +46918,16 @@ }, "patch": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "Partially update information about a Product Media resource.", + "summary": "Partially update information about a Product Manufacturer resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductMedia", + "operationId": "updateProductManufacturer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_media", + "description": "Identifier for the product_manufacturer", "required": true, "schema": { "type": "string", @@ -46945,18 +46945,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Media resource.", + "description": "Partially update information about a Product Manufacturer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } }, "responses": { "200": { - "description": "Detail of ProductMedia", + "description": "Detail of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -46968,7 +46968,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -46983,7 +46983,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -47002,14 +47002,14 @@ } } }, - "/aggregate/product-media": { + "/aggregate/product-manufacturer": { "post": { "tags": [ - "Product Media" + "Product Manufacturer" ], - "summary": "Aggregate for the Product Media resources.", + "summary": "Aggregate for the Product Manufacturer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductMedia", + "operationId": "aggregateProductManufacturer", "requestBody": { "required": true, "content": { @@ -47033,7 +47033,7 @@ }, "responses": { "200": { - "description": "List of ProductMedia", + "description": "List of ProductManufacturer", "content": { "application/vnd.api+json": { "schema": { @@ -47047,7 +47047,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -47065,7 +47065,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductMedia" + "$ref": "#/components/schemas/ProductManufacturer" } } } @@ -47082,14 +47082,14 @@ } } }, - "/product-price": { + "/product-media": { "get": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "List with basic information of Product Price resources.", + "summary": "List with basic information of Product Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductPriceList", + "operationId": "getProductMediaList", "parameters": [ { "name": "limit", @@ -47118,7 +47118,7 @@ ], "responses": { "200": { - "description": "List of Product Price resources.", + "description": "List of Product Media resources.", "content": { "application/vnd.api+json": { "schema": { @@ -47137,7 +47137,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } ] @@ -47151,16 +47151,16 @@ "type": "object", "properties": { "first": { - "example": "/product-price?limit=25" + "example": "/product-media?limit=25" }, "last": { - "example": "/product-price?limit=25&page=11" + "example": "/product-media?limit=25&page=11" }, "next": { - "example": "/product-price?limit=25&page=4" + "example": "/product-media?limit=25&page=4" }, "prev": { - "example": "/product-price?limit=25&page=2" + "example": "/product-media?limit=25&page=2" } } } @@ -47181,7 +47181,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47196,11 +47196,11 @@ }, "post": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "Create a new Product Price resources.", + "summary": "Create a new Product Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductPrice", + "operationId": "createProductMedia", "parameters": [ { "name": "_response", @@ -47219,14 +47219,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } }, "responses": { "200": { - "description": "Detail of ProductPrice", + "description": "Detail of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -47238,7 +47238,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47253,7 +47253,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47269,14 +47269,14 @@ } } }, - "/search/product-price": { + "/search/product-media": { "post": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "Search for the Product Price resources.", + "summary": "Search for the Product Media resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductPrice", + "operationId": "searchProductMedia", "parameters": [ { "name": "sw-include-search-info", @@ -47304,7 +47304,7 @@ }, "responses": { "200": { - "description": "List of ProductPrice", + "description": "List of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -47318,7 +47318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47336,7 +47336,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47353,19 +47353,19 @@ } } }, - "/product-price/{id}": { + "/product-media/{id}": { "get": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "Detailed information about a Product Price resource.", + "summary": "Detailed information about a Product Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductPrice", + "operationId": "getProductMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_price", + "description": "Identifier for the product_media", "required": true, "schema": { "type": "string", @@ -47375,7 +47375,7 @@ ], "responses": { "200": { - "description": "Detail of ProductPrice", + "description": "Detail of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -47387,7 +47387,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47402,7 +47402,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47419,16 +47419,16 @@ }, "delete": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "Delete a Product Price resource.", + "summary": "Delete a Product Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductPrice", + "operationId": "deleteProductMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_price", + "description": "Identifier for the product_media", "required": true, "schema": { "type": "string", @@ -47459,16 +47459,16 @@ }, "patch": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "Partially update information about a Product Price resource.", + "summary": "Partially update information about a Product Media resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductPrice", + "operationId": "updateProductMedia", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_price", + "description": "Identifier for the product_media", "required": true, "schema": { "type": "string", @@ -47486,18 +47486,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Price resource.", + "description": "Partially update information about a Product Media resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } }, "responses": { "200": { - "description": "Detail of ProductPrice", + "description": "Detail of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -47509,7 +47509,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47524,7 +47524,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47543,14 +47543,14 @@ } } }, - "/aggregate/product-price": { + "/aggregate/product-media": { "post": { "tags": [ - "Product Price" + "Product Media" ], - "summary": "Aggregate for the Product Price resources.", + "summary": "Aggregate for the Product Media resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductPrice", + "operationId": "aggregateProductMedia", "requestBody": { "required": true, "content": { @@ -47574,7 +47574,7 @@ }, "responses": { "200": { - "description": "List of ProductPrice", + "description": "List of ProductMedia", "content": { "application/vnd.api+json": { "schema": { @@ -47588,7 +47588,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47606,7 +47606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductPrice" + "$ref": "#/components/schemas/ProductMedia" } } } @@ -47623,14 +47623,14 @@ } } }, - "/product-review": { + "/product-price": { "get": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "List with basic information of Product Review resources.", + "summary": "List with basic information of Product Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductReviewList", + "operationId": "getProductPriceList", "parameters": [ { "name": "limit", @@ -47659,7 +47659,7 @@ ], "responses": { "200": { - "description": "List of Product Review resources.", + "description": "List of Product Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -47678,7 +47678,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } ] @@ -47692,16 +47692,16 @@ "type": "object", "properties": { "first": { - "example": "/product-review?limit=25" + "example": "/product-price?limit=25" }, "last": { - "example": "/product-review?limit=25&page=11" + "example": "/product-price?limit=25&page=11" }, "next": { - "example": "/product-review?limit=25&page=4" + "example": "/product-price?limit=25&page=4" }, "prev": { - "example": "/product-review?limit=25&page=2" + "example": "/product-price?limit=25&page=2" } } } @@ -47722,7 +47722,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47737,11 +47737,11 @@ }, "post": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "Create a new Product Review resources.", + "summary": "Create a new Product Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductReview", + "operationId": "createProductPrice", "parameters": [ { "name": "_response", @@ -47760,14 +47760,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } }, "responses": { "200": { - "description": "Detail of ProductReview", + "description": "Detail of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -47779,7 +47779,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47794,7 +47794,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47810,14 +47810,14 @@ } } }, - "/search/product-review": { + "/search/product-price": { "post": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "Search for the Product Review resources.", + "summary": "Search for the Product Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductReview", + "operationId": "searchProductPrice", "parameters": [ { "name": "sw-include-search-info", @@ -47845,7 +47845,7 @@ }, "responses": { "200": { - "description": "List of ProductReview", + "description": "List of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -47859,7 +47859,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47877,7 +47877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47894,19 +47894,19 @@ } } }, - "/product-review/{id}": { + "/product-price/{id}": { "get": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "Detailed information about a Product Review resource.", + "summary": "Detailed information about a Product Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductReview", + "operationId": "getProductPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review", + "description": "Identifier for the product_price", "required": true, "schema": { "type": "string", @@ -47916,7 +47916,7 @@ ], "responses": { "200": { - "description": "Detail of ProductReview", + "description": "Detail of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -47928,7 +47928,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47943,7 +47943,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -47960,16 +47960,16 @@ }, "delete": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "Delete a Product Review resource.", + "summary": "Delete a Product Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductReview", + "operationId": "deleteProductPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review", + "description": "Identifier for the product_price", "required": true, "schema": { "type": "string", @@ -48000,16 +48000,16 @@ }, "patch": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "Partially update information about a Product Review resource.", + "summary": "Partially update information about a Product Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductReview", + "operationId": "updateProductPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_review", + "description": "Identifier for the product_price", "required": true, "schema": { "type": "string", @@ -48027,18 +48027,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Review resource.", + "description": "Partially update information about a Product Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } }, "responses": { "200": { - "description": "Detail of ProductReview", + "description": "Detail of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -48050,7 +48050,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -48065,7 +48065,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -48084,14 +48084,14 @@ } } }, - "/aggregate/product-review": { + "/aggregate/product-price": { "post": { "tags": [ - "Product Review" + "Product Price" ], - "summary": "Aggregate for the Product Review resources.", + "summary": "Aggregate for the Product Price resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductReview", + "operationId": "aggregateProductPrice", "requestBody": { "required": true, "content": { @@ -48115,7 +48115,7 @@ }, "responses": { "200": { - "description": "List of ProductReview", + "description": "List of ProductPrice", "content": { "application/vnd.api+json": { "schema": { @@ -48129,7 +48129,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -48147,7 +48147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductReview" + "$ref": "#/components/schemas/ProductPrice" } } } @@ -48164,14 +48164,14 @@ } } }, - "/product-search-config": { + "/product-review": { "get": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "List with basic information of Product Search Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfigList", + "summary": "List with basic information of Product Review resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductReviewList", "parameters": [ { "name": "limit", @@ -48200,7 +48200,7 @@ ], "responses": { "200": { - "description": "List of Product Search Config resources.", + "description": "List of Product Review resources.", "content": { "application/vnd.api+json": { "schema": { @@ -48219,7 +48219,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } ] @@ -48233,16 +48233,16 @@ "type": "object", "properties": { "first": { - "example": "/product-search-config?limit=25" + "example": "/product-review?limit=25" }, "last": { - "example": "/product-search-config?limit=25&page=11" + "example": "/product-review?limit=25&page=11" }, "next": { - "example": "/product-search-config?limit=25&page=4" + "example": "/product-review?limit=25&page=4" }, "prev": { - "example": "/product-search-config?limit=25&page=2" + "example": "/product-review?limit=25&page=2" } } } @@ -48263,7 +48263,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48278,11 +48278,11 @@ }, "post": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "Create a new Product Search Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "createProductSearchConfig", + "summary": "Create a new Product Review resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductReview", "parameters": [ { "name": "_response", @@ -48301,14 +48301,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfig", + "description": "Detail of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -48320,7 +48320,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48335,7 +48335,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48351,14 +48351,14 @@ } } }, - "/search/product-search-config": { + "/search/product-review": { "post": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "Search for the Product Search Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "searchProductSearchConfig", + "summary": "Search for the Product Review resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductReview", "parameters": [ { "name": "sw-include-search-info", @@ -48386,7 +48386,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfig", + "description": "List of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -48400,7 +48400,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48418,7 +48418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48435,19 +48435,19 @@ } } }, - "/product-search-config/{id}": { + "/product-review/{id}": { "get": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "Detailed information about a Product Search Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfig", + "summary": "Detailed information about a Product Review resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductReview", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config", + "description": "Identifier for the product_review", "required": true, "schema": { "type": "string", @@ -48457,7 +48457,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSearchConfig", + "description": "Detail of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -48469,7 +48469,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48484,7 +48484,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48501,16 +48501,16 @@ }, "delete": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "Delete a Product Search Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "deleteProductSearchConfig", + "summary": "Delete a Product Review resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductReview", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config", + "description": "Identifier for the product_review", "required": true, "schema": { "type": "string", @@ -48541,16 +48541,16 @@ }, "patch": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "Partially update information about a Product Search Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "updateProductSearchConfig", + "summary": "Partially update information about a Product Review resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductReview", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config", + "description": "Identifier for the product_review", "required": true, "schema": { "type": "string", @@ -48568,18 +48568,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Search Config resource.", + "description": "Partially update information about a Product Review resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfig", + "description": "Detail of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -48591,7 +48591,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48606,7 +48606,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48625,14 +48625,14 @@ } } }, - "/aggregate/product-search-config": { + "/aggregate/product-review": { "post": { "tags": [ - "Product Search Config" + "Product Review" ], - "summary": "Aggregate for the Product Search Config resources.", + "summary": "Aggregate for the Product Review resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchConfig", + "operationId": "aggregateProductReview", "requestBody": { "required": true, "content": { @@ -48656,7 +48656,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfig", + "description": "List of ProductReview", "content": { "application/vnd.api+json": { "schema": { @@ -48670,7 +48670,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48688,7 +48688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfig" + "$ref": "#/components/schemas/ProductReview" } } } @@ -48705,14 +48705,14 @@ } } }, - "/product-search-config-field": { + "/product-search-config": { "get": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "List with basic information of Product Search Config Field resources.", + "summary": "List with basic information of Product Search Config resources.", "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfigFieldList", + "operationId": "getProductSearchConfigList", "parameters": [ { "name": "limit", @@ -48741,7 +48741,7 @@ ], "responses": { "200": { - "description": "List of Product Search Config Field resources.", + "description": "List of Product Search Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -48760,7 +48760,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } ] @@ -48774,16 +48774,16 @@ "type": "object", "properties": { "first": { - "example": "/product-search-config-field?limit=25" + "example": "/product-search-config?limit=25" }, "last": { - "example": "/product-search-config-field?limit=25&page=11" + "example": "/product-search-config?limit=25&page=11" }, "next": { - "example": "/product-search-config-field?limit=25&page=4" + "example": "/product-search-config?limit=25&page=4" }, "prev": { - "example": "/product-search-config-field?limit=25&page=2" + "example": "/product-search-config?limit=25&page=2" } } } @@ -48804,7 +48804,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -48819,11 +48819,11 @@ }, "post": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "Create a new Product Search Config Field resources.", + "summary": "Create a new Product Search Config resources.", "description": "Available since: 6.3.5.0", - "operationId": "createProductSearchConfigField", + "operationId": "createProductSearchConfig", "parameters": [ { "name": "_response", @@ -48842,14 +48842,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfigField", + "description": "Detail of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -48861,7 +48861,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -48876,7 +48876,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -48892,14 +48892,14 @@ } } }, - "/search/product-search-config-field": { + "/search/product-search-config": { "post": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "Search for the Product Search Config Field resources.", + "summary": "Search for the Product Search Config resources.", "description": "Available since: 6.3.5.0", - "operationId": "searchProductSearchConfigField", + "operationId": "searchProductSearchConfig", "parameters": [ { "name": "sw-include-search-info", @@ -48927,7 +48927,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfigField", + "description": "List of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -48941,7 +48941,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -48959,7 +48959,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -48976,19 +48976,19 @@ } } }, - "/product-search-config-field/{id}": { + "/product-search-config/{id}": { "get": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "Detailed information about a Product Search Config Field resource.", + "summary": "Detailed information about a Product Search Config resource.", "description": "Available since: 6.3.5.0", - "operationId": "getProductSearchConfigField", + "operationId": "getProductSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config_field", + "description": "Identifier for the product_search_config", "required": true, "schema": { "type": "string", @@ -48998,7 +48998,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSearchConfigField", + "description": "Detail of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -49010,7 +49010,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -49025,7 +49025,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -49042,16 +49042,16 @@ }, "delete": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "Delete a Product Search Config Field resource.", + "summary": "Delete a Product Search Config resource.", "description": "Available since: 6.3.5.0", - "operationId": "deleteProductSearchConfigField", + "operationId": "deleteProductSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config_field", + "description": "Identifier for the product_search_config", "required": true, "schema": { "type": "string", @@ -49082,16 +49082,16 @@ }, "patch": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "Partially update information about a Product Search Config Field resource.", + "summary": "Partially update information about a Product Search Config resource.", "description": "Available since: 6.3.5.0", - "operationId": "updateProductSearchConfigField", + "operationId": "updateProductSearchConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_config_field", + "description": "Identifier for the product_search_config", "required": true, "schema": { "type": "string", @@ -49109,18 +49109,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Search Config Field resource.", + "description": "Partially update information about a Product Search Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchConfigField", + "description": "Detail of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -49132,7 +49132,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -49147,7 +49147,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -49166,14 +49166,14 @@ } } }, - "/aggregate/product-search-config-field": { + "/aggregate/product-search-config": { "post": { "tags": [ - "Product Search Config Field" + "Product Search Config" ], - "summary": "Aggregate for the Product Search Config Field resources.", + "summary": "Aggregate for the Product Search Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchConfigField", + "operationId": "aggregateProductSearchConfig", "requestBody": { "required": true, "content": { @@ -49197,7 +49197,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchConfigField", + "description": "List of ProductSearchConfig", "content": { "application/vnd.api+json": { "schema": { @@ -49211,7 +49211,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -49229,7 +49229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchConfigField" + "$ref": "#/components/schemas/ProductSearchConfig" } } } @@ -49246,14 +49246,14 @@ } } }, - "/product-search-keyword": { + "/product-search-config-field": { "get": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "List with basic information of Product Search Keyword resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductSearchKeywordList", + "summary": "List with basic information of Product Search Config Field resources.", + "description": "Available since: 6.3.5.0", + "operationId": "getProductSearchConfigFieldList", "parameters": [ { "name": "limit", @@ -49282,7 +49282,7 @@ ], "responses": { "200": { - "description": "List of Product Search Keyword resources.", + "description": "List of Product Search Config Field resources.", "content": { "application/vnd.api+json": { "schema": { @@ -49301,7 +49301,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } ] @@ -49315,16 +49315,16 @@ "type": "object", "properties": { "first": { - "example": "/product-search-keyword?limit=25" + "example": "/product-search-config-field?limit=25" }, "last": { - "example": "/product-search-keyword?limit=25&page=11" + "example": "/product-search-config-field?limit=25&page=11" }, "next": { - "example": "/product-search-keyword?limit=25&page=4" + "example": "/product-search-config-field?limit=25&page=4" }, "prev": { - "example": "/product-search-keyword?limit=25&page=2" + "example": "/product-search-config-field?limit=25&page=2" } } } @@ -49345,7 +49345,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49360,11 +49360,11 @@ }, "post": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "Create a new Product Search Keyword resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductSearchKeyword", + "summary": "Create a new Product Search Config Field resources.", + "description": "Available since: 6.3.5.0", + "operationId": "createProductSearchConfigField", "parameters": [ { "name": "_response", @@ -49383,14 +49383,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchKeyword", + "description": "Detail of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -49402,7 +49402,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49417,7 +49417,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49433,14 +49433,14 @@ } } }, - "/search/product-search-keyword": { + "/search/product-search-config-field": { "post": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "Search for the Product Search Keyword resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductSearchKeyword", + "summary": "Search for the Product Search Config Field resources.", + "description": "Available since: 6.3.5.0", + "operationId": "searchProductSearchConfigField", "parameters": [ { "name": "sw-include-search-info", @@ -49468,7 +49468,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchKeyword", + "description": "List of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -49482,7 +49482,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49500,7 +49500,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49517,19 +49517,19 @@ } } }, - "/product-search-keyword/{id}": { + "/product-search-config-field/{id}": { "get": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "Detailed information about a Product Search Keyword resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductSearchKeyword", + "summary": "Detailed information about a Product Search Config Field resource.", + "description": "Available since: 6.3.5.0", + "operationId": "getProductSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_keyword", + "description": "Identifier for the product_search_config_field", "required": true, "schema": { "type": "string", @@ -49539,7 +49539,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSearchKeyword", + "description": "Detail of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -49551,7 +49551,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49566,7 +49566,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49583,16 +49583,16 @@ }, "delete": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "Delete a Product Search Keyword resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductSearchKeyword", + "summary": "Delete a Product Search Config Field resource.", + "description": "Available since: 6.3.5.0", + "operationId": "deleteProductSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_keyword", + "description": "Identifier for the product_search_config_field", "required": true, "schema": { "type": "string", @@ -49623,16 +49623,16 @@ }, "patch": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "Partially update information about a Product Search Keyword resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductSearchKeyword", + "summary": "Partially update information about a Product Search Config Field resource.", + "description": "Available since: 6.3.5.0", + "operationId": "updateProductSearchConfigField", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_search_keyword", + "description": "Identifier for the product_search_config_field", "required": true, "schema": { "type": "string", @@ -49650,18 +49650,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Search Keyword resource.", + "description": "Partially update information about a Product Search Config Field resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } }, "responses": { "200": { - "description": "Detail of ProductSearchKeyword", + "description": "Detail of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -49673,7 +49673,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49688,7 +49688,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49707,14 +49707,14 @@ } } }, - "/aggregate/product-search-keyword": { + "/aggregate/product-search-config-field": { "post": { "tags": [ - "Product Search Keyword" + "Product Search Config Field" ], - "summary": "Aggregate for the Product Search Keyword resources.", + "summary": "Aggregate for the Product Search Config Field resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSearchKeyword", + "operationId": "aggregateProductSearchConfigField", "requestBody": { "required": true, "content": { @@ -49738,7 +49738,7 @@ }, "responses": { "200": { - "description": "List of ProductSearchKeyword", + "description": "List of ProductSearchConfigField", "content": { "application/vnd.api+json": { "schema": { @@ -49752,7 +49752,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49770,7 +49770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSearchKeyword" + "$ref": "#/components/schemas/ProductSearchConfigField" } } } @@ -49787,14 +49787,14 @@ } } }, - "/product-sorting": { + "/product-search-keyword": { "get": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "List with basic information of Product Sorting resources.", - "description": "Available since: 6.3.2.0", - "operationId": "getProductSortingList", + "summary": "List with basic information of Product Search Keyword resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductSearchKeywordList", "parameters": [ { "name": "limit", @@ -49823,7 +49823,7 @@ ], "responses": { "200": { - "description": "List of Product Sorting resources.", + "description": "List of Product Search Keyword resources.", "content": { "application/vnd.api+json": { "schema": { @@ -49842,7 +49842,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } ] @@ -49856,16 +49856,16 @@ "type": "object", "properties": { "first": { - "example": "/product-sorting?limit=25" + "example": "/product-search-keyword?limit=25" }, "last": { - "example": "/product-sorting?limit=25&page=11" + "example": "/product-search-keyword?limit=25&page=11" }, "next": { - "example": "/product-sorting?limit=25&page=4" + "example": "/product-search-keyword?limit=25&page=4" }, "prev": { - "example": "/product-sorting?limit=25&page=2" + "example": "/product-search-keyword?limit=25&page=2" } } } @@ -49886,7 +49886,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -49901,11 +49901,11 @@ }, "post": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "Create a new Product Sorting resources.", - "description": "Available since: 6.3.2.0", - "operationId": "createProductSorting", + "summary": "Create a new Product Search Keyword resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createProductSearchKeyword", "parameters": [ { "name": "_response", @@ -49924,14 +49924,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } }, "responses": { "200": { - "description": "Detail of ProductSorting", + "description": "Detail of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -49943,7 +49943,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -49958,7 +49958,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -49974,14 +49974,14 @@ } } }, - "/search/product-sorting": { + "/search/product-search-keyword": { "post": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "Search for the Product Sorting resources.", - "description": "Available since: 6.3.2.0", - "operationId": "searchProductSorting", + "summary": "Search for the Product Search Keyword resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchProductSearchKeyword", "parameters": [ { "name": "sw-include-search-info", @@ -50009,7 +50009,7 @@ }, "responses": { "200": { - "description": "List of ProductSorting", + "description": "List of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -50023,7 +50023,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50041,7 +50041,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50058,19 +50058,19 @@ } } }, - "/product-sorting/{id}": { + "/product-search-keyword/{id}": { "get": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "Detailed information about a Product Sorting resource.", - "description": "Available since: 6.3.2.0", - "operationId": "getProductSorting", + "summary": "Detailed information about a Product Search Keyword resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getProductSearchKeyword", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_sorting", + "description": "Identifier for the product_search_keyword", "required": true, "schema": { "type": "string", @@ -50080,7 +50080,7 @@ ], "responses": { "200": { - "description": "Detail of ProductSorting", + "description": "Detail of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -50092,7 +50092,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50107,7 +50107,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50124,16 +50124,16 @@ }, "delete": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "Delete a Product Sorting resource.", - "description": "Available since: 6.3.2.0", - "operationId": "deleteProductSorting", + "summary": "Delete a Product Search Keyword resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteProductSearchKeyword", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_sorting", + "description": "Identifier for the product_search_keyword", "required": true, "schema": { "type": "string", @@ -50164,16 +50164,16 @@ }, "patch": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "Partially update information about a Product Sorting resource.", - "description": "Available since: 6.3.2.0", - "operationId": "updateProductSorting", + "summary": "Partially update information about a Product Search Keyword resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateProductSearchKeyword", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_sorting", + "description": "Identifier for the product_search_keyword", "required": true, "schema": { "type": "string", @@ -50191,18 +50191,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Sorting resource.", + "description": "Partially update information about a Product Search Keyword resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } }, "responses": { "200": { - "description": "Detail of ProductSorting", + "description": "Detail of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -50214,7 +50214,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50229,7 +50229,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50248,14 +50248,14 @@ } } }, - "/aggregate/product-sorting": { + "/aggregate/product-search-keyword": { "post": { "tags": [ - "Product Sorting" + "Product Search Keyword" ], - "summary": "Aggregate for the Product Sorting resources.", + "summary": "Aggregate for the Product Search Keyword resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductSorting", + "operationId": "aggregateProductSearchKeyword", "requestBody": { "required": true, "content": { @@ -50279,7 +50279,7 @@ }, "responses": { "200": { - "description": "List of ProductSorting", + "description": "List of ProductSearchKeyword", "content": { "application/vnd.api+json": { "schema": { @@ -50293,7 +50293,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50311,7 +50311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductSorting" + "$ref": "#/components/schemas/ProductSearchKeyword" } } } @@ -50328,14 +50328,14 @@ } } }, - "/product-stream": { + "/product-sorting": { "get": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "List with basic information of Product Stream resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductStreamList", + "summary": "List with basic information of Product Sorting resources.", + "description": "Available since: 6.3.2.0", + "operationId": "getProductSortingList", "parameters": [ { "name": "limit", @@ -50364,7 +50364,7 @@ ], "responses": { "200": { - "description": "List of Product Stream resources.", + "description": "List of Product Sorting resources.", "content": { "application/vnd.api+json": { "schema": { @@ -50383,7 +50383,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } ] @@ -50397,16 +50397,16 @@ "type": "object", "properties": { "first": { - "example": "/product-stream?limit=25" + "example": "/product-sorting?limit=25" }, "last": { - "example": "/product-stream?limit=25&page=11" + "example": "/product-sorting?limit=25&page=11" }, "next": { - "example": "/product-stream?limit=25&page=4" + "example": "/product-sorting?limit=25&page=4" }, "prev": { - "example": "/product-stream?limit=25&page=2" + "example": "/product-sorting?limit=25&page=2" } } } @@ -50427,7 +50427,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50442,11 +50442,11 @@ }, "post": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "Create a new Product Stream resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createProductStream", + "summary": "Create a new Product Sorting resources.", + "description": "Available since: 6.3.2.0", + "operationId": "createProductSorting", "parameters": [ { "name": "_response", @@ -50465,14 +50465,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } }, "responses": { "200": { - "description": "Detail of ProductStream", + "description": "Detail of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -50484,7 +50484,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50499,7 +50499,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50515,14 +50515,14 @@ } } }, - "/search/product-stream": { + "/search/product-sorting": { "post": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "Search for the Product Stream resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchProductStream", + "summary": "Search for the Product Sorting resources.", + "description": "Available since: 6.3.2.0", + "operationId": "searchProductSorting", "parameters": [ { "name": "sw-include-search-info", @@ -50550,7 +50550,7 @@ }, "responses": { "200": { - "description": "List of ProductStream", + "description": "List of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -50564,7 +50564,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50582,7 +50582,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50599,19 +50599,19 @@ } } }, - "/product-stream/{id}": { + "/product-sorting/{id}": { "get": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "Detailed information about a Product Stream resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getProductStream", + "summary": "Detailed information about a Product Sorting resource.", + "description": "Available since: 6.3.2.0", + "operationId": "getProductSorting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream", + "description": "Identifier for the product_sorting", "required": true, "schema": { "type": "string", @@ -50621,7 +50621,7 @@ ], "responses": { "200": { - "description": "Detail of ProductStream", + "description": "Detail of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -50633,7 +50633,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50648,7 +50648,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50665,16 +50665,16 @@ }, "delete": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "Delete a Product Stream resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteProductStream", + "summary": "Delete a Product Sorting resource.", + "description": "Available since: 6.3.2.0", + "operationId": "deleteProductSorting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream", + "description": "Identifier for the product_sorting", "required": true, "schema": { "type": "string", @@ -50705,16 +50705,16 @@ }, "patch": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "Partially update information about a Product Stream resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateProductStream", + "summary": "Partially update information about a Product Sorting resource.", + "description": "Available since: 6.3.2.0", + "operationId": "updateProductSorting", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream", + "description": "Identifier for the product_sorting", "required": true, "schema": { "type": "string", @@ -50732,18 +50732,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Stream resource.", + "description": "Partially update information about a Product Sorting resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } }, "responses": { "200": { - "description": "Detail of ProductStream", + "description": "Detail of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -50755,7 +50755,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50770,7 +50770,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50789,14 +50789,14 @@ } } }, - "/aggregate/product-stream": { + "/aggregate/product-sorting": { "post": { "tags": [ - "Product Stream" + "Product Sorting" ], - "summary": "Aggregate for the Product Stream resources.", + "summary": "Aggregate for the Product Sorting resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductStream", + "operationId": "aggregateProductSorting", "requestBody": { "required": true, "content": { @@ -50820,7 +50820,7 @@ }, "responses": { "200": { - "description": "List of ProductStream", + "description": "List of ProductSorting", "content": { "application/vnd.api+json": { "schema": { @@ -50834,7 +50834,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50852,7 +50852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStream" + "$ref": "#/components/schemas/ProductSorting" } } } @@ -50869,14 +50869,14 @@ } } }, - "/product-stream-filter": { + "/product-stream": { "get": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "List with basic information of Product Stream Filter resources.", + "summary": "List with basic information of Product Stream resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductStreamFilterList", + "operationId": "getProductStreamList", "parameters": [ { "name": "limit", @@ -50905,7 +50905,7 @@ ], "responses": { "200": { - "description": "List of Product Stream Filter resources.", + "description": "List of Product Stream resources.", "content": { "application/vnd.api+json": { "schema": { @@ -50924,7 +50924,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } ] @@ -50938,16 +50938,16 @@ "type": "object", "properties": { "first": { - "example": "/product-stream-filter?limit=25" + "example": "/product-stream?limit=25" }, "last": { - "example": "/product-stream-filter?limit=25&page=11" + "example": "/product-stream?limit=25&page=11" }, "next": { - "example": "/product-stream-filter?limit=25&page=4" + "example": "/product-stream?limit=25&page=4" }, "prev": { - "example": "/product-stream-filter?limit=25&page=2" + "example": "/product-stream?limit=25&page=2" } } } @@ -50968,7 +50968,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -50983,11 +50983,11 @@ }, "post": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "Create a new Product Stream Filter resources.", + "summary": "Create a new Product Stream resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductStreamFilter", + "operationId": "createProductStream", "parameters": [ { "name": "_response", @@ -51006,14 +51006,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } }, "responses": { "200": { - "description": "Detail of ProductStreamFilter", + "description": "Detail of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -51025,7 +51025,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51040,7 +51040,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51056,14 +51056,14 @@ } } }, - "/search/product-stream-filter": { + "/search/product-stream": { "post": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "Search for the Product Stream Filter resources.", + "summary": "Search for the Product Stream resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductStreamFilter", + "operationId": "searchProductStream", "parameters": [ { "name": "sw-include-search-info", @@ -51091,7 +51091,7 @@ }, "responses": { "200": { - "description": "List of ProductStreamFilter", + "description": "List of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -51105,7 +51105,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51123,7 +51123,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51140,19 +51140,19 @@ } } }, - "/product-stream-filter/{id}": { + "/product-stream/{id}": { "get": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "Detailed information about a Product Stream Filter resource.", + "summary": "Detailed information about a Product Stream resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductStreamFilter", + "operationId": "getProductStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream_filter", + "description": "Identifier for the product_stream", "required": true, "schema": { "type": "string", @@ -51162,7 +51162,7 @@ ], "responses": { "200": { - "description": "Detail of ProductStreamFilter", + "description": "Detail of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -51174,7 +51174,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51189,7 +51189,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51206,16 +51206,16 @@ }, "delete": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "Delete a Product Stream Filter resource.", + "summary": "Delete a Product Stream resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductStreamFilter", + "operationId": "deleteProductStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream_filter", + "description": "Identifier for the product_stream", "required": true, "schema": { "type": "string", @@ -51246,16 +51246,16 @@ }, "patch": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "Partially update information about a Product Stream Filter resource.", + "summary": "Partially update information about a Product Stream resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductStreamFilter", + "operationId": "updateProductStream", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_stream_filter", + "description": "Identifier for the product_stream", "required": true, "schema": { "type": "string", @@ -51273,18 +51273,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Stream Filter resource.", + "description": "Partially update information about a Product Stream resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } }, "responses": { "200": { - "description": "Detail of ProductStreamFilter", + "description": "Detail of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -51296,7 +51296,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51311,7 +51311,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51330,14 +51330,14 @@ } } }, - "/aggregate/product-stream-filter": { + "/aggregate/product-stream": { "post": { "tags": [ - "Product Stream Filter" + "Product Stream" ], - "summary": "Aggregate for the Product Stream Filter resources.", + "summary": "Aggregate for the Product Stream resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductStreamFilter", + "operationId": "aggregateProductStream", "requestBody": { "required": true, "content": { @@ -51361,7 +51361,7 @@ }, "responses": { "200": { - "description": "List of ProductStreamFilter", + "description": "List of ProductStream", "content": { "application/vnd.api+json": { "schema": { @@ -51375,7 +51375,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51393,7 +51393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductStreamFilter" + "$ref": "#/components/schemas/ProductStream" } } } @@ -51410,14 +51410,14 @@ } } }, - "/product-visibility": { + "/product-stream-filter": { "get": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "List with basic information of Product Visibility resources.", + "summary": "List with basic information of Product Stream Filter resources.", "description": "Available since: 6.0.0.0", - "operationId": "getProductVisibilityList", + "operationId": "getProductStreamFilterList", "parameters": [ { "name": "limit", @@ -51446,7 +51446,7 @@ ], "responses": { "200": { - "description": "List of Product Visibility resources.", + "description": "List of Product Stream Filter resources.", "content": { "application/vnd.api+json": { "schema": { @@ -51465,7 +51465,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } ] @@ -51479,16 +51479,16 @@ "type": "object", "properties": { "first": { - "example": "/product-visibility?limit=25" + "example": "/product-stream-filter?limit=25" }, "last": { - "example": "/product-visibility?limit=25&page=11" + "example": "/product-stream-filter?limit=25&page=11" }, "next": { - "example": "/product-visibility?limit=25&page=4" + "example": "/product-stream-filter?limit=25&page=4" }, "prev": { - "example": "/product-visibility?limit=25&page=2" + "example": "/product-stream-filter?limit=25&page=2" } } } @@ -51509,7 +51509,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51524,11 +51524,11 @@ }, "post": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "Create a new Product Visibility resources.", + "summary": "Create a new Product Stream Filter resources.", "description": "Available since: 6.0.0.0", - "operationId": "createProductVisibility", + "operationId": "createProductStreamFilter", "parameters": [ { "name": "_response", @@ -51547,14 +51547,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } }, "responses": { "200": { - "description": "Detail of ProductVisibility", + "description": "Detail of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -51566,7 +51566,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51581,7 +51581,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51597,14 +51597,14 @@ } } }, - "/search/product-visibility": { + "/search/product-stream-filter": { "post": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "Search for the Product Visibility resources.", + "summary": "Search for the Product Stream Filter resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchProductVisibility", + "operationId": "searchProductStreamFilter", "parameters": [ { "name": "sw-include-search-info", @@ -51632,7 +51632,7 @@ }, "responses": { "200": { - "description": "List of ProductVisibility", + "description": "List of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -51646,7 +51646,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51664,7 +51664,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51681,19 +51681,19 @@ } } }, - "/product-visibility/{id}": { + "/product-stream-filter/{id}": { "get": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "Detailed information about a Product Visibility resource.", + "summary": "Detailed information about a Product Stream Filter resource.", "description": "Available since: 6.0.0.0", - "operationId": "getProductVisibility", + "operationId": "getProductStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_visibility", + "description": "Identifier for the product_stream_filter", "required": true, "schema": { "type": "string", @@ -51703,7 +51703,7 @@ ], "responses": { "200": { - "description": "Detail of ProductVisibility", + "description": "Detail of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -51715,7 +51715,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51730,7 +51730,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51747,16 +51747,16 @@ }, "delete": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "Delete a Product Visibility resource.", + "summary": "Delete a Product Stream Filter resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteProductVisibility", + "operationId": "deleteProductStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_visibility", + "description": "Identifier for the product_stream_filter", "required": true, "schema": { "type": "string", @@ -51787,16 +51787,16 @@ }, "patch": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "Partially update information about a Product Visibility resource.", + "summary": "Partially update information about a Product Stream Filter resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateProductVisibility", + "operationId": "updateProductStreamFilter", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the product_visibility", + "description": "Identifier for the product_stream_filter", "required": true, "schema": { "type": "string", @@ -51814,18 +51814,18 @@ } ], "requestBody": { - "description": "Partially update information about a Product Visibility resource.", + "description": "Partially update information about a Product Stream Filter resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } }, "responses": { "200": { - "description": "Detail of ProductVisibility", + "description": "Detail of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -51837,7 +51837,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51852,7 +51852,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51871,14 +51871,14 @@ } } }, - "/aggregate/product-visibility": { + "/aggregate/product-stream-filter": { "post": { "tags": [ - "Product Visibility" + "Product Stream Filter" ], - "summary": "Aggregate for the Product Visibility resources.", + "summary": "Aggregate for the Product Stream Filter resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateProductVisibility", + "operationId": "aggregateProductStreamFilter", "requestBody": { "required": true, "content": { @@ -51902,7 +51902,7 @@ }, "responses": { "200": { - "description": "List of ProductVisibility", + "description": "List of ProductStreamFilter", "content": { "application/vnd.api+json": { "schema": { @@ -51916,7 +51916,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51934,7 +51934,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductVisibility" + "$ref": "#/components/schemas/ProductStreamFilter" } } } @@ -51951,14 +51951,14 @@ } } }, - "/promotion": { + "/product-visibility": { "get": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "List with basic information of Promotion resources.", + "summary": "List with basic information of Product Visibility resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionList", + "operationId": "getProductVisibilityList", "parameters": [ { "name": "limit", @@ -51987,7 +51987,7 @@ ], "responses": { "200": { - "description": "List of Promotion resources.", + "description": "List of Product Visibility resources.", "content": { "application/vnd.api+json": { "schema": { @@ -52006,7 +52006,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } ] @@ -52020,16 +52020,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion?limit=25" + "example": "/product-visibility?limit=25" }, "last": { - "example": "/promotion?limit=25&page=11" + "example": "/product-visibility?limit=25&page=11" }, "next": { - "example": "/promotion?limit=25&page=4" + "example": "/product-visibility?limit=25&page=4" }, "prev": { - "example": "/promotion?limit=25&page=2" + "example": "/product-visibility?limit=25&page=2" } } } @@ -52050,7 +52050,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52065,11 +52065,11 @@ }, "post": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "Create a new Promotion resources.", + "summary": "Create a new Product Visibility resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotion", + "operationId": "createProductVisibility", "parameters": [ { "name": "_response", @@ -52088,14 +52088,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } }, "responses": { "200": { - "description": "Detail of Promotion", + "description": "Detail of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -52107,7 +52107,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52122,7 +52122,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52138,14 +52138,14 @@ } } }, - "/search/promotion": { + "/search/product-visibility": { "post": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "Search for the Promotion resources.", + "summary": "Search for the Product Visibility resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotion", + "operationId": "searchProductVisibility", "parameters": [ { "name": "sw-include-search-info", @@ -52173,7 +52173,7 @@ }, "responses": { "200": { - "description": "List of Promotion", + "description": "List of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -52187,7 +52187,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52205,7 +52205,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52222,19 +52222,19 @@ } } }, - "/promotion/{id}": { + "/product-visibility/{id}": { "get": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "Detailed information about a Promotion resource.", + "summary": "Detailed information about a Product Visibility resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotion", + "operationId": "getProductVisibility", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion", + "description": "Identifier for the product_visibility", "required": true, "schema": { "type": "string", @@ -52244,7 +52244,7 @@ ], "responses": { "200": { - "description": "Detail of Promotion", + "description": "Detail of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -52256,7 +52256,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52271,7 +52271,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52288,16 +52288,16 @@ }, "delete": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "Delete a Promotion resource.", + "summary": "Delete a Product Visibility resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotion", + "operationId": "deleteProductVisibility", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion", + "description": "Identifier for the product_visibility", "required": true, "schema": { "type": "string", @@ -52328,16 +52328,16 @@ }, "patch": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "Partially update information about a Promotion resource.", + "summary": "Partially update information about a Product Visibility resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotion", + "operationId": "updateProductVisibility", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion", + "description": "Identifier for the product_visibility", "required": true, "schema": { "type": "string", @@ -52355,18 +52355,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion resource.", + "description": "Partially update information about a Product Visibility resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } }, "responses": { "200": { - "description": "Detail of Promotion", + "description": "Detail of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -52378,7 +52378,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52393,7 +52393,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52412,14 +52412,14 @@ } } }, - "/aggregate/promotion": { + "/aggregate/product-visibility": { "post": { "tags": [ - "Promotion" + "Product Visibility" ], - "summary": "Aggregate for the Promotion resources.", + "summary": "Aggregate for the Product Visibility resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotion", + "operationId": "aggregateProductVisibility", "requestBody": { "required": true, "content": { @@ -52443,7 +52443,7 @@ }, "responses": { "200": { - "description": "List of Promotion", + "description": "List of ProductVisibility", "content": { "application/vnd.api+json": { "schema": { @@ -52457,7 +52457,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52475,7 +52475,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Promotion" + "$ref": "#/components/schemas/ProductVisibility" } } } @@ -52492,14 +52492,14 @@ } } }, - "/promotion-discount": { + "/promotion": { "get": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "List with basic information of Promotion Discount resources.", + "summary": "List with basic information of Promotion resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscountList", + "operationId": "getPromotionList", "parameters": [ { "name": "limit", @@ -52528,7 +52528,7 @@ ], "responses": { "200": { - "description": "List of Promotion Discount resources.", + "description": "List of Promotion resources.", "content": { "application/vnd.api+json": { "schema": { @@ -52547,7 +52547,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } ] @@ -52561,16 +52561,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-discount?limit=25" + "example": "/promotion?limit=25" }, "last": { - "example": "/promotion-discount?limit=25&page=11" + "example": "/promotion?limit=25&page=11" }, "next": { - "example": "/promotion-discount?limit=25&page=4" + "example": "/promotion?limit=25&page=4" }, "prev": { - "example": "/promotion-discount?limit=25&page=2" + "example": "/promotion?limit=25&page=2" } } } @@ -52591,7 +52591,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52606,11 +52606,11 @@ }, "post": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "Create a new Promotion Discount resources.", + "summary": "Create a new Promotion resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionDiscount", + "operationId": "createPromotion", "parameters": [ { "name": "_response", @@ -52629,14 +52629,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscount", + "description": "Detail of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -52648,7 +52648,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52663,7 +52663,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52679,14 +52679,14 @@ } } }, - "/search/promotion-discount": { + "/search/promotion": { "post": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "Search for the Promotion Discount resources.", + "summary": "Search for the Promotion resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionDiscount", + "operationId": "searchPromotion", "parameters": [ { "name": "sw-include-search-info", @@ -52714,7 +52714,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscount", + "description": "List of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -52728,7 +52728,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52746,7 +52746,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52763,19 +52763,19 @@ } } }, - "/promotion-discount/{id}": { + "/promotion/{id}": { "get": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "Detailed information about a Promotion Discount resource.", + "summary": "Detailed information about a Promotion resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscount", + "operationId": "getPromotion", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount", + "description": "Identifier for the promotion", "required": true, "schema": { "type": "string", @@ -52785,7 +52785,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionDiscount", + "description": "Detail of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -52797,7 +52797,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52812,7 +52812,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52829,16 +52829,16 @@ }, "delete": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "Delete a Promotion Discount resource.", + "summary": "Delete a Promotion resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionDiscount", + "operationId": "deletePromotion", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount", + "description": "Identifier for the promotion", "required": true, "schema": { "type": "string", @@ -52869,16 +52869,16 @@ }, "patch": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "Partially update information about a Promotion Discount resource.", + "summary": "Partially update information about a Promotion resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionDiscount", + "operationId": "updatePromotion", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount", + "description": "Identifier for the promotion", "required": true, "schema": { "type": "string", @@ -52896,18 +52896,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Discount resource.", + "description": "Partially update information about a Promotion resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscount", + "description": "Detail of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -52919,7 +52919,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52934,7 +52934,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -52953,14 +52953,14 @@ } } }, - "/aggregate/promotion-discount": { + "/aggregate/promotion": { "post": { "tags": [ - "Promotion Discount" + "Promotion" ], - "summary": "Aggregate for the Promotion Discount resources.", + "summary": "Aggregate for the Promotion resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionDiscount", + "operationId": "aggregatePromotion", "requestBody": { "required": true, "content": { @@ -52984,7 +52984,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscount", + "description": "List of Promotion", "content": { "application/vnd.api+json": { "schema": { @@ -52998,7 +52998,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -53016,7 +53016,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscount" + "$ref": "#/components/schemas/Promotion" } } } @@ -53033,14 +53033,14 @@ } } }, - "/promotion-discount-prices": { + "/promotion-discount": { "get": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "List with basic information of Promotion Discount Prices resources.", + "summary": "List with basic information of Promotion Discount resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscountPricesList", + "operationId": "getPromotionDiscountList", "parameters": [ { "name": "limit", @@ -53069,7 +53069,7 @@ ], "responses": { "200": { - "description": "List of Promotion Discount Prices resources.", + "description": "List of Promotion Discount resources.", "content": { "application/vnd.api+json": { "schema": { @@ -53088,7 +53088,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } ] @@ -53102,16 +53102,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-discount-prices?limit=25" + "example": "/promotion-discount?limit=25" }, "last": { - "example": "/promotion-discount-prices?limit=25&page=11" + "example": "/promotion-discount?limit=25&page=11" }, "next": { - "example": "/promotion-discount-prices?limit=25&page=4" + "example": "/promotion-discount?limit=25&page=4" }, "prev": { - "example": "/promotion-discount-prices?limit=25&page=2" + "example": "/promotion-discount?limit=25&page=2" } } } @@ -53132,7 +53132,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53147,11 +53147,11 @@ }, "post": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "Create a new Promotion Discount Prices resources.", + "summary": "Create a new Promotion Discount resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionDiscountPrices", + "operationId": "createPromotionDiscount", "parameters": [ { "name": "_response", @@ -53170,14 +53170,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscountPrices", + "description": "Detail of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -53189,7 +53189,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53204,7 +53204,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53220,14 +53220,14 @@ } } }, - "/search/promotion-discount-prices": { + "/search/promotion-discount": { "post": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "Search for the Promotion Discount Prices resources.", + "summary": "Search for the Promotion Discount resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionDiscountPrices", + "operationId": "searchPromotionDiscount", "parameters": [ { "name": "sw-include-search-info", @@ -53255,7 +53255,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscountPrices", + "description": "List of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -53269,7 +53269,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53287,7 +53287,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53304,19 +53304,19 @@ } } }, - "/promotion-discount-prices/{id}": { + "/promotion-discount/{id}": { "get": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "Detailed information about a Promotion Discount Prices resource.", + "summary": "Detailed information about a Promotion Discount resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionDiscountPrices", + "operationId": "getPromotionDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount_prices", + "description": "Identifier for the promotion_discount", "required": true, "schema": { "type": "string", @@ -53326,7 +53326,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionDiscountPrices", + "description": "Detail of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -53338,7 +53338,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53353,7 +53353,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53370,16 +53370,16 @@ }, "delete": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "Delete a Promotion Discount Prices resource.", + "summary": "Delete a Promotion Discount resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionDiscountPrices", + "operationId": "deletePromotionDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount_prices", + "description": "Identifier for the promotion_discount", "required": true, "schema": { "type": "string", @@ -53410,16 +53410,16 @@ }, "patch": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "Partially update information about a Promotion Discount Prices resource.", + "summary": "Partially update information about a Promotion Discount resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionDiscountPrices", + "operationId": "updatePromotionDiscount", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_discount_prices", + "description": "Identifier for the promotion_discount", "required": true, "schema": { "type": "string", @@ -53437,18 +53437,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Discount Prices resource.", + "description": "Partially update information about a Promotion Discount resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } }, "responses": { "200": { - "description": "Detail of PromotionDiscountPrices", + "description": "Detail of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -53460,7 +53460,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53475,7 +53475,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53494,14 +53494,14 @@ } } }, - "/aggregate/promotion-discount-prices": { + "/aggregate/promotion-discount": { "post": { "tags": [ - "Promotion Discount Prices" + "Promotion Discount" ], - "summary": "Aggregate for the Promotion Discount Prices resources.", + "summary": "Aggregate for the Promotion Discount resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionDiscountPrices", + "operationId": "aggregatePromotionDiscount", "requestBody": { "required": true, "content": { @@ -53525,7 +53525,7 @@ }, "responses": { "200": { - "description": "List of PromotionDiscountPrices", + "description": "List of PromotionDiscount", "content": { "application/vnd.api+json": { "schema": { @@ -53539,7 +53539,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53557,7 +53557,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionDiscountPrices" + "$ref": "#/components/schemas/PromotionDiscount" } } } @@ -53574,14 +53574,14 @@ } } }, - "/promotion-individual-code": { + "/promotion-discount-prices": { "get": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "List with basic information of Promotion Individual Code resources.", + "summary": "List with basic information of Promotion Discount Prices resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionIndividualCodeList", + "operationId": "getPromotionDiscountPricesList", "parameters": [ { "name": "limit", @@ -53610,7 +53610,7 @@ ], "responses": { "200": { - "description": "List of Promotion Individual Code resources.", + "description": "List of Promotion Discount Prices resources.", "content": { "application/vnd.api+json": { "schema": { @@ -53629,7 +53629,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } ] @@ -53643,16 +53643,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-individual-code?limit=25" + "example": "/promotion-discount-prices?limit=25" }, "last": { - "example": "/promotion-individual-code?limit=25&page=11" + "example": "/promotion-discount-prices?limit=25&page=11" }, "next": { - "example": "/promotion-individual-code?limit=25&page=4" + "example": "/promotion-discount-prices?limit=25&page=4" }, "prev": { - "example": "/promotion-individual-code?limit=25&page=2" + "example": "/promotion-discount-prices?limit=25&page=2" } } } @@ -53673,7 +53673,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53688,11 +53688,11 @@ }, "post": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "Create a new Promotion Individual Code resources.", + "summary": "Create a new Promotion Discount Prices resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionIndividualCode", + "operationId": "createPromotionDiscountPrices", "parameters": [ { "name": "_response", @@ -53711,14 +53711,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } }, "responses": { "200": { - "description": "Detail of PromotionIndividualCode", + "description": "Detail of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -53730,7 +53730,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53745,7 +53745,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53761,14 +53761,14 @@ } } }, - "/search/promotion-individual-code": { + "/search/promotion-discount-prices": { "post": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "Search for the Promotion Individual Code resources.", + "summary": "Search for the Promotion Discount Prices resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionIndividualCode", + "operationId": "searchPromotionDiscountPrices", "parameters": [ { "name": "sw-include-search-info", @@ -53796,7 +53796,7 @@ }, "responses": { "200": { - "description": "List of PromotionIndividualCode", + "description": "List of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -53810,7 +53810,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53828,7 +53828,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53845,19 +53845,19 @@ } } }, - "/promotion-individual-code/{id}": { + "/promotion-discount-prices/{id}": { "get": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "Detailed information about a Promotion Individual Code resource.", + "summary": "Detailed information about a Promotion Discount Prices resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionIndividualCode", + "operationId": "getPromotionDiscountPrices", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_individual_code", + "description": "Identifier for the promotion_discount_prices", "required": true, "schema": { "type": "string", @@ -53867,7 +53867,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionIndividualCode", + "description": "Detail of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -53879,7 +53879,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53894,7 +53894,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -53911,16 +53911,16 @@ }, "delete": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "Delete a Promotion Individual Code resource.", + "summary": "Delete a Promotion Discount Prices resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionIndividualCode", + "operationId": "deletePromotionDiscountPrices", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_individual_code", + "description": "Identifier for the promotion_discount_prices", "required": true, "schema": { "type": "string", @@ -53951,16 +53951,16 @@ }, "patch": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "Partially update information about a Promotion Individual Code resource.", + "summary": "Partially update information about a Promotion Discount Prices resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionIndividualCode", + "operationId": "updatePromotionDiscountPrices", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_individual_code", + "description": "Identifier for the promotion_discount_prices", "required": true, "schema": { "type": "string", @@ -53978,18 +53978,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Individual Code resource.", + "description": "Partially update information about a Promotion Discount Prices resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } }, "responses": { "200": { - "description": "Detail of PromotionIndividualCode", + "description": "Detail of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -54001,7 +54001,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -54016,7 +54016,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -54035,14 +54035,14 @@ } } }, - "/aggregate/promotion-individual-code": { + "/aggregate/promotion-discount-prices": { "post": { "tags": [ - "Promotion Individual Code" + "Promotion Discount Prices" ], - "summary": "Aggregate for the Promotion Individual Code resources.", + "summary": "Aggregate for the Promotion Discount Prices resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionIndividualCode", + "operationId": "aggregatePromotionDiscountPrices", "requestBody": { "required": true, "content": { @@ -54066,7 +54066,7 @@ }, "responses": { "200": { - "description": "List of PromotionIndividualCode", + "description": "List of PromotionDiscountPrices", "content": { "application/vnd.api+json": { "schema": { @@ -54080,7 +54080,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -54098,7 +54098,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionIndividualCode" + "$ref": "#/components/schemas/PromotionDiscountPrices" } } } @@ -54115,14 +54115,14 @@ } } }, - "/promotion-sales-channel": { + "/promotion-individual-code": { "get": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "List with basic information of Promotion Sales Channel resources.", + "summary": "List with basic information of Promotion Individual Code resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSalesChannelList", + "operationId": "getPromotionIndividualCodeList", "parameters": [ { "name": "limit", @@ -54151,7 +54151,7 @@ ], "responses": { "200": { - "description": "List of Promotion Sales Channel resources.", + "description": "List of Promotion Individual Code resources.", "content": { "application/vnd.api+json": { "schema": { @@ -54170,7 +54170,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } ] @@ -54184,16 +54184,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-sales-channel?limit=25" + "example": "/promotion-individual-code?limit=25" }, "last": { - "example": "/promotion-sales-channel?limit=25&page=11" + "example": "/promotion-individual-code?limit=25&page=11" }, "next": { - "example": "/promotion-sales-channel?limit=25&page=4" + "example": "/promotion-individual-code?limit=25&page=4" }, "prev": { - "example": "/promotion-sales-channel?limit=25&page=2" + "example": "/promotion-individual-code?limit=25&page=2" } } } @@ -54214,7 +54214,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54229,11 +54229,11 @@ }, "post": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "Create a new Promotion Sales Channel resources.", + "summary": "Create a new Promotion Individual Code resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionSalesChannel", + "operationId": "createPromotionIndividualCode", "parameters": [ { "name": "_response", @@ -54252,14 +54252,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } }, "responses": { "200": { - "description": "Detail of PromotionSalesChannel", + "description": "Detail of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -54271,7 +54271,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54286,7 +54286,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54302,14 +54302,14 @@ } } }, - "/search/promotion-sales-channel": { + "/search/promotion-individual-code": { "post": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "Search for the Promotion Sales Channel resources.", + "summary": "Search for the Promotion Individual Code resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionSalesChannel", + "operationId": "searchPromotionIndividualCode", "parameters": [ { "name": "sw-include-search-info", @@ -54337,7 +54337,7 @@ }, "responses": { "200": { - "description": "List of PromotionSalesChannel", + "description": "List of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -54351,7 +54351,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54369,7 +54369,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54386,19 +54386,19 @@ } } }, - "/promotion-sales-channel/{id}": { + "/promotion-individual-code/{id}": { "get": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "Detailed information about a Promotion Sales Channel resource.", + "summary": "Detailed information about a Promotion Individual Code resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSalesChannel", + "operationId": "getPromotionIndividualCode", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_sales_channel", + "description": "Identifier for the promotion_individual_code", "required": true, "schema": { "type": "string", @@ -54408,7 +54408,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionSalesChannel", + "description": "Detail of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -54420,7 +54420,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54435,7 +54435,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54452,16 +54452,16 @@ }, "delete": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "Delete a Promotion Sales Channel resource.", + "summary": "Delete a Promotion Individual Code resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionSalesChannel", + "operationId": "deletePromotionIndividualCode", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_sales_channel", + "description": "Identifier for the promotion_individual_code", "required": true, "schema": { "type": "string", @@ -54492,16 +54492,16 @@ }, "patch": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "Partially update information about a Promotion Sales Channel resource.", + "summary": "Partially update information about a Promotion Individual Code resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionSalesChannel", + "operationId": "updatePromotionIndividualCode", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_sales_channel", + "description": "Identifier for the promotion_individual_code", "required": true, "schema": { "type": "string", @@ -54519,18 +54519,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Sales Channel resource.", + "description": "Partially update information about a Promotion Individual Code resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } }, "responses": { "200": { - "description": "Detail of PromotionSalesChannel", + "description": "Detail of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -54542,7 +54542,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54557,7 +54557,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54576,14 +54576,14 @@ } } }, - "/aggregate/promotion-sales-channel": { + "/aggregate/promotion-individual-code": { "post": { "tags": [ - "Promotion Sales Channel" + "Promotion Individual Code" ], - "summary": "Aggregate for the Promotion Sales Channel resources.", + "summary": "Aggregate for the Promotion Individual Code resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionSalesChannel", + "operationId": "aggregatePromotionIndividualCode", "requestBody": { "required": true, "content": { @@ -54607,7 +54607,7 @@ }, "responses": { "200": { - "description": "List of PromotionSalesChannel", + "description": "List of PromotionIndividualCode", "content": { "application/vnd.api+json": { "schema": { @@ -54621,7 +54621,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54639,7 +54639,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSalesChannel" + "$ref": "#/components/schemas/PromotionIndividualCode" } } } @@ -54656,14 +54656,14 @@ } } }, - "/promotion-setgroup": { + "/promotion-sales-channel": { "get": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "List with basic information of Promotion Setgroup resources.", + "summary": "List with basic information of Promotion Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSetgroupList", + "operationId": "getPromotionSalesChannelList", "parameters": [ { "name": "limit", @@ -54692,7 +54692,7 @@ ], "responses": { "200": { - "description": "List of Promotion Setgroup resources.", + "description": "List of Promotion Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -54711,7 +54711,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } ] @@ -54725,16 +54725,16 @@ "type": "object", "properties": { "first": { - "example": "/promotion-setgroup?limit=25" + "example": "/promotion-sales-channel?limit=25" }, "last": { - "example": "/promotion-setgroup?limit=25&page=11" + "example": "/promotion-sales-channel?limit=25&page=11" }, "next": { - "example": "/promotion-setgroup?limit=25&page=4" + "example": "/promotion-sales-channel?limit=25&page=4" }, "prev": { - "example": "/promotion-setgroup?limit=25&page=2" + "example": "/promotion-sales-channel?limit=25&page=2" } } } @@ -54755,7 +54755,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54770,11 +54770,11 @@ }, "post": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "Create a new Promotion Setgroup resources.", + "summary": "Create a new Promotion Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPromotionSetgroup", + "operationId": "createPromotionSalesChannel", "parameters": [ { "name": "_response", @@ -54793,14 +54793,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of PromotionSetgroup", + "description": "Detail of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -54812,7 +54812,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54827,7 +54827,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54843,14 +54843,14 @@ } } }, - "/search/promotion-setgroup": { + "/search/promotion-sales-channel": { "post": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "Search for the Promotion Setgroup resources.", + "summary": "Search for the Promotion Sales Channel resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPromotionSetgroup", + "operationId": "searchPromotionSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -54878,7 +54878,7 @@ }, "responses": { "200": { - "description": "List of PromotionSetgroup", + "description": "List of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -54892,7 +54892,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54910,7 +54910,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54927,19 +54927,19 @@ } } }, - "/promotion-setgroup/{id}": { + "/promotion-sales-channel/{id}": { "get": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "Detailed information about a Promotion Setgroup resource.", + "summary": "Detailed information about a Promotion Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPromotionSetgroup", + "operationId": "getPromotionSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_setgroup", + "description": "Identifier for the promotion_sales_channel", "required": true, "schema": { "type": "string", @@ -54949,7 +54949,7 @@ ], "responses": { "200": { - "description": "Detail of PromotionSetgroup", + "description": "Detail of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -54961,7 +54961,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54976,7 +54976,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -54993,16 +54993,16 @@ }, "delete": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "Delete a Promotion Setgroup resource.", + "summary": "Delete a Promotion Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePromotionSetgroup", + "operationId": "deletePromotionSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_setgroup", + "description": "Identifier for the promotion_sales_channel", "required": true, "schema": { "type": "string", @@ -55033,16 +55033,16 @@ }, "patch": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "Partially update information about a Promotion Setgroup resource.", + "summary": "Partially update information about a Promotion Sales Channel resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePromotionSetgroup", + "operationId": "updatePromotionSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the promotion_setgroup", + "description": "Identifier for the promotion_sales_channel", "required": true, "schema": { "type": "string", @@ -55060,18 +55060,18 @@ } ], "requestBody": { - "description": "Partially update information about a Promotion Setgroup resource.", + "description": "Partially update information about a Promotion Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } }, "responses": { "200": { - "description": "Detail of PromotionSetgroup", + "description": "Detail of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -55083,7 +55083,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -55098,7 +55098,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -55117,14 +55117,14 @@ } } }, - "/aggregate/promotion-setgroup": { + "/aggregate/promotion-sales-channel": { "post": { "tags": [ - "Promotion Setgroup" + "Promotion Sales Channel" ], - "summary": "Aggregate for the Promotion Setgroup resources.", + "summary": "Aggregate for the Promotion Sales Channel resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePromotionSetgroup", + "operationId": "aggregatePromotionSalesChannel", "requestBody": { "required": true, "content": { @@ -55148,7 +55148,7 @@ }, "responses": { "200": { - "description": "List of PromotionSetgroup", + "description": "List of PromotionSalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -55162,7 +55162,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -55180,7 +55180,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PromotionSetgroup" + "$ref": "#/components/schemas/PromotionSalesChannel" } } } @@ -55197,14 +55197,14 @@ } } }, - "/property-group": { + "/promotion-setgroup": { "get": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "List with basic information of Property Group resources.", + "summary": "List with basic information of Promotion Setgroup resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroupList", + "operationId": "getPromotionSetgroupList", "parameters": [ { "name": "limit", @@ -55233,7 +55233,7 @@ ], "responses": { "200": { - "description": "List of Property Group resources.", + "description": "List of Promotion Setgroup resources.", "content": { "application/vnd.api+json": { "schema": { @@ -55252,7 +55252,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } ] @@ -55266,16 +55266,16 @@ "type": "object", "properties": { "first": { - "example": "/property-group?limit=25" + "example": "/promotion-setgroup?limit=25" }, "last": { - "example": "/property-group?limit=25&page=11" + "example": "/promotion-setgroup?limit=25&page=11" }, "next": { - "example": "/property-group?limit=25&page=4" + "example": "/promotion-setgroup?limit=25&page=4" }, "prev": { - "example": "/property-group?limit=25&page=2" + "example": "/promotion-setgroup?limit=25&page=2" } } } @@ -55296,7 +55296,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55311,11 +55311,11 @@ }, "post": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "Create a new Property Group resources.", + "summary": "Create a new Promotion Setgroup resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPropertyGroup", + "operationId": "createPromotionSetgroup", "parameters": [ { "name": "_response", @@ -55334,14 +55334,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroup", + "description": "Detail of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -55353,7 +55353,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55368,7 +55368,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55384,14 +55384,14 @@ } } }, - "/search/property-group": { + "/search/promotion-setgroup": { "post": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "Search for the Property Group resources.", + "summary": "Search for the Promotion Setgroup resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPropertyGroup", + "operationId": "searchPromotionSetgroup", "parameters": [ { "name": "sw-include-search-info", @@ -55419,7 +55419,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroup", + "description": "List of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -55433,7 +55433,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55451,7 +55451,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55468,19 +55468,19 @@ } } }, - "/property-group/{id}": { + "/promotion-setgroup/{id}": { "get": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "Detailed information about a Property Group resource.", + "summary": "Detailed information about a Promotion Setgroup resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroup", + "operationId": "getPromotionSetgroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group", + "description": "Identifier for the promotion_setgroup", "required": true, "schema": { "type": "string", @@ -55490,7 +55490,7 @@ ], "responses": { "200": { - "description": "Detail of PropertyGroup", + "description": "Detail of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -55502,7 +55502,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55517,7 +55517,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55534,16 +55534,16 @@ }, "delete": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "Delete a Property Group resource.", + "summary": "Delete a Promotion Setgroup resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePropertyGroup", + "operationId": "deletePromotionSetgroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group", + "description": "Identifier for the promotion_setgroup", "required": true, "schema": { "type": "string", @@ -55574,16 +55574,16 @@ }, "patch": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "Partially update information about a Property Group resource.", + "summary": "Partially update information about a Promotion Setgroup resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePropertyGroup", + "operationId": "updatePromotionSetgroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group", + "description": "Identifier for the promotion_setgroup", "required": true, "schema": { "type": "string", @@ -55601,18 +55601,18 @@ } ], "requestBody": { - "description": "Partially update information about a Property Group resource.", + "description": "Partially update information about a Promotion Setgroup resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroup", + "description": "Detail of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -55624,7 +55624,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55639,7 +55639,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55658,14 +55658,14 @@ } } }, - "/aggregate/property-group": { + "/aggregate/promotion-setgroup": { "post": { "tags": [ - "Property Group" + "Promotion Setgroup" ], - "summary": "Aggregate for the Property Group resources.", + "summary": "Aggregate for the Promotion Setgroup resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePropertyGroup", + "operationId": "aggregatePromotionSetgroup", "requestBody": { "required": true, "content": { @@ -55689,7 +55689,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroup", + "description": "List of PromotionSetgroup", "content": { "application/vnd.api+json": { "schema": { @@ -55703,7 +55703,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55721,7 +55721,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroup" + "$ref": "#/components/schemas/PromotionSetgroup" } } } @@ -55738,14 +55738,14 @@ } } }, - "/property-group-option": { + "/property-group": { "get": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "List with basic information of Property Group Option resources.", + "summary": "List with basic information of Property Group resources.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroupOptionList", + "operationId": "getPropertyGroupList", "parameters": [ { "name": "limit", @@ -55774,7 +55774,7 @@ ], "responses": { "200": { - "description": "List of Property Group Option resources.", + "description": "List of Property Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -55793,7 +55793,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } ] @@ -55807,16 +55807,16 @@ "type": "object", "properties": { "first": { - "example": "/property-group-option?limit=25" + "example": "/property-group?limit=25" }, "last": { - "example": "/property-group-option?limit=25&page=11" + "example": "/property-group?limit=25&page=11" }, "next": { - "example": "/property-group-option?limit=25&page=4" + "example": "/property-group?limit=25&page=4" }, "prev": { - "example": "/property-group-option?limit=25&page=2" + "example": "/property-group?limit=25&page=2" } } } @@ -55837,7 +55837,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -55852,11 +55852,11 @@ }, "post": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "Create a new Property Group Option resources.", + "summary": "Create a new Property Group resources.", "description": "Available since: 6.0.0.0", - "operationId": "createPropertyGroupOption", + "operationId": "createPropertyGroup", "parameters": [ { "name": "_response", @@ -55875,14 +55875,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroupOption", + "description": "Detail of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -55894,7 +55894,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -55909,7 +55909,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -55925,14 +55925,14 @@ } } }, - "/search/property-group-option": { + "/search/property-group": { "post": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "Search for the Property Group Option resources.", + "summary": "Search for the Property Group resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchPropertyGroupOption", + "operationId": "searchPropertyGroup", "parameters": [ { "name": "sw-include-search-info", @@ -55960,7 +55960,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroupOption", + "description": "List of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -55974,7 +55974,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -55992,7 +55992,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56009,19 +56009,19 @@ } } }, - "/property-group-option/{id}": { + "/property-group/{id}": { "get": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "Detailed information about a Property Group Option resource.", + "summary": "Detailed information about a Property Group resource.", "description": "Available since: 6.0.0.0", - "operationId": "getPropertyGroupOption", + "operationId": "getPropertyGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group_option", + "description": "Identifier for the property_group", "required": true, "schema": { "type": "string", @@ -56031,7 +56031,7 @@ ], "responses": { "200": { - "description": "Detail of PropertyGroupOption", + "description": "Detail of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -56043,7 +56043,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56058,7 +56058,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56075,16 +56075,16 @@ }, "delete": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "Delete a Property Group Option resource.", + "summary": "Delete a Property Group resource.", "description": "Available since: 6.0.0.0", - "operationId": "deletePropertyGroupOption", + "operationId": "deletePropertyGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group_option", + "description": "Identifier for the property_group", "required": true, "schema": { "type": "string", @@ -56115,16 +56115,16 @@ }, "patch": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "Partially update information about a Property Group Option resource.", + "summary": "Partially update information about a Property Group resource.", "description": "Available since: 6.0.0.0", - "operationId": "updatePropertyGroupOption", + "operationId": "updatePropertyGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the property_group_option", + "description": "Identifier for the property_group", "required": true, "schema": { "type": "string", @@ -56142,18 +56142,18 @@ } ], "requestBody": { - "description": "Partially update information about a Property Group Option resource.", + "description": "Partially update information about a Property Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } }, "responses": { "200": { - "description": "Detail of PropertyGroupOption", + "description": "Detail of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -56165,7 +56165,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56180,7 +56180,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56199,14 +56199,14 @@ } } }, - "/aggregate/property-group-option": { + "/aggregate/property-group": { "post": { "tags": [ - "Property Group Option" + "Property Group" ], - "summary": "Aggregate for the Property Group Option resources.", + "summary": "Aggregate for the Property Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregatePropertyGroupOption", + "operationId": "aggregatePropertyGroup", "requestBody": { "required": true, "content": { @@ -56230,7 +56230,7 @@ }, "responses": { "200": { - "description": "List of PropertyGroupOption", + "description": "List of PropertyGroup", "content": { "application/vnd.api+json": { "schema": { @@ -56244,7 +56244,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56262,7 +56262,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/PropertyGroupOption" + "$ref": "#/components/schemas/PropertyGroup" } } } @@ -56279,14 +56279,14 @@ } } }, - "/rule": { + "/property-group-option": { "get": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "List with basic information of Rule resources.", + "summary": "List with basic information of Property Group Option resources.", "description": "Available since: 6.0.0.0", - "operationId": "getRuleList", + "operationId": "getPropertyGroupOptionList", "parameters": [ { "name": "limit", @@ -56315,7 +56315,7 @@ ], "responses": { "200": { - "description": "List of Rule resources.", + "description": "List of Property Group Option resources.", "content": { "application/vnd.api+json": { "schema": { @@ -56334,7 +56334,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } ] @@ -56348,16 +56348,16 @@ "type": "object", "properties": { "first": { - "example": "/rule?limit=25" + "example": "/property-group-option?limit=25" }, "last": { - "example": "/rule?limit=25&page=11" + "example": "/property-group-option?limit=25&page=11" }, "next": { - "example": "/rule?limit=25&page=4" + "example": "/property-group-option?limit=25&page=4" }, "prev": { - "example": "/rule?limit=25&page=2" + "example": "/property-group-option?limit=25&page=2" } } } @@ -56378,7 +56378,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56393,11 +56393,11 @@ }, "post": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "Create a new Rule resources.", + "summary": "Create a new Property Group Option resources.", "description": "Available since: 6.0.0.0", - "operationId": "createRule", + "operationId": "createPropertyGroupOption", "parameters": [ { "name": "_response", @@ -56416,14 +56416,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } }, "responses": { "200": { - "description": "Detail of Rule", + "description": "Detail of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -56435,7 +56435,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56450,7 +56450,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56466,14 +56466,14 @@ } } }, - "/search/rule": { + "/search/property-group-option": { "post": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "Search for the Rule resources.", + "summary": "Search for the Property Group Option resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchRule", + "operationId": "searchPropertyGroupOption", "parameters": [ { "name": "sw-include-search-info", @@ -56501,7 +56501,7 @@ }, "responses": { "200": { - "description": "List of Rule", + "description": "List of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -56515,7 +56515,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56533,7 +56533,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56550,19 +56550,19 @@ } } }, - "/rule/{id}": { + "/property-group-option/{id}": { "get": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "Detailed information about a Rule resource.", + "summary": "Detailed information about a Property Group Option resource.", "description": "Available since: 6.0.0.0", - "operationId": "getRule", + "operationId": "getPropertyGroupOption", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule", + "description": "Identifier for the property_group_option", "required": true, "schema": { "type": "string", @@ -56572,7 +56572,7 @@ ], "responses": { "200": { - "description": "Detail of Rule", + "description": "Detail of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -56584,7 +56584,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56599,7 +56599,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56616,16 +56616,16 @@ }, "delete": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "Delete a Rule resource.", + "summary": "Delete a Property Group Option resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteRule", + "operationId": "deletePropertyGroupOption", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule", + "description": "Identifier for the property_group_option", "required": true, "schema": { "type": "string", @@ -56656,16 +56656,16 @@ }, "patch": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "Partially update information about a Rule resource.", + "summary": "Partially update information about a Property Group Option resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateRule", + "operationId": "updatePropertyGroupOption", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule", + "description": "Identifier for the property_group_option", "required": true, "schema": { "type": "string", @@ -56683,18 +56683,18 @@ } ], "requestBody": { - "description": "Partially update information about a Rule resource.", + "description": "Partially update information about a Property Group Option resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } }, "responses": { "200": { - "description": "Detail of Rule", + "description": "Detail of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -56706,7 +56706,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56721,7 +56721,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56740,14 +56740,14 @@ } } }, - "/aggregate/rule": { + "/aggregate/property-group-option": { "post": { "tags": [ - "Rule" + "Property Group Option" ], - "summary": "Aggregate for the Rule resources.", + "summary": "Aggregate for the Property Group Option resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateRule", + "operationId": "aggregatePropertyGroupOption", "requestBody": { "required": true, "content": { @@ -56771,7 +56771,7 @@ }, "responses": { "200": { - "description": "List of Rule", + "description": "List of PropertyGroupOption", "content": { "application/vnd.api+json": { "schema": { @@ -56785,7 +56785,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56803,7 +56803,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Rule" + "$ref": "#/components/schemas/PropertyGroupOption" } } } @@ -56820,14 +56820,14 @@ } } }, - "/rule-condition": { + "/rule": { "get": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "List with basic information of Rule Condition resources.", + "summary": "List with basic information of Rule resources.", "description": "Available since: 6.0.0.0", - "operationId": "getRuleConditionList", + "operationId": "getRuleList", "parameters": [ { "name": "limit", @@ -56856,7 +56856,7 @@ ], "responses": { "200": { - "description": "List of Rule Condition resources.", + "description": "List of Rule resources.", "content": { "application/vnd.api+json": { "schema": { @@ -56875,7 +56875,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } ] @@ -56889,16 +56889,16 @@ "type": "object", "properties": { "first": { - "example": "/rule-condition?limit=25" + "example": "/rule?limit=25" }, "last": { - "example": "/rule-condition?limit=25&page=11" + "example": "/rule?limit=25&page=11" }, "next": { - "example": "/rule-condition?limit=25&page=4" + "example": "/rule?limit=25&page=4" }, "prev": { - "example": "/rule-condition?limit=25&page=2" + "example": "/rule?limit=25&page=2" } } } @@ -56919,7 +56919,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -56934,11 +56934,11 @@ }, "post": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "Create a new Rule Condition resources.", + "summary": "Create a new Rule resources.", "description": "Available since: 6.0.0.0", - "operationId": "createRuleCondition", + "operationId": "createRule", "parameters": [ { "name": "_response", @@ -56957,14 +56957,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } }, "responses": { "200": { - "description": "Detail of RuleCondition", + "description": "Detail of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -56976,7 +56976,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -56991,7 +56991,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57007,14 +57007,14 @@ } } }, - "/search/rule-condition": { + "/search/rule": { "post": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "Search for the Rule Condition resources.", + "summary": "Search for the Rule resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchRuleCondition", + "operationId": "searchRule", "parameters": [ { "name": "sw-include-search-info", @@ -57042,7 +57042,7 @@ }, "responses": { "200": { - "description": "List of RuleCondition", + "description": "List of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -57056,7 +57056,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57074,7 +57074,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57091,19 +57091,19 @@ } } }, - "/rule-condition/{id}": { + "/rule/{id}": { "get": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "Detailed information about a Rule Condition resource.", + "summary": "Detailed information about a Rule resource.", "description": "Available since: 6.0.0.0", - "operationId": "getRuleCondition", + "operationId": "getRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule_condition", + "description": "Identifier for the rule", "required": true, "schema": { "type": "string", @@ -57113,7 +57113,7 @@ ], "responses": { "200": { - "description": "Detail of RuleCondition", + "description": "Detail of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -57125,7 +57125,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57140,7 +57140,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57157,16 +57157,16 @@ }, "delete": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "Delete a Rule Condition resource.", + "summary": "Delete a Rule resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteRuleCondition", + "operationId": "deleteRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule_condition", + "description": "Identifier for the rule", "required": true, "schema": { "type": "string", @@ -57197,16 +57197,16 @@ }, "patch": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "Partially update information about a Rule Condition resource.", + "summary": "Partially update information about a Rule resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateRuleCondition", + "operationId": "updateRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the rule_condition", + "description": "Identifier for the rule", "required": true, "schema": { "type": "string", @@ -57224,18 +57224,18 @@ } ], "requestBody": { - "description": "Partially update information about a Rule Condition resource.", + "description": "Partially update information about a Rule resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } }, "responses": { "200": { - "description": "Detail of RuleCondition", + "description": "Detail of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -57247,7 +57247,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57262,7 +57262,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57281,14 +57281,14 @@ } } }, - "/aggregate/rule-condition": { + "/aggregate/rule": { "post": { "tags": [ - "Rule Condition" + "Rule" ], - "summary": "Aggregate for the Rule Condition resources.", + "summary": "Aggregate for the Rule resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateRuleCondition", + "operationId": "aggregateRule", "requestBody": { "required": true, "content": { @@ -57312,7 +57312,7 @@ }, "responses": { "200": { - "description": "List of RuleCondition", + "description": "List of Rule", "content": { "application/vnd.api+json": { "schema": { @@ -57326,7 +57326,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57344,7 +57344,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/RuleCondition" + "$ref": "#/components/schemas/Rule" } } } @@ -57361,14 +57361,14 @@ } } }, - "/sales-channel": { + "/rule-condition": { "get": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "List with basic information of Sales Channel resources.", + "summary": "List with basic information of Rule Condition resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelList", + "operationId": "getRuleConditionList", "parameters": [ { "name": "limit", @@ -57397,7 +57397,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel resources.", + "description": "List of Rule Condition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -57416,7 +57416,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } ] @@ -57430,16 +57430,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel?limit=25" + "example": "/rule-condition?limit=25" }, "last": { - "example": "/sales-channel?limit=25&page=11" + "example": "/rule-condition?limit=25&page=11" }, "next": { - "example": "/sales-channel?limit=25&page=4" + "example": "/rule-condition?limit=25&page=4" }, "prev": { - "example": "/sales-channel?limit=25&page=2" + "example": "/rule-condition?limit=25&page=2" } } } @@ -57460,7 +57460,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57475,11 +57475,11 @@ }, "post": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "Create a new Sales Channel resources.", + "summary": "Create a new Rule Condition resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSalesChannel", + "operationId": "createRuleCondition", "parameters": [ { "name": "_response", @@ -57498,14 +57498,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } }, "responses": { "200": { - "description": "Detail of SalesChannel", + "description": "Detail of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -57517,7 +57517,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57532,7 +57532,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57548,14 +57548,14 @@ } } }, - "/search/sales-channel": { + "/search/rule-condition": { "post": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "Search for the Sales Channel resources.", + "summary": "Search for the Rule Condition resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSalesChannel", + "operationId": "searchRuleCondition", "parameters": [ { "name": "sw-include-search-info", @@ -57583,7 +57583,7 @@ }, "responses": { "200": { - "description": "List of SalesChannel", + "description": "List of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -57597,7 +57597,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57615,7 +57615,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57632,19 +57632,19 @@ } } }, - "/sales-channel/{id}": { + "/rule-condition/{id}": { "get": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "Detailed information about a Sales Channel resource.", + "summary": "Detailed information about a Rule Condition resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannel", + "operationId": "getRuleCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel", + "description": "Identifier for the rule_condition", "required": true, "schema": { "type": "string", @@ -57654,7 +57654,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannel", + "description": "Detail of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -57666,7 +57666,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57681,7 +57681,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57698,16 +57698,16 @@ }, "delete": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "Delete a Sales Channel resource.", + "summary": "Delete a Rule Condition resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSalesChannel", + "operationId": "deleteRuleCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel", + "description": "Identifier for the rule_condition", "required": true, "schema": { "type": "string", @@ -57738,16 +57738,16 @@ }, "patch": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "Partially update information about a Sales Channel resource.", + "summary": "Partially update information about a Rule Condition resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSalesChannel", + "operationId": "updateRuleCondition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel", + "description": "Identifier for the rule_condition", "required": true, "schema": { "type": "string", @@ -57765,18 +57765,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel resource.", + "description": "Partially update information about a Rule Condition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } }, "responses": { "200": { - "description": "Detail of SalesChannel", + "description": "Detail of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -57788,7 +57788,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57803,7 +57803,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57822,14 +57822,14 @@ } } }, - "/aggregate/sales-channel": { + "/aggregate/rule-condition": { "post": { "tags": [ - "Sales Channel" + "Rule Condition" ], - "summary": "Aggregate for the Sales Channel resources.", + "summary": "Aggregate for the Rule Condition resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannel", + "operationId": "aggregateRuleCondition", "requestBody": { "required": true, "content": { @@ -57853,7 +57853,7 @@ }, "responses": { "200": { - "description": "List of SalesChannel", + "description": "List of RuleCondition", "content": { "application/vnd.api+json": { "schema": { @@ -57867,7 +57867,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57885,7 +57885,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannel" + "$ref": "#/components/schemas/RuleCondition" } } } @@ -57902,14 +57902,14 @@ } } }, - "/sales-channel-analytics": { + "/sales-channel": { "get": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "List with basic information of Sales Channel Analytics resources.", - "description": "Available since: 6.2.0.0", - "operationId": "getSalesChannelAnalyticsList", + "summary": "List with basic information of Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getSalesChannelList", "parameters": [ { "name": "limit", @@ -57938,7 +57938,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Analytics resources.", + "description": "List of Sales Channel resources.", "content": { "application/vnd.api+json": { "schema": { @@ -57957,7 +57957,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } ] @@ -57971,16 +57971,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-analytics?limit=25" + "example": "/sales-channel?limit=25" }, "last": { - "example": "/sales-channel-analytics?limit=25&page=11" + "example": "/sales-channel?limit=25&page=11" }, "next": { - "example": "/sales-channel-analytics?limit=25&page=4" + "example": "/sales-channel?limit=25&page=4" }, "prev": { - "example": "/sales-channel-analytics?limit=25&page=2" + "example": "/sales-channel?limit=25&page=2" } } } @@ -58001,7 +58001,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58016,11 +58016,11 @@ }, "post": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "Create a new Sales Channel Analytics resources.", - "description": "Available since: 6.2.0.0", - "operationId": "createSalesChannelAnalytics", + "summary": "Create a new Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createSalesChannel", "parameters": [ { "name": "_response", @@ -58039,14 +58039,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelAnalytics", + "description": "Detail of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -58058,7 +58058,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58073,7 +58073,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58089,14 +58089,14 @@ } } }, - "/search/sales-channel-analytics": { + "/search/sales-channel": { "post": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "Search for the Sales Channel Analytics resources.", - "description": "Available since: 6.2.0.0", - "operationId": "searchSalesChannelAnalytics", + "summary": "Search for the Sales Channel resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchSalesChannel", "parameters": [ { "name": "sw-include-search-info", @@ -58124,7 +58124,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelAnalytics", + "description": "List of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -58138,7 +58138,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58156,7 +58156,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58173,19 +58173,19 @@ } } }, - "/sales-channel-analytics/{id}": { + "/sales-channel/{id}": { "get": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "Detailed information about a Sales Channel Analytics resource.", - "description": "Available since: 6.2.0.0", - "operationId": "getSalesChannelAnalytics", + "summary": "Detailed information about a Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_analytics", + "description": "Identifier for the sales_channel", "required": true, "schema": { "type": "string", @@ -58195,7 +58195,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelAnalytics", + "description": "Detail of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -58207,7 +58207,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58222,7 +58222,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58239,16 +58239,16 @@ }, "delete": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "Delete a Sales Channel Analytics resource.", - "description": "Available since: 6.2.0.0", - "operationId": "deleteSalesChannelAnalytics", + "summary": "Delete a Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_analytics", + "description": "Identifier for the sales_channel", "required": true, "schema": { "type": "string", @@ -58279,16 +58279,16 @@ }, "patch": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "Partially update information about a Sales Channel Analytics resource.", - "description": "Available since: 6.2.0.0", - "operationId": "updateSalesChannelAnalytics", + "summary": "Partially update information about a Sales Channel resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateSalesChannel", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_analytics", + "description": "Identifier for the sales_channel", "required": true, "schema": { "type": "string", @@ -58306,18 +58306,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Analytics resource.", + "description": "Partially update information about a Sales Channel resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelAnalytics", + "description": "Detail of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -58329,7 +58329,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58344,7 +58344,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58363,14 +58363,14 @@ } } }, - "/aggregate/sales-channel-analytics": { + "/aggregate/sales-channel": { "post": { "tags": [ - "Sales Channel Analytics" + "Sales Channel" ], - "summary": "Aggregate for the Sales Channel Analytics resources.", + "summary": "Aggregate for the Sales Channel resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelAnalytics", + "operationId": "aggregateSalesChannel", "requestBody": { "required": true, "content": { @@ -58394,7 +58394,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelAnalytics", + "description": "List of SalesChannel", "content": { "application/vnd.api+json": { "schema": { @@ -58408,7 +58408,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58426,7 +58426,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelAnalytics" + "$ref": "#/components/schemas/SalesChannel" } } } @@ -58443,14 +58443,14 @@ } } }, - "/sales-channel-domain": { + "/sales-channel-analytics": { "get": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "List with basic information of Sales Channel Domain resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelDomainList", + "summary": "List with basic information of Sales Channel Analytics resources.", + "description": "Available since: 6.2.0.0", + "operationId": "getSalesChannelAnalyticsList", "parameters": [ { "name": "limit", @@ -58479,7 +58479,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Domain resources.", + "description": "List of Sales Channel Analytics resources.", "content": { "application/vnd.api+json": { "schema": { @@ -58498,7 +58498,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } ] @@ -58512,16 +58512,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-domain?limit=25" + "example": "/sales-channel-analytics?limit=25" }, "last": { - "example": "/sales-channel-domain?limit=25&page=11" + "example": "/sales-channel-analytics?limit=25&page=11" }, "next": { - "example": "/sales-channel-domain?limit=25&page=4" + "example": "/sales-channel-analytics?limit=25&page=4" }, "prev": { - "example": "/sales-channel-domain?limit=25&page=2" + "example": "/sales-channel-analytics?limit=25&page=2" } } } @@ -58542,7 +58542,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58557,11 +58557,11 @@ }, "post": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "Create a new Sales Channel Domain resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createSalesChannelDomain", + "summary": "Create a new Sales Channel Analytics resources.", + "description": "Available since: 6.2.0.0", + "operationId": "createSalesChannelAnalytics", "parameters": [ { "name": "_response", @@ -58580,14 +58580,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelDomain", + "description": "Detail of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -58599,7 +58599,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58614,7 +58614,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58630,14 +58630,14 @@ } } }, - "/search/sales-channel-domain": { + "/search/sales-channel-analytics": { "post": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "Search for the Sales Channel Domain resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchSalesChannelDomain", + "summary": "Search for the Sales Channel Analytics resources.", + "description": "Available since: 6.2.0.0", + "operationId": "searchSalesChannelAnalytics", "parameters": [ { "name": "sw-include-search-info", @@ -58665,7 +58665,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelDomain", + "description": "List of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -58679,7 +58679,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58697,7 +58697,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58714,19 +58714,19 @@ } } }, - "/sales-channel-domain/{id}": { + "/sales-channel-analytics/{id}": { "get": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "Detailed information about a Sales Channel Domain resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelDomain", + "summary": "Detailed information about a Sales Channel Analytics resource.", + "description": "Available since: 6.2.0.0", + "operationId": "getSalesChannelAnalytics", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_domain", + "description": "Identifier for the sales_channel_analytics", "required": true, "schema": { "type": "string", @@ -58736,7 +58736,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelDomain", + "description": "Detail of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -58748,7 +58748,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58763,7 +58763,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58780,16 +58780,16 @@ }, "delete": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "Delete a Sales Channel Domain resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteSalesChannelDomain", + "summary": "Delete a Sales Channel Analytics resource.", + "description": "Available since: 6.2.0.0", + "operationId": "deleteSalesChannelAnalytics", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_domain", + "description": "Identifier for the sales_channel_analytics", "required": true, "schema": { "type": "string", @@ -58820,16 +58820,16 @@ }, "patch": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "Partially update information about a Sales Channel Domain resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateSalesChannelDomain", + "summary": "Partially update information about a Sales Channel Analytics resource.", + "description": "Available since: 6.2.0.0", + "operationId": "updateSalesChannelAnalytics", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_domain", + "description": "Identifier for the sales_channel_analytics", "required": true, "schema": { "type": "string", @@ -58847,18 +58847,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Domain resource.", + "description": "Partially update information about a Sales Channel Analytics resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelDomain", + "description": "Detail of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -58870,7 +58870,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58885,7 +58885,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58904,14 +58904,14 @@ } } }, - "/aggregate/sales-channel-domain": { + "/aggregate/sales-channel-analytics": { "post": { "tags": [ - "Sales Channel Domain" + "Sales Channel Analytics" ], - "summary": "Aggregate for the Sales Channel Domain resources.", + "summary": "Aggregate for the Sales Channel Analytics resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelDomain", + "operationId": "aggregateSalesChannelAnalytics", "requestBody": { "required": true, "content": { @@ -58935,7 +58935,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelDomain", + "description": "List of SalesChannelAnalytics", "content": { "application/vnd.api+json": { "schema": { @@ -58949,7 +58949,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58967,7 +58967,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelDomain" + "$ref": "#/components/schemas/SalesChannelAnalytics" } } } @@ -58984,15 +58984,14 @@ } } }, - "/sales-channel-tracking-customer": { + "/sales-channel-domain": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getSalesChannelDomainList", "parameters": [ { "name": "limit", @@ -59021,7 +59020,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Customer resources.", + "description": "List of Sales Channel Domain resources.", "content": { "application/vnd.api+json": { "schema": { @@ -59040,7 +59039,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } ] @@ -59054,16 +59053,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-customer?limit=25" + "example": "/sales-channel-domain?limit=25" }, "last": { - "example": "/sales-channel-tracking-customer?limit=25&page=11" + "example": "/sales-channel-domain?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-customer?limit=25&page=4" + "example": "/sales-channel-domain?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-customer?limit=25&page=2" + "example": "/sales-channel-domain?limit=25&page=2" } } } @@ -59084,7 +59083,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59099,12 +59098,11 @@ }, "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createSalesChannelDomain", "parameters": [ { "name": "_response", @@ -59123,14 +59121,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -59142,7 +59140,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59157,7 +59155,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59173,15 +59171,14 @@ } } }, - "/search/sales-channel-tracking-customer": { + "/search/sales-channel-domain": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchSalesChannelDomain", "parameters": [ { "name": "sw-include-search-info", @@ -59209,7 +59206,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -59223,7 +59220,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59241,7 +59238,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59258,20 +59255,19 @@ } } }, - "/sales-channel-tracking-customer/{id}": { + "/sales-channel-domain/{id}": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getSalesChannelDomain", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the sales_channel_domain", "required": true, "schema": { "type": "string", @@ -59281,7 +59277,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -59293,7 +59289,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59308,7 +59304,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59325,17 +59321,16 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteSalesChannelDomain", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the sales_channel_domain", "required": true, "schema": { "type": "string", @@ -59366,17 +59361,16 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateSalesChannelDomain", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the sales_channel_domain", "required": true, "schema": { "type": "string", @@ -59394,18 +59388,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Customer resource.", + "description": "Partially update information about a Sales Channel Domain resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -59417,7 +59411,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59432,7 +59426,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59451,15 +59445,14 @@ } } }, - "/aggregate/sales-channel-tracking-customer": { + "/aggregate/sales-channel-domain": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Sales Channel Domain" ], - "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 Sales Channel Domain resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateSalesChannelDomain", "requestBody": { "required": true, "content": { @@ -59483,7 +59476,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of SalesChannelDomain", "content": { "application/vnd.api+json": { "schema": { @@ -59497,7 +59490,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59515,7 +59508,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/SalesChannelDomain" } } } @@ -59532,15 +59525,15 @@ } } }, - "/sales-channel-tracking-order": { + "/sales-channel-tracking-customer": { "get": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "getSalesChannelTrackingOrderList", + "operationId": "getSalesChannelTrackingCustomerList", "parameters": [ { "name": "limit", @@ -59569,7 +59562,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Order resources.", + "description": "List of Sales Channel Tracking Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -59588,7 +59581,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } ] @@ -59602,16 +59595,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-order?limit=25" + "example": "/sales-channel-tracking-customer?limit=25" }, "last": { - "example": "/sales-channel-tracking-order?limit=25&page=11" + "example": "/sales-channel-tracking-customer?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-order?limit=25&page=4" + "example": "/sales-channel-tracking-customer?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-order?limit=25&page=2" + "example": "/sales-channel-tracking-customer?limit=25&page=2" } } } @@ -59632,7 +59625,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59647,12 +59640,12 @@ }, "post": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "createSalesChannelTrackingOrder", + "operationId": "createSalesChannelTrackingCustomer", "parameters": [ { "name": "_response", @@ -59671,14 +59664,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -59690,7 +59683,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59705,7 +59698,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59721,15 +59714,15 @@ } } }, - "/search/sales-channel-tracking-order": { + "/search/sales-channel-tracking-customer": { "post": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "searchSalesChannelTrackingOrder", + "operationId": "searchSalesChannelTrackingCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -59757,7 +59750,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -59771,7 +59764,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59789,7 +59782,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59806,20 +59799,20 @@ } } }, - "/sales-channel-tracking-order/{id}": { + "/sales-channel-tracking-customer/{id}": { "get": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "getSalesChannelTrackingOrder", + "operationId": "getSalesChannelTrackingCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the sales_channel_tracking_customer", "required": true, "schema": { "type": "string", @@ -59829,7 +59822,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -59841,7 +59834,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59856,7 +59849,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59873,17 +59866,17 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "deleteSalesChannelTrackingOrder", + "operationId": "deleteSalesChannelTrackingCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the sales_channel_tracking_customer", "required": true, "schema": { "type": "string", @@ -59914,17 +59907,17 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "updateSalesChannelTrackingOrder", + "operationId": "updateSalesChannelTrackingCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the sales_channel_tracking_customer", "required": true, "schema": { "type": "string", @@ -59942,18 +59935,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Order resource.", + "description": "Partially update information about a Sales Channel Tracking Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -59965,7 +59958,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59980,7 +59973,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -59999,15 +59992,15 @@ } } }, - "/aggregate/sales-channel-tracking-order": { + "/aggregate/sales-channel-tracking-customer": { "post": { "tags": [ - "Sales Channel Tracking Order", + "Sales Channel Tracking Customer", "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.", + "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": "aggregateSalesChannelTrackingOrder", + "operationId": "aggregateSalesChannelTrackingCustomer", "requestBody": { "required": true, "content": { @@ -60031,7 +60024,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of SalesChannelTrackingCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -60045,7 +60038,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -60063,7 +60056,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/SalesChannelTrackingCustomer" } } } @@ -60080,14 +60073,15 @@ } } }, - "/sales-channel-type": { + "/sales-channel-tracking-order": { "get": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "List with basic information of Sales Channel Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelTypeList", + "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", "parameters": [ { "name": "limit", @@ -60116,7 +60110,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Type resources.", + "description": "List of Sales Channel Tracking Order resources.", "content": { "application/vnd.api+json": { "schema": { @@ -60135,7 +60129,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } ] @@ -60149,16 +60143,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-type?limit=25" + "example": "/sales-channel-tracking-order?limit=25" }, "last": { - "example": "/sales-channel-type?limit=25&page=11" + "example": "/sales-channel-tracking-order?limit=25&page=11" }, "next": { - "example": "/sales-channel-type?limit=25&page=4" + "example": "/sales-channel-tracking-order?limit=25&page=4" }, "prev": { - "example": "/sales-channel-type?limit=25&page=2" + "example": "/sales-channel-tracking-order?limit=25&page=2" } } } @@ -60179,7 +60173,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60194,11 +60188,12 @@ }, "post": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Create a new Sales Channel Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createSalesChannelType", + "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", "parameters": [ { "name": "_response", @@ -60217,14 +60212,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelType", + "description": "Detail of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -60236,7 +60231,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60251,7 +60246,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60267,14 +60262,15 @@ } } }, - "/search/sales-channel-type": { + "/search/sales-channel-tracking-order": { "post": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Search for the Sales Channel Type resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchSalesChannelType", + "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", "parameters": [ { "name": "sw-include-search-info", @@ -60302,7 +60298,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelType", + "description": "List of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -60316,7 +60312,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60334,7 +60330,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60351,19 +60347,20 @@ } } }, - "/sales-channel-type/{id}": { + "/sales-channel-tracking-order/{id}": { "get": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Detailed information about a Sales Channel Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getSalesChannelType", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_type", + "description": "Identifier for the sales_channel_tracking_order", "required": true, "schema": { "type": "string", @@ -60373,7 +60370,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelType", + "description": "Detail of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -60385,7 +60382,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60400,7 +60397,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60417,16 +60414,17 @@ }, "delete": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Delete a Sales Channel Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteSalesChannelType", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_type", + "description": "Identifier for the sales_channel_tracking_order", "required": true, "schema": { "type": "string", @@ -60457,16 +60455,17 @@ }, "patch": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Partially update information about a Sales Channel Type resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateSalesChannelType", + "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", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_type", + "description": "Identifier for the sales_channel_tracking_order", "required": true, "schema": { "type": "string", @@ -60484,18 +60483,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Type resource.", + "description": "Partially update information about a Sales Channel Tracking Order resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelType", + "description": "Detail of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -60507,7 +60506,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60522,7 +60521,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60541,14 +60540,15 @@ } } }, - "/aggregate/sales-channel-type": { + "/aggregate/sales-channel-tracking-order": { "post": { "tags": [ - "Sales Channel Type" + "Sales Channel Tracking Order", + "Experimental" ], - "summary": "Aggregate for the Sales Channel Type resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalesChannelType", + "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", "requestBody": { "required": true, "content": { @@ -60572,7 +60572,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelType", + "description": "List of SalesChannelTrackingOrder", "content": { "application/vnd.api+json": { "schema": { @@ -60586,7 +60586,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60604,7 +60604,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelType" + "$ref": "#/components/schemas/SalesChannelTrackingOrder" } } } @@ -60621,14 +60621,14 @@ } } }, - "/salutation": { + "/sales-channel-type": { "get": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "List with basic information of Salutation resources.", + "summary": "List with basic information of Sales Channel Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSalutationList", + "operationId": "getSalesChannelTypeList", "parameters": [ { "name": "limit", @@ -60657,7 +60657,7 @@ ], "responses": { "200": { - "description": "List of Salutation resources.", + "description": "List of Sales Channel Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -60676,7 +60676,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } ] @@ -60690,16 +60690,16 @@ "type": "object", "properties": { "first": { - "example": "/salutation?limit=25" + "example": "/sales-channel-type?limit=25" }, "last": { - "example": "/salutation?limit=25&page=11" + "example": "/sales-channel-type?limit=25&page=11" }, "next": { - "example": "/salutation?limit=25&page=4" + "example": "/sales-channel-type?limit=25&page=4" }, "prev": { - "example": "/salutation?limit=25&page=2" + "example": "/sales-channel-type?limit=25&page=2" } } } @@ -60720,7 +60720,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60735,11 +60735,11 @@ }, "post": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "Fetches salutations with a criteria obj.", - "description": "Fetches salutations with a criteria obj.", - "operationId": "createSalutation", + "summary": "Create a new Sales Channel Type resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createSalesChannelType", "parameters": [ { "name": "_response", @@ -60758,14 +60758,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } }, "responses": { "200": { - "description": "Detail of Salutation", + "description": "Detail of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -60777,7 +60777,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60792,7 +60792,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60808,14 +60808,14 @@ } } }, - "/search/salutation": { + "/search/sales-channel-type": { "post": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "Search for the Salutation resources.", + "summary": "Search for the Sales Channel Type resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSalutation", + "operationId": "searchSalesChannelType", "parameters": [ { "name": "sw-include-search-info", @@ -60843,7 +60843,7 @@ }, "responses": { "200": { - "description": "List of Salutation", + "description": "List of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -60857,7 +60857,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60875,7 +60875,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60892,19 +60892,19 @@ } } }, - "/salutation/{id}": { + "/sales-channel-type/{id}": { "get": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "Detailed information about a Salutation resource.", + "summary": "Detailed information about a Sales Channel Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSalutation", + "operationId": "getSalesChannelType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the salutation", + "description": "Identifier for the sales_channel_type", "required": true, "schema": { "type": "string", @@ -60914,7 +60914,7 @@ ], "responses": { "200": { - "description": "Detail of Salutation", + "description": "Detail of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -60926,7 +60926,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60941,7 +60941,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -60958,16 +60958,16 @@ }, "delete": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "Delete a Salutation resource.", + "summary": "Delete a Sales Channel Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSalutation", + "operationId": "deleteSalesChannelType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the salutation", + "description": "Identifier for the sales_channel_type", "required": true, "schema": { "type": "string", @@ -60998,16 +60998,16 @@ }, "patch": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "Partially update information about a Salutation resource.", + "summary": "Partially update information about a Sales Channel Type resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSalutation", + "operationId": "updateSalesChannelType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the salutation", + "description": "Identifier for the sales_channel_type", "required": true, "schema": { "type": "string", @@ -61025,18 +61025,18 @@ } ], "requestBody": { - "description": "Partially update information about a Salutation resource.", + "description": "Partially update information about a Sales Channel Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } }, "responses": { "200": { - "description": "Detail of Salutation", + "description": "Detail of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -61048,7 +61048,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -61063,7 +61063,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -61082,14 +61082,14 @@ } } }, - "/aggregate/salutation": { + "/aggregate/sales-channel-type": { "post": { "tags": [ - "Salutation" + "Sales Channel Type" ], - "summary": "Aggregate for the Salutation resources.", + "summary": "Aggregate for the Sales Channel Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSalutation", + "operationId": "aggregateSalesChannelType", "requestBody": { "required": true, "content": { @@ -61113,7 +61113,7 @@ }, "responses": { "200": { - "description": "List of Salutation", + "description": "List of SalesChannelType", "content": { "application/vnd.api+json": { "schema": { @@ -61127,7 +61127,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -61145,7 +61145,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Salutation" + "$ref": "#/components/schemas/SalesChannelType" } } } @@ -61162,14 +61162,14 @@ } } }, - "/scheduled-task": { + "/salutation": { "get": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "List with basic information of Scheduled Task resources.", + "summary": "List with basic information of Salutation resources.", "description": "Available since: 6.0.0.0", - "operationId": "getScheduledTaskList", + "operationId": "getSalutationList", "parameters": [ { "name": "limit", @@ -61198,7 +61198,7 @@ ], "responses": { "200": { - "description": "List of Scheduled Task resources.", + "description": "List of Salutation resources.", "content": { "application/vnd.api+json": { "schema": { @@ -61217,7 +61217,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } ] @@ -61231,16 +61231,16 @@ "type": "object", "properties": { "first": { - "example": "/scheduled-task?limit=25" + "example": "/salutation?limit=25" }, "last": { - "example": "/scheduled-task?limit=25&page=11" + "example": "/salutation?limit=25&page=11" }, "next": { - "example": "/scheduled-task?limit=25&page=4" + "example": "/salutation?limit=25&page=4" }, "prev": { - "example": "/scheduled-task?limit=25&page=2" + "example": "/salutation?limit=25&page=2" } } } @@ -61261,7 +61261,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61276,11 +61276,11 @@ }, "post": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "Create a new Scheduled Task resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createScheduledTask", + "summary": "Fetches salutations with a criteria obj.", + "description": "Fetches salutations with a criteria obj.", + "operationId": "createSalutation", "parameters": [ { "name": "_response", @@ -61299,14 +61299,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } }, "responses": { "200": { - "description": "Detail of ScheduledTask", + "description": "Detail of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -61318,7 +61318,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61333,7 +61333,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61349,14 +61349,14 @@ } } }, - "/search/scheduled-task": { + "/search/salutation": { "post": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "Search for the Scheduled Task resources.", + "summary": "Search for the Salutation resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchScheduledTask", + "operationId": "searchSalutation", "parameters": [ { "name": "sw-include-search-info", @@ -61384,7 +61384,7 @@ }, "responses": { "200": { - "description": "List of ScheduledTask", + "description": "List of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -61398,7 +61398,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61416,7 +61416,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61433,19 +61433,19 @@ } } }, - "/scheduled-task/{id}": { + "/salutation/{id}": { "get": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "Detailed information about a Scheduled Task resource.", + "summary": "Detailed information about a Salutation resource.", "description": "Available since: 6.0.0.0", - "operationId": "getScheduledTask", + "operationId": "getSalutation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the scheduled_task", + "description": "Identifier for the salutation", "required": true, "schema": { "type": "string", @@ -61455,7 +61455,7 @@ ], "responses": { "200": { - "description": "Detail of ScheduledTask", + "description": "Detail of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -61467,7 +61467,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61482,7 +61482,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61499,16 +61499,16 @@ }, "delete": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "Delete a Scheduled Task resource.", + "summary": "Delete a Salutation resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteScheduledTask", + "operationId": "deleteSalutation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the scheduled_task", + "description": "Identifier for the salutation", "required": true, "schema": { "type": "string", @@ -61539,16 +61539,16 @@ }, "patch": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "Partially update information about a Scheduled Task resource.", + "summary": "Partially update information about a Salutation resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateScheduledTask", + "operationId": "updateSalutation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the scheduled_task", + "description": "Identifier for the salutation", "required": true, "schema": { "type": "string", @@ -61566,18 +61566,18 @@ } ], "requestBody": { - "description": "Partially update information about a Scheduled Task resource.", + "description": "Partially update information about a Salutation resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } }, "responses": { "200": { - "description": "Detail of ScheduledTask", + "description": "Detail of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -61589,7 +61589,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61604,7 +61604,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61623,14 +61623,14 @@ } } }, - "/aggregate/scheduled-task": { + "/aggregate/salutation": { "post": { "tags": [ - "Scheduled Task" + "Salutation" ], - "summary": "Aggregate for the Scheduled Task resources.", + "summary": "Aggregate for the Salutation resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateScheduledTask", + "operationId": "aggregateSalutation", "requestBody": { "required": true, "content": { @@ -61654,7 +61654,7 @@ }, "responses": { "200": { - "description": "List of ScheduledTask", + "description": "List of Salutation", "content": { "application/vnd.api+json": { "schema": { @@ -61668,7 +61668,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61686,7 +61686,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ScheduledTask" + "$ref": "#/components/schemas/Salutation" } } } @@ -61703,14 +61703,14 @@ } } }, - "/script": { + "/scheduled-task": { "get": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "List with basic information of Script resources.", - "description": "Available since: 6.4.7.0", - "operationId": "getScriptList", + "summary": "List with basic information of Scheduled Task resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getScheduledTaskList", "parameters": [ { "name": "limit", @@ -61739,7 +61739,7 @@ ], "responses": { "200": { - "description": "List of Script resources.", + "description": "List of Scheduled Task resources.", "content": { "application/vnd.api+json": { "schema": { @@ -61758,7 +61758,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } ] @@ -61772,16 +61772,16 @@ "type": "object", "properties": { "first": { - "example": "/script?limit=25" + "example": "/scheduled-task?limit=25" }, "last": { - "example": "/script?limit=25&page=11" + "example": "/scheduled-task?limit=25&page=11" }, "next": { - "example": "/script?limit=25&page=4" + "example": "/scheduled-task?limit=25&page=4" }, "prev": { - "example": "/script?limit=25&page=2" + "example": "/scheduled-task?limit=25&page=2" } } } @@ -61802,7 +61802,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -61817,11 +61817,11 @@ }, "post": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "Create a new Script resources.", - "description": "Available since: 6.4.7.0", - "operationId": "createScript", + "summary": "Create a new Scheduled Task resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createScheduledTask", "parameters": [ { "name": "_response", @@ -61840,14 +61840,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } }, "responses": { "200": { - "description": "Detail of Script", + "description": "Detail of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -61859,7 +61859,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -61874,7 +61874,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -61890,14 +61890,14 @@ } } }, - "/search/script": { + "/search/scheduled-task": { "post": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "Search for the Script resources.", - "description": "Available since: 6.4.7.0", - "operationId": "searchScript", + "summary": "Search for the Scheduled Task resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchScheduledTask", "parameters": [ { "name": "sw-include-search-info", @@ -61925,7 +61925,7 @@ }, "responses": { "200": { - "description": "List of Script", + "description": "List of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -61939,7 +61939,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -61957,7 +61957,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -61974,19 +61974,19 @@ } } }, - "/script/{id}": { + "/scheduled-task/{id}": { "get": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "Detailed information about a Script resource.", - "description": "Available since: 6.4.7.0", - "operationId": "getScript", + "summary": "Detailed information about a Scheduled Task resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getScheduledTask", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the script", + "description": "Identifier for the scheduled_task", "required": true, "schema": { "type": "string", @@ -61996,7 +61996,7 @@ ], "responses": { "200": { - "description": "Detail of Script", + "description": "Detail of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -62008,7 +62008,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -62023,7 +62023,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -62040,16 +62040,16 @@ }, "delete": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "Delete a Script resource.", - "description": "Available since: 6.4.7.0", - "operationId": "deleteScript", + "summary": "Delete a Scheduled Task resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteScheduledTask", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the script", + "description": "Identifier for the scheduled_task", "required": true, "schema": { "type": "string", @@ -62080,16 +62080,16 @@ }, "patch": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "Partially update information about a Script resource.", - "description": "Available since: 6.4.7.0", - "operationId": "updateScript", + "summary": "Partially update information about a Scheduled Task resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateScheduledTask", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the script", + "description": "Identifier for the scheduled_task", "required": true, "schema": { "type": "string", @@ -62107,18 +62107,18 @@ } ], "requestBody": { - "description": "Partially update information about a Script resource.", + "description": "Partially update information about a Scheduled Task resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } }, "responses": { "200": { - "description": "Detail of Script", + "description": "Detail of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -62130,7 +62130,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -62145,7 +62145,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -62164,14 +62164,14 @@ } } }, - "/aggregate/script": { + "/aggregate/scheduled-task": { "post": { "tags": [ - "Script" + "Scheduled Task" ], - "summary": "Aggregate for the Script resources.", + "summary": "Aggregate for the Scheduled Task resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateScript", + "operationId": "aggregateScheduledTask", "requestBody": { "required": true, "content": { @@ -62195,7 +62195,7 @@ }, "responses": { "200": { - "description": "List of Script", + "description": "List of ScheduledTask", "content": { "application/vnd.api+json": { "schema": { @@ -62209,7 +62209,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -62227,7 +62227,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Script" + "$ref": "#/components/schemas/ScheduledTask" } } } @@ -62244,14 +62244,14 @@ } } }, - "/seo-url": { + "/script": { "get": { "tags": [ - "Seo Url" + "Script" ], - "summary": "List with basic information of Seo Url resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrlList", + "summary": "List with basic information of Script resources.", + "description": "Available since: 6.4.7.0", + "operationId": "getScriptList", "parameters": [ { "name": "limit", @@ -62280,7 +62280,7 @@ ], "responses": { "200": { - "description": "List of Seo Url resources.", + "description": "List of Script resources.", "content": { "application/vnd.api+json": { "schema": { @@ -62299,7 +62299,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } ] @@ -62313,16 +62313,16 @@ "type": "object", "properties": { "first": { - "example": "/seo-url?limit=25" + "example": "/script?limit=25" }, "last": { - "example": "/seo-url?limit=25&page=11" + "example": "/script?limit=25&page=11" }, "next": { - "example": "/seo-url?limit=25&page=4" + "example": "/script?limit=25&page=4" }, "prev": { - "example": "/seo-url?limit=25&page=2" + "example": "/script?limit=25&page=2" } } } @@ -62343,7 +62343,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62358,11 +62358,11 @@ }, "post": { "tags": [ - "Seo Url" + "Script" ], - "summary": "Create a new Seo Url resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createSeoUrl", + "summary": "Create a new Script resources.", + "description": "Available since: 6.4.7.0", + "operationId": "createScript", "parameters": [ { "name": "_response", @@ -62381,14 +62381,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } }, "responses": { "200": { - "description": "Detail of SeoUrl", + "description": "Detail of Script", "content": { "application/vnd.api+json": { "schema": { @@ -62400,7 +62400,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62415,7 +62415,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62431,14 +62431,14 @@ } } }, - "/search/seo-url": { + "/search/script": { "post": { "tags": [ - "Seo Url" + "Script" ], - "summary": "Search for the Seo Url resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchSeoUrl", + "summary": "Search for the Script resources.", + "description": "Available since: 6.4.7.0", + "operationId": "searchScript", "parameters": [ { "name": "sw-include-search-info", @@ -62466,7 +62466,7 @@ }, "responses": { "200": { - "description": "List of SeoUrl", + "description": "List of Script", "content": { "application/vnd.api+json": { "schema": { @@ -62480,7 +62480,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62498,7 +62498,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62515,19 +62515,19 @@ } } }, - "/seo-url/{id}": { + "/script/{id}": { "get": { "tags": [ - "Seo Url" + "Script" ], - "summary": "Detailed information about a Seo Url resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrl", + "summary": "Detailed information about a Script resource.", + "description": "Available since: 6.4.7.0", + "operationId": "getScript", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url", + "description": "Identifier for the script", "required": true, "schema": { "type": "string", @@ -62537,7 +62537,7 @@ ], "responses": { "200": { - "description": "Detail of SeoUrl", + "description": "Detail of Script", "content": { "application/vnd.api+json": { "schema": { @@ -62549,7 +62549,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62564,7 +62564,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62581,16 +62581,16 @@ }, "delete": { "tags": [ - "Seo Url" + "Script" ], - "summary": "Delete a Seo Url resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteSeoUrl", + "summary": "Delete a Script resource.", + "description": "Available since: 6.4.7.0", + "operationId": "deleteScript", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url", + "description": "Identifier for the script", "required": true, "schema": { "type": "string", @@ -62621,16 +62621,16 @@ }, "patch": { "tags": [ - "Seo Url" + "Script" ], - "summary": "Partially update information about a Seo Url resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateSeoUrl", + "summary": "Partially update information about a Script resource.", + "description": "Available since: 6.4.7.0", + "operationId": "updateScript", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url", + "description": "Identifier for the script", "required": true, "schema": { "type": "string", @@ -62648,18 +62648,18 @@ } ], "requestBody": { - "description": "Partially update information about a Seo Url resource.", + "description": "Partially update information about a Script resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } }, "responses": { "200": { - "description": "Detail of SeoUrl", + "description": "Detail of Script", "content": { "application/vnd.api+json": { "schema": { @@ -62671,7 +62671,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62686,7 +62686,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62705,14 +62705,14 @@ } } }, - "/aggregate/seo-url": { + "/aggregate/script": { "post": { "tags": [ - "Seo Url" + "Script" ], - "summary": "Aggregate for the Seo Url resources.", + "summary": "Aggregate for the Script resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSeoUrl", + "operationId": "aggregateScript", "requestBody": { "required": true, "content": { @@ -62736,7 +62736,7 @@ }, "responses": { "200": { - "description": "List of SeoUrl", + "description": "List of Script", "content": { "application/vnd.api+json": { "schema": { @@ -62750,7 +62750,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62768,7 +62768,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrl" + "$ref": "#/components/schemas/Script" } } } @@ -62785,14 +62785,14 @@ } } }, - "/seo-url-template": { + "/seo-url": { "get": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "List with basic information of Seo Url Template resources.", + "summary": "List with basic information of Seo Url resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrlTemplateList", + "operationId": "getSeoUrlList", "parameters": [ { "name": "limit", @@ -62821,7 +62821,7 @@ ], "responses": { "200": { - "description": "List of Seo Url Template resources.", + "description": "List of Seo Url resources.", "content": { "application/vnd.api+json": { "schema": { @@ -62840,7 +62840,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } ] @@ -62854,16 +62854,16 @@ "type": "object", "properties": { "first": { - "example": "/seo-url-template?limit=25" + "example": "/seo-url?limit=25" }, "last": { - "example": "/seo-url-template?limit=25&page=11" + "example": "/seo-url?limit=25&page=11" }, "next": { - "example": "/seo-url-template?limit=25&page=4" + "example": "/seo-url?limit=25&page=4" }, "prev": { - "example": "/seo-url-template?limit=25&page=2" + "example": "/seo-url?limit=25&page=2" } } } @@ -62884,7 +62884,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -62899,11 +62899,11 @@ }, "post": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "Create a new Seo Url Template resources.", + "summary": "Create a new Seo Url resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSeoUrlTemplate", + "operationId": "createSeoUrl", "parameters": [ { "name": "_response", @@ -62922,14 +62922,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } }, "responses": { "200": { - "description": "Detail of SeoUrlTemplate", + "description": "Detail of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -62941,7 +62941,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -62956,7 +62956,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -62972,14 +62972,14 @@ } } }, - "/search/seo-url-template": { + "/search/seo-url": { "post": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "Search for the Seo Url Template resources.", + "summary": "Search for the Seo Url resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSeoUrlTemplate", + "operationId": "searchSeoUrl", "parameters": [ { "name": "sw-include-search-info", @@ -63007,7 +63007,7 @@ }, "responses": { "200": { - "description": "List of SeoUrlTemplate", + "description": "List of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -63021,7 +63021,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63039,7 +63039,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63056,19 +63056,19 @@ } } }, - "/seo-url-template/{id}": { + "/seo-url/{id}": { "get": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "Detailed information about a Seo Url Template resource.", + "summary": "Detailed information about a Seo Url resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSeoUrlTemplate", + "operationId": "getSeoUrl", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url_template", + "description": "Identifier for the seo_url", "required": true, "schema": { "type": "string", @@ -63078,7 +63078,7 @@ ], "responses": { "200": { - "description": "Detail of SeoUrlTemplate", + "description": "Detail of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -63090,7 +63090,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63105,7 +63105,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63122,16 +63122,16 @@ }, "delete": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "Delete a Seo Url Template resource.", + "summary": "Delete a Seo Url resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSeoUrlTemplate", + "operationId": "deleteSeoUrl", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url_template", + "description": "Identifier for the seo_url", "required": true, "schema": { "type": "string", @@ -63162,16 +63162,16 @@ }, "patch": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "Partially update information about a Seo Url Template resource.", + "summary": "Partially update information about a Seo Url resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSeoUrlTemplate", + "operationId": "updateSeoUrl", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the seo_url_template", + "description": "Identifier for the seo_url", "required": true, "schema": { "type": "string", @@ -63189,18 +63189,18 @@ } ], "requestBody": { - "description": "Partially update information about a Seo Url Template resource.", + "description": "Partially update information about a Seo Url resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } }, "responses": { "200": { - "description": "Detail of SeoUrlTemplate", + "description": "Detail of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -63212,7 +63212,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63227,7 +63227,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63246,14 +63246,14 @@ } } }, - "/aggregate/seo-url-template": { + "/aggregate/seo-url": { "post": { "tags": [ - "Seo Url Template" + "Seo Url" ], - "summary": "Aggregate for the Seo Url Template resources.", + "summary": "Aggregate for the Seo Url resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSeoUrlTemplate", + "operationId": "aggregateSeoUrl", "requestBody": { "required": true, "content": { @@ -63277,7 +63277,7 @@ }, "responses": { "200": { - "description": "List of SeoUrlTemplate", + "description": "List of SeoUrl", "content": { "application/vnd.api+json": { "schema": { @@ -63291,7 +63291,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63309,7 +63309,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SeoUrlTemplate" + "$ref": "#/components/schemas/SeoUrl" } } } @@ -63326,14 +63326,14 @@ } } }, - "/shipping-method": { + "/seo-url-template": { "get": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "List with basic information of Shipping Method resources.", + "summary": "List with basic information of Seo Url Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethodList", + "operationId": "getSeoUrlTemplateList", "parameters": [ { "name": "limit", @@ -63362,7 +63362,7 @@ ], "responses": { "200": { - "description": "List of Shipping Method resources.", + "description": "List of Seo Url Template resources.", "content": { "application/vnd.api+json": { "schema": { @@ -63381,7 +63381,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } ] @@ -63395,16 +63395,16 @@ "type": "object", "properties": { "first": { - "example": "/shipping-method?limit=25" + "example": "/seo-url-template?limit=25" }, "last": { - "example": "/shipping-method?limit=25&page=11" + "example": "/seo-url-template?limit=25&page=11" }, "next": { - "example": "/shipping-method?limit=25&page=4" + "example": "/seo-url-template?limit=25&page=4" }, "prev": { - "example": "/shipping-method?limit=25&page=2" + "example": "/seo-url-template?limit=25&page=2" } } } @@ -63425,7 +63425,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63440,11 +63440,11 @@ }, "post": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "Create a new Shipping Method resources.", + "summary": "Create a new Seo Url Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "createShippingMethod", + "operationId": "createSeoUrlTemplate", "parameters": [ { "name": "_response", @@ -63463,14 +63463,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethod", + "description": "Detail of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -63482,7 +63482,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63497,7 +63497,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63513,14 +63513,14 @@ } } }, - "/search/shipping-method": { + "/search/seo-url-template": { "post": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "Search for the Shipping Method resources.", + "summary": "Search for the Seo Url Template resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchShippingMethod", + "operationId": "searchSeoUrlTemplate", "parameters": [ { "name": "sw-include-search-info", @@ -63548,7 +63548,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethod", + "description": "List of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -63562,7 +63562,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63580,7 +63580,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63597,19 +63597,19 @@ } } }, - "/shipping-method/{id}": { + "/seo-url-template/{id}": { "get": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "Detailed information about a Shipping Method resource.", + "summary": "Detailed information about a Seo Url Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethod", + "operationId": "getSeoUrlTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method", + "description": "Identifier for the seo_url_template", "required": true, "schema": { "type": "string", @@ -63619,7 +63619,7 @@ ], "responses": { "200": { - "description": "Detail of ShippingMethod", + "description": "Detail of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -63631,7 +63631,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63646,7 +63646,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63663,16 +63663,16 @@ }, "delete": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "Delete a Shipping Method resource.", + "summary": "Delete a Seo Url Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteShippingMethod", + "operationId": "deleteSeoUrlTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method", + "description": "Identifier for the seo_url_template", "required": true, "schema": { "type": "string", @@ -63703,16 +63703,16 @@ }, "patch": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "Partially update information about a Shipping Method resource.", + "summary": "Partially update information about a Seo Url Template resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateShippingMethod", + "operationId": "updateSeoUrlTemplate", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method", + "description": "Identifier for the seo_url_template", "required": true, "schema": { "type": "string", @@ -63730,18 +63730,18 @@ } ], "requestBody": { - "description": "Partially update information about a Shipping Method resource.", + "description": "Partially update information about a Seo Url Template resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethod", + "description": "Detail of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -63753,7 +63753,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63768,7 +63768,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63787,14 +63787,14 @@ } } }, - "/aggregate/shipping-method": { + "/aggregate/seo-url-template": { "post": { "tags": [ - "Shipping Method" + "Seo Url Template" ], - "summary": "Aggregate for the Shipping Method resources.", + "summary": "Aggregate for the Seo Url Template resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateShippingMethod", + "operationId": "aggregateSeoUrlTemplate", "requestBody": { "required": true, "content": { @@ -63818,7 +63818,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethod", + "description": "List of SeoUrlTemplate", "content": { "application/vnd.api+json": { "schema": { @@ -63832,7 +63832,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63850,7 +63850,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethod" + "$ref": "#/components/schemas/SeoUrlTemplate" } } } @@ -63867,14 +63867,14 @@ } } }, - "/shipping-method-price": { + "/shipping-method": { "get": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "List with basic information of Shipping Method Price resources.", + "summary": "List with basic information of Shipping Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethodPriceList", + "operationId": "getShippingMethodList", "parameters": [ { "name": "limit", @@ -63903,7 +63903,7 @@ ], "responses": { "200": { - "description": "List of Shipping Method Price resources.", + "description": "List of Shipping Method resources.", "content": { "application/vnd.api+json": { "schema": { @@ -63922,7 +63922,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } ] @@ -63936,16 +63936,16 @@ "type": "object", "properties": { "first": { - "example": "/shipping-method-price?limit=25" + "example": "/shipping-method?limit=25" }, "last": { - "example": "/shipping-method-price?limit=25&page=11" + "example": "/shipping-method?limit=25&page=11" }, "next": { - "example": "/shipping-method-price?limit=25&page=4" + "example": "/shipping-method?limit=25&page=4" }, "prev": { - "example": "/shipping-method-price?limit=25&page=2" + "example": "/shipping-method?limit=25&page=2" } } } @@ -63966,7 +63966,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -63981,11 +63981,11 @@ }, "post": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "Create a new Shipping Method Price resources.", + "summary": "Create a new Shipping Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "createShippingMethodPrice", + "operationId": "createShippingMethod", "parameters": [ { "name": "_response", @@ -64004,14 +64004,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethodPrice", + "description": "Detail of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -64023,7 +64023,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64038,7 +64038,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64054,14 +64054,14 @@ } } }, - "/search/shipping-method-price": { + "/search/shipping-method": { "post": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "Search for the Shipping Method Price resources.", + "summary": "Search for the Shipping Method resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchShippingMethodPrice", + "operationId": "searchShippingMethod", "parameters": [ { "name": "sw-include-search-info", @@ -64089,7 +64089,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethodPrice", + "description": "List of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -64103,7 +64103,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64121,7 +64121,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64138,19 +64138,19 @@ } } }, - "/shipping-method-price/{id}": { + "/shipping-method/{id}": { "get": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "Detailed information about a Shipping Method Price resource.", + "summary": "Detailed information about a Shipping Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "getShippingMethodPrice", + "operationId": "getShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method_price", + "description": "Identifier for the shipping_method", "required": true, "schema": { "type": "string", @@ -64160,7 +64160,7 @@ ], "responses": { "200": { - "description": "Detail of ShippingMethodPrice", + "description": "Detail of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -64172,7 +64172,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64187,7 +64187,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64204,16 +64204,16 @@ }, "delete": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "Delete a Shipping Method Price resource.", + "summary": "Delete a Shipping Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteShippingMethodPrice", + "operationId": "deleteShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method_price", + "description": "Identifier for the shipping_method", "required": true, "schema": { "type": "string", @@ -64244,16 +64244,16 @@ }, "patch": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "Partially update information about a Shipping Method Price resource.", + "summary": "Partially update information about a Shipping Method resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateShippingMethodPrice", + "operationId": "updateShippingMethod", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the shipping_method_price", + "description": "Identifier for the shipping_method", "required": true, "schema": { "type": "string", @@ -64271,18 +64271,18 @@ } ], "requestBody": { - "description": "Partially update information about a Shipping Method Price resource.", + "description": "Partially update information about a Shipping Method resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } }, "responses": { "200": { - "description": "Detail of ShippingMethodPrice", + "description": "Detail of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -64294,7 +64294,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64309,7 +64309,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64328,14 +64328,14 @@ } } }, - "/aggregate/shipping-method-price": { + "/aggregate/shipping-method": { "post": { "tags": [ - "Shipping Method Price" + "Shipping Method" ], - "summary": "Aggregate for the Shipping Method Price resources.", + "summary": "Aggregate for the Shipping Method resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateShippingMethodPrice", + "operationId": "aggregateShippingMethod", "requestBody": { "required": true, "content": { @@ -64359,7 +64359,7 @@ }, "responses": { "200": { - "description": "List of ShippingMethodPrice", + "description": "List of ShippingMethod", "content": { "application/vnd.api+json": { "schema": { @@ -64373,7 +64373,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64391,7 +64391,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/ShippingMethodPrice" + "$ref": "#/components/schemas/ShippingMethod" } } } @@ -64408,14 +64408,14 @@ } } }, - "/snippet": { + "/shipping-method-price": { "get": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "List with basic information of Snippet resources.", + "summary": "List with basic information of Shipping Method Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSnippetList", + "operationId": "getShippingMethodPriceList", "parameters": [ { "name": "limit", @@ -64444,7 +64444,7 @@ ], "responses": { "200": { - "description": "List of Snippet resources.", + "description": "List of Shipping Method Price resources.", "content": { "application/vnd.api+json": { "schema": { @@ -64463,7 +64463,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } ] @@ -64477,16 +64477,16 @@ "type": "object", "properties": { "first": { - "example": "/snippet?limit=25" + "example": "/shipping-method-price?limit=25" }, "last": { - "example": "/snippet?limit=25&page=11" + "example": "/shipping-method-price?limit=25&page=11" }, "next": { - "example": "/snippet?limit=25&page=4" + "example": "/shipping-method-price?limit=25&page=4" }, "prev": { - "example": "/snippet?limit=25&page=2" + "example": "/shipping-method-price?limit=25&page=2" } } } @@ -64507,7 +64507,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64522,11 +64522,11 @@ }, "post": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "Create a new Snippet resources.", + "summary": "Create a new Shipping Method Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSnippet", + "operationId": "createShippingMethodPrice", "parameters": [ { "name": "_response", @@ -64545,14 +64545,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } }, "responses": { "200": { - "description": "Detail of Snippet", + "description": "Detail of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -64564,7 +64564,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64579,7 +64579,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64595,14 +64595,14 @@ } } }, - "/search/snippet": { + "/search/shipping-method-price": { "post": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "Search for the Snippet resources.", + "summary": "Search for the Shipping Method Price resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSnippet", + "operationId": "searchShippingMethodPrice", "parameters": [ { "name": "sw-include-search-info", @@ -64630,7 +64630,7 @@ }, "responses": { "200": { - "description": "List of Snippet", + "description": "List of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -64644,7 +64644,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64662,7 +64662,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64679,19 +64679,19 @@ } } }, - "/snippet/{id}": { + "/shipping-method-price/{id}": { "get": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "Detailed information about a Snippet resource.", + "summary": "Detailed information about a Shipping Method Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSnippet", + "operationId": "getShippingMethodPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet", + "description": "Identifier for the shipping_method_price", "required": true, "schema": { "type": "string", @@ -64701,7 +64701,7 @@ ], "responses": { "200": { - "description": "Detail of Snippet", + "description": "Detail of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -64713,7 +64713,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64728,7 +64728,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64745,16 +64745,16 @@ }, "delete": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "Delete a Snippet resource.", + "summary": "Delete a Shipping Method Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSnippet", + "operationId": "deleteShippingMethodPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet", + "description": "Identifier for the shipping_method_price", "required": true, "schema": { "type": "string", @@ -64785,16 +64785,16 @@ }, "patch": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "Partially update information about a Snippet resource.", + "summary": "Partially update information about a Shipping Method Price resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSnippet", + "operationId": "updateShippingMethodPrice", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet", + "description": "Identifier for the shipping_method_price", "required": true, "schema": { "type": "string", @@ -64812,18 +64812,18 @@ } ], "requestBody": { - "description": "Partially update information about a Snippet resource.", + "description": "Partially update information about a Shipping Method Price resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } }, "responses": { "200": { - "description": "Detail of Snippet", + "description": "Detail of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -64835,7 +64835,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64850,7 +64850,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64869,14 +64869,14 @@ } } }, - "/aggregate/snippet": { + "/aggregate/shipping-method-price": { "post": { "tags": [ - "Snippet" + "Shipping Method Price" ], - "summary": "Aggregate for the Snippet resources.", + "summary": "Aggregate for the Shipping Method Price resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSnippet", + "operationId": "aggregateShippingMethodPrice", "requestBody": { "required": true, "content": { @@ -64900,7 +64900,7 @@ }, "responses": { "200": { - "description": "List of Snippet", + "description": "List of ShippingMethodPrice", "content": { "application/vnd.api+json": { "schema": { @@ -64914,7 +64914,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64932,7 +64932,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Snippet" + "$ref": "#/components/schemas/ShippingMethodPrice" } } } @@ -64949,14 +64949,14 @@ } } }, - "/snippet-set": { + "/snippet": { "get": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "List with basic information of Snippet Set resources.", + "summary": "List with basic information of Snippet resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSnippetSetList", + "operationId": "getSnippetList", "parameters": [ { "name": "limit", @@ -64985,7 +64985,7 @@ ], "responses": { "200": { - "description": "List of Snippet Set resources.", + "description": "List of Snippet resources.", "content": { "application/vnd.api+json": { "schema": { @@ -65004,7 +65004,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } ] @@ -65018,16 +65018,16 @@ "type": "object", "properties": { "first": { - "example": "/snippet-set?limit=25" + "example": "/snippet?limit=25" }, "last": { - "example": "/snippet-set?limit=25&page=11" + "example": "/snippet?limit=25&page=11" }, "next": { - "example": "/snippet-set?limit=25&page=4" + "example": "/snippet?limit=25&page=4" }, "prev": { - "example": "/snippet-set?limit=25&page=2" + "example": "/snippet?limit=25&page=2" } } } @@ -65048,7 +65048,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65063,11 +65063,11 @@ }, "post": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "Create a new Snippet Set resources.", + "summary": "Create a new Snippet resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSnippetSet", + "operationId": "createSnippet", "parameters": [ { "name": "_response", @@ -65086,14 +65086,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } }, "responses": { "200": { - "description": "Detail of SnippetSet", + "description": "Detail of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -65105,7 +65105,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65120,7 +65120,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65136,14 +65136,14 @@ } } }, - "/search/snippet-set": { + "/search/snippet": { "post": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "Search for the Snippet Set resources.", + "summary": "Search for the Snippet resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSnippetSet", + "operationId": "searchSnippet", "parameters": [ { "name": "sw-include-search-info", @@ -65171,7 +65171,7 @@ }, "responses": { "200": { - "description": "List of SnippetSet", + "description": "List of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -65185,7 +65185,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65203,7 +65203,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65220,19 +65220,19 @@ } } }, - "/snippet-set/{id}": { + "/snippet/{id}": { "get": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "Detailed information about a Snippet Set resource.", + "summary": "Detailed information about a Snippet resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSnippetSet", + "operationId": "getSnippet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet_set", + "description": "Identifier for the snippet", "required": true, "schema": { "type": "string", @@ -65242,7 +65242,7 @@ ], "responses": { "200": { - "description": "Detail of SnippetSet", + "description": "Detail of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -65254,7 +65254,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65269,7 +65269,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65286,16 +65286,16 @@ }, "delete": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "Delete a Snippet Set resource.", + "summary": "Delete a Snippet resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSnippetSet", + "operationId": "deleteSnippet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet_set", + "description": "Identifier for the snippet", "required": true, "schema": { "type": "string", @@ -65326,16 +65326,16 @@ }, "patch": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "Partially update information about a Snippet Set resource.", + "summary": "Partially update information about a Snippet resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSnippetSet", + "operationId": "updateSnippet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the snippet_set", + "description": "Identifier for the snippet", "required": true, "schema": { "type": "string", @@ -65353,18 +65353,18 @@ } ], "requestBody": { - "description": "Partially update information about a Snippet Set resource.", + "description": "Partially update information about a Snippet resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } }, "responses": { "200": { - "description": "Detail of SnippetSet", + "description": "Detail of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -65376,7 +65376,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65391,7 +65391,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65410,14 +65410,14 @@ } } }, - "/aggregate/snippet-set": { + "/aggregate/snippet": { "post": { "tags": [ - "Snippet Set" + "Snippet" ], - "summary": "Aggregate for the Snippet Set resources.", + "summary": "Aggregate for the Snippet resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSnippetSet", + "operationId": "aggregateSnippet", "requestBody": { "required": true, "content": { @@ -65441,7 +65441,7 @@ }, "responses": { "200": { - "description": "List of SnippetSet", + "description": "List of Snippet", "content": { "application/vnd.api+json": { "schema": { @@ -65455,7 +65455,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65473,7 +65473,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SnippetSet" + "$ref": "#/components/schemas/Snippet" } } } @@ -65490,14 +65490,14 @@ } } }, - "/state-machine": { + "/snippet-set": { "get": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "List with basic information of State Machine resources.", + "summary": "List with basic information of Snippet Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineList", + "operationId": "getSnippetSetList", "parameters": [ { "name": "limit", @@ -65526,7 +65526,7 @@ ], "responses": { "200": { - "description": "List of State Machine resources.", + "description": "List of Snippet Set resources.", "content": { "application/vnd.api+json": { "schema": { @@ -65545,7 +65545,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } ] @@ -65559,16 +65559,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine?limit=25" + "example": "/snippet-set?limit=25" }, "last": { - "example": "/state-machine?limit=25&page=11" + "example": "/snippet-set?limit=25&page=11" }, "next": { - "example": "/state-machine?limit=25&page=4" + "example": "/snippet-set?limit=25&page=4" }, "prev": { - "example": "/state-machine?limit=25&page=2" + "example": "/snippet-set?limit=25&page=2" } } } @@ -65589,7 +65589,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65604,11 +65604,11 @@ }, "post": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "Create a new State Machine resources.", + "summary": "Create a new Snippet Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachine", + "operationId": "createSnippetSet", "parameters": [ { "name": "_response", @@ -65627,14 +65627,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } }, "responses": { "200": { - "description": "Detail of StateMachine", + "description": "Detail of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -65646,7 +65646,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65661,7 +65661,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65677,14 +65677,14 @@ } } }, - "/search/state-machine": { + "/search/snippet-set": { "post": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "Search for the State Machine resources.", + "summary": "Search for the Snippet Set resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachine", + "operationId": "searchSnippetSet", "parameters": [ { "name": "sw-include-search-info", @@ -65712,7 +65712,7 @@ }, "responses": { "200": { - "description": "List of StateMachine", + "description": "List of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -65726,7 +65726,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65744,7 +65744,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65761,19 +65761,19 @@ } } }, - "/state-machine/{id}": { + "/snippet-set/{id}": { "get": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "Detailed information about a State Machine resource.", + "summary": "Detailed information about a Snippet Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachine", + "operationId": "getSnippetSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine", + "description": "Identifier for the snippet_set", "required": true, "schema": { "type": "string", @@ -65783,7 +65783,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachine", + "description": "Detail of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -65795,7 +65795,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65810,7 +65810,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65827,16 +65827,16 @@ }, "delete": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "Delete a State Machine resource.", + "summary": "Delete a Snippet Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachine", + "operationId": "deleteSnippetSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine", + "description": "Identifier for the snippet_set", "required": true, "schema": { "type": "string", @@ -65867,16 +65867,16 @@ }, "patch": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "Partially update information about a State Machine resource.", + "summary": "Partially update information about a Snippet Set resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachine", + "operationId": "updateSnippetSet", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine", + "description": "Identifier for the snippet_set", "required": true, "schema": { "type": "string", @@ -65894,18 +65894,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine resource.", + "description": "Partially update information about a Snippet Set resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } }, "responses": { "200": { - "description": "Detail of StateMachine", + "description": "Detail of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -65917,7 +65917,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65932,7 +65932,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -65951,14 +65951,14 @@ } } }, - "/aggregate/state-machine": { + "/aggregate/snippet-set": { "post": { "tags": [ - "State Machine" + "Snippet Set" ], - "summary": "Aggregate for the State Machine resources.", + "summary": "Aggregate for the Snippet Set resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachine", + "operationId": "aggregateSnippetSet", "requestBody": { "required": true, "content": { @@ -65982,7 +65982,7 @@ }, "responses": { "200": { - "description": "List of StateMachine", + "description": "List of SnippetSet", "content": { "application/vnd.api+json": { "schema": { @@ -65996,7 +65996,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -66014,7 +66014,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachine" + "$ref": "#/components/schemas/SnippetSet" } } } @@ -66031,14 +66031,14 @@ } } }, - "/state-machine-history": { + "/state-machine": { "get": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "List with basic information of State Machine History resources.", + "summary": "List with basic information of State Machine resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineHistoryList", + "operationId": "getStateMachineList", "parameters": [ { "name": "limit", @@ -66067,7 +66067,7 @@ ], "responses": { "200": { - "description": "List of State Machine History resources.", + "description": "List of State Machine resources.", "content": { "application/vnd.api+json": { "schema": { @@ -66086,7 +66086,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } ] @@ -66100,16 +66100,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine-history?limit=25" + "example": "/state-machine?limit=25" }, "last": { - "example": "/state-machine-history?limit=25&page=11" + "example": "/state-machine?limit=25&page=11" }, "next": { - "example": "/state-machine-history?limit=25&page=4" + "example": "/state-machine?limit=25&page=4" }, "prev": { - "example": "/state-machine-history?limit=25&page=2" + "example": "/state-machine?limit=25&page=2" } } } @@ -66130,7 +66130,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66145,11 +66145,11 @@ }, "post": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "Create a new State Machine History resources.", + "summary": "Create a new State Machine resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachineHistory", + "operationId": "createStateMachine", "parameters": [ { "name": "_response", @@ -66168,14 +66168,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } }, "responses": { "200": { - "description": "Detail of StateMachineHistory", + "description": "Detail of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -66187,7 +66187,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66202,7 +66202,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66218,14 +66218,14 @@ } } }, - "/search/state-machine-history": { + "/search/state-machine": { "post": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "Search for the State Machine History resources.", + "summary": "Search for the State Machine resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachineHistory", + "operationId": "searchStateMachine", "parameters": [ { "name": "sw-include-search-info", @@ -66253,7 +66253,7 @@ }, "responses": { "200": { - "description": "List of StateMachineHistory", + "description": "List of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -66267,7 +66267,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66285,7 +66285,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66302,19 +66302,19 @@ } } }, - "/state-machine-history/{id}": { + "/state-machine/{id}": { "get": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "Detailed information about a State Machine History resource.", + "summary": "Detailed information about a State Machine resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineHistory", + "operationId": "getStateMachine", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_history", + "description": "Identifier for the state_machine", "required": true, "schema": { "type": "string", @@ -66324,7 +66324,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachineHistory", + "description": "Detail of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -66336,7 +66336,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66351,7 +66351,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66368,16 +66368,16 @@ }, "delete": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "Delete a State Machine History resource.", + "summary": "Delete a State Machine resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachineHistory", + "operationId": "deleteStateMachine", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_history", + "description": "Identifier for the state_machine", "required": true, "schema": { "type": "string", @@ -66408,16 +66408,16 @@ }, "patch": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "Partially update information about a State Machine History resource.", + "summary": "Partially update information about a State Machine resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachineHistory", + "operationId": "updateStateMachine", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_history", + "description": "Identifier for the state_machine", "required": true, "schema": { "type": "string", @@ -66435,18 +66435,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine History resource.", + "description": "Partially update information about a State Machine resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } }, "responses": { "200": { - "description": "Detail of StateMachineHistory", + "description": "Detail of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -66458,7 +66458,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66473,7 +66473,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66492,14 +66492,14 @@ } } }, - "/aggregate/state-machine-history": { + "/aggregate/state-machine": { "post": { "tags": [ - "State Machine History" + "State Machine" ], - "summary": "Aggregate for the State Machine History resources.", + "summary": "Aggregate for the State Machine resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineHistory", + "operationId": "aggregateStateMachine", "requestBody": { "required": true, "content": { @@ -66523,7 +66523,7 @@ }, "responses": { "200": { - "description": "List of StateMachineHistory", + "description": "List of StateMachine", "content": { "application/vnd.api+json": { "schema": { @@ -66537,7 +66537,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66555,7 +66555,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineHistory" + "$ref": "#/components/schemas/StateMachine" } } } @@ -66572,14 +66572,14 @@ } } }, - "/state-machine-state": { + "/state-machine-history": { "get": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "List with basic information of State Machine State resources.", + "summary": "List with basic information of State Machine History resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineStateList", + "operationId": "getStateMachineHistoryList", "parameters": [ { "name": "limit", @@ -66608,7 +66608,7 @@ ], "responses": { "200": { - "description": "List of State Machine State resources.", + "description": "List of State Machine History resources.", "content": { "application/vnd.api+json": { "schema": { @@ -66627,7 +66627,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } ] @@ -66641,16 +66641,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine-state?limit=25" + "example": "/state-machine-history?limit=25" }, "last": { - "example": "/state-machine-state?limit=25&page=11" + "example": "/state-machine-history?limit=25&page=11" }, "next": { - "example": "/state-machine-state?limit=25&page=4" + "example": "/state-machine-history?limit=25&page=4" }, "prev": { - "example": "/state-machine-state?limit=25&page=2" + "example": "/state-machine-history?limit=25&page=2" } } } @@ -66671,7 +66671,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66686,11 +66686,11 @@ }, "post": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "Create a new State Machine State resources.", + "summary": "Create a new State Machine History resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachineState", + "operationId": "createStateMachineHistory", "parameters": [ { "name": "_response", @@ -66709,14 +66709,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } }, "responses": { "200": { - "description": "Detail of StateMachineState", + "description": "Detail of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -66728,7 +66728,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66743,7 +66743,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66759,14 +66759,14 @@ } } }, - "/search/state-machine-state": { + "/search/state-machine-history": { "post": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "Search for the State Machine State resources.", + "summary": "Search for the State Machine History resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachineState", + "operationId": "searchStateMachineHistory", "parameters": [ { "name": "sw-include-search-info", @@ -66794,7 +66794,7 @@ }, "responses": { "200": { - "description": "List of StateMachineState", + "description": "List of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -66808,7 +66808,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66826,7 +66826,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66843,19 +66843,19 @@ } } }, - "/state-machine-state/{id}": { + "/state-machine-history/{id}": { "get": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "Detailed information about a State Machine State resource.", + "summary": "Detailed information about a State Machine History resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineState", + "operationId": "getStateMachineHistory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_state", + "description": "Identifier for the state_machine_history", "required": true, "schema": { "type": "string", @@ -66865,7 +66865,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachineState", + "description": "Detail of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -66877,7 +66877,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66892,7 +66892,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -66909,16 +66909,16 @@ }, "delete": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "Delete a State Machine State resource.", + "summary": "Delete a State Machine History resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachineState", + "operationId": "deleteStateMachineHistory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_state", + "description": "Identifier for the state_machine_history", "required": true, "schema": { "type": "string", @@ -66949,16 +66949,16 @@ }, "patch": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "Partially update information about a State Machine State resource.", + "summary": "Partially update information about a State Machine History resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachineState", + "operationId": "updateStateMachineHistory", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_state", + "description": "Identifier for the state_machine_history", "required": true, "schema": { "type": "string", @@ -66976,18 +66976,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine State resource.", + "description": "Partially update information about a State Machine History resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } }, "responses": { "200": { - "description": "Detail of StateMachineState", + "description": "Detail of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -66999,7 +66999,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -67014,7 +67014,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -67033,14 +67033,14 @@ } } }, - "/aggregate/state-machine-state": { + "/aggregate/state-machine-history": { "post": { "tags": [ - "State Machine State" + "State Machine History" ], - "summary": "Aggregate for the State Machine State resources.", + "summary": "Aggregate for the State Machine History resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineState", + "operationId": "aggregateStateMachineHistory", "requestBody": { "required": true, "content": { @@ -67064,7 +67064,7 @@ }, "responses": { "200": { - "description": "List of StateMachineState", + "description": "List of StateMachineHistory", "content": { "application/vnd.api+json": { "schema": { @@ -67078,7 +67078,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -67096,7 +67096,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineState" + "$ref": "#/components/schemas/StateMachineHistory" } } } @@ -67113,14 +67113,14 @@ } } }, - "/state-machine-transition": { + "/state-machine-state": { "get": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "List with basic information of State Machine Transition resources.", + "summary": "List with basic information of State Machine State resources.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineTransitionList", + "operationId": "getStateMachineStateList", "parameters": [ { "name": "limit", @@ -67149,7 +67149,7 @@ ], "responses": { "200": { - "description": "List of State Machine Transition resources.", + "description": "List of State Machine State resources.", "content": { "application/vnd.api+json": { "schema": { @@ -67168,7 +67168,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } ] @@ -67182,16 +67182,16 @@ "type": "object", "properties": { "first": { - "example": "/state-machine-transition?limit=25" + "example": "/state-machine-state?limit=25" }, "last": { - "example": "/state-machine-transition?limit=25&page=11" + "example": "/state-machine-state?limit=25&page=11" }, "next": { - "example": "/state-machine-transition?limit=25&page=4" + "example": "/state-machine-state?limit=25&page=4" }, "prev": { - "example": "/state-machine-transition?limit=25&page=2" + "example": "/state-machine-state?limit=25&page=2" } } } @@ -67212,7 +67212,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67227,11 +67227,11 @@ }, "post": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "Create a new State Machine Transition resources.", + "summary": "Create a new State Machine State resources.", "description": "Available since: 6.0.0.0", - "operationId": "createStateMachineTransition", + "operationId": "createStateMachineState", "parameters": [ { "name": "_response", @@ -67250,14 +67250,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } }, "responses": { "200": { - "description": "Detail of StateMachineTransition", + "description": "Detail of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -67269,7 +67269,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67284,7 +67284,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67300,14 +67300,14 @@ } } }, - "/search/state-machine-transition": { + "/search/state-machine-state": { "post": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "Search for the State Machine Transition resources.", + "summary": "Search for the State Machine State resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchStateMachineTransition", + "operationId": "searchStateMachineState", "parameters": [ { "name": "sw-include-search-info", @@ -67335,7 +67335,7 @@ }, "responses": { "200": { - "description": "List of StateMachineTransition", + "description": "List of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -67349,7 +67349,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67367,7 +67367,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67384,19 +67384,19 @@ } } }, - "/state-machine-transition/{id}": { + "/state-machine-state/{id}": { "get": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "Detailed information about a State Machine Transition resource.", + "summary": "Detailed information about a State Machine State resource.", "description": "Available since: 6.0.0.0", - "operationId": "getStateMachineTransition", + "operationId": "getStateMachineState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_transition", + "description": "Identifier for the state_machine_state", "required": true, "schema": { "type": "string", @@ -67406,7 +67406,7 @@ ], "responses": { "200": { - "description": "Detail of StateMachineTransition", + "description": "Detail of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -67418,7 +67418,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67433,7 +67433,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67450,16 +67450,16 @@ }, "delete": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "Delete a State Machine Transition resource.", + "summary": "Delete a State Machine State resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteStateMachineTransition", + "operationId": "deleteStateMachineState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_transition", + "description": "Identifier for the state_machine_state", "required": true, "schema": { "type": "string", @@ -67490,16 +67490,16 @@ }, "patch": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "Partially update information about a State Machine Transition resource.", + "summary": "Partially update information about a State Machine State resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateStateMachineTransition", + "operationId": "updateStateMachineState", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the state_machine_transition", + "description": "Identifier for the state_machine_state", "required": true, "schema": { "type": "string", @@ -67517,18 +67517,18 @@ } ], "requestBody": { - "description": "Partially update information about a State Machine Transition resource.", + "description": "Partially update information about a State Machine State resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } }, "responses": { "200": { - "description": "Detail of StateMachineTransition", + "description": "Detail of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -67540,7 +67540,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67555,7 +67555,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67574,14 +67574,14 @@ } } }, - "/aggregate/state-machine-transition": { + "/aggregate/state-machine-state": { "post": { "tags": [ - "State Machine Transition" + "State Machine State" ], - "summary": "Aggregate for the State Machine Transition resources.", + "summary": "Aggregate for the State Machine State resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateStateMachineTransition", + "operationId": "aggregateStateMachineState", "requestBody": { "required": true, "content": { @@ -67605,7 +67605,7 @@ }, "responses": { "200": { - "description": "List of StateMachineTransition", + "description": "List of StateMachineState", "content": { "application/vnd.api+json": { "schema": { @@ -67619,7 +67619,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67637,7 +67637,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/StateMachineTransition" + "$ref": "#/components/schemas/StateMachineState" } } } @@ -67654,14 +67654,14 @@ } } }, - "/system-config": { + "/state-machine-transition": { "get": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "List with basic information of System Config resources.", + "summary": "List with basic information of State Machine Transition resources.", "description": "Available since: 6.0.0.0", - "operationId": "getSystemConfigList", + "operationId": "getStateMachineTransitionList", "parameters": [ { "name": "limit", @@ -67690,7 +67690,7 @@ ], "responses": { "200": { - "description": "List of System Config resources.", + "description": "List of State Machine Transition resources.", "content": { "application/vnd.api+json": { "schema": { @@ -67709,7 +67709,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } ] @@ -67723,16 +67723,16 @@ "type": "object", "properties": { "first": { - "example": "/system-config?limit=25" + "example": "/state-machine-transition?limit=25" }, "last": { - "example": "/system-config?limit=25&page=11" + "example": "/state-machine-transition?limit=25&page=11" }, "next": { - "example": "/system-config?limit=25&page=4" + "example": "/state-machine-transition?limit=25&page=4" }, "prev": { - "example": "/system-config?limit=25&page=2" + "example": "/state-machine-transition?limit=25&page=2" } } } @@ -67753,7 +67753,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67768,11 +67768,11 @@ }, "post": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "Create a new System Config resources.", + "summary": "Create a new State Machine Transition resources.", "description": "Available since: 6.0.0.0", - "operationId": "createSystemConfig", + "operationId": "createStateMachineTransition", "parameters": [ { "name": "_response", @@ -67791,14 +67791,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } }, "responses": { "200": { - "description": "Detail of SystemConfig", + "description": "Detail of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -67810,7 +67810,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67825,7 +67825,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67841,14 +67841,14 @@ } } }, - "/search/system-config": { + "/search/state-machine-transition": { "post": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "Search for the System Config resources.", + "summary": "Search for the State Machine Transition resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchSystemConfig", + "operationId": "searchStateMachineTransition", "parameters": [ { "name": "sw-include-search-info", @@ -67876,7 +67876,7 @@ }, "responses": { "200": { - "description": "List of SystemConfig", + "description": "List of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -67890,7 +67890,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67908,7 +67908,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67925,19 +67925,19 @@ } } }, - "/system-config/{id}": { + "/state-machine-transition/{id}": { "get": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "Detailed information about a System Config resource.", + "summary": "Detailed information about a State Machine Transition resource.", "description": "Available since: 6.0.0.0", - "operationId": "getSystemConfig", + "operationId": "getStateMachineTransition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the system_config", + "description": "Identifier for the state_machine_transition", "required": true, "schema": { "type": "string", @@ -67947,7 +67947,7 @@ ], "responses": { "200": { - "description": "Detail of SystemConfig", + "description": "Detail of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -67959,7 +67959,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67974,7 +67974,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -67991,16 +67991,16 @@ }, "delete": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "Delete a System Config resource.", + "summary": "Delete a State Machine Transition resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteSystemConfig", + "operationId": "deleteStateMachineTransition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the system_config", + "description": "Identifier for the state_machine_transition", "required": true, "schema": { "type": "string", @@ -68031,16 +68031,16 @@ }, "patch": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "Partially update information about a System Config resource.", + "summary": "Partially update information about a State Machine Transition resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateSystemConfig", + "operationId": "updateStateMachineTransition", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the system_config", + "description": "Identifier for the state_machine_transition", "required": true, "schema": { "type": "string", @@ -68058,18 +68058,18 @@ } ], "requestBody": { - "description": "Partially update information about a System Config resource.", + "description": "Partially update information about a State Machine Transition resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } }, "responses": { "200": { - "description": "Detail of SystemConfig", + "description": "Detail of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -68081,7 +68081,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -68096,7 +68096,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -68115,14 +68115,14 @@ } } }, - "/aggregate/system-config": { + "/aggregate/state-machine-transition": { "post": { "tags": [ - "System Config" + "State Machine Transition" ], - "summary": "Aggregate for the System Config resources.", + "summary": "Aggregate for the State Machine Transition resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSystemConfig", + "operationId": "aggregateStateMachineTransition", "requestBody": { "required": true, "content": { @@ -68146,7 +68146,7 @@ }, "responses": { "200": { - "description": "List of SystemConfig", + "description": "List of StateMachineTransition", "content": { "application/vnd.api+json": { "schema": { @@ -68160,7 +68160,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -68178,7 +68178,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SystemConfig" + "$ref": "#/components/schemas/StateMachineTransition" } } } @@ -68195,14 +68195,14 @@ } } }, - "/tag": { + "/system-config": { "get": { "tags": [ - "Tag" + "System Config" ], - "summary": "List with basic information of Tag resources.", + "summary": "List with basic information of System Config resources.", "description": "Available since: 6.0.0.0", - "operationId": "getTagList", + "operationId": "getSystemConfigList", "parameters": [ { "name": "limit", @@ -68231,7 +68231,7 @@ ], "responses": { "200": { - "description": "List of Tag resources.", + "description": "List of System Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -68250,7 +68250,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } ] @@ -68264,16 +68264,16 @@ "type": "object", "properties": { "first": { - "example": "/tag?limit=25" + "example": "/system-config?limit=25" }, "last": { - "example": "/tag?limit=25&page=11" + "example": "/system-config?limit=25&page=11" }, "next": { - "example": "/tag?limit=25&page=4" + "example": "/system-config?limit=25&page=4" }, "prev": { - "example": "/tag?limit=25&page=2" + "example": "/system-config?limit=25&page=2" } } } @@ -68294,7 +68294,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68309,11 +68309,11 @@ }, "post": { "tags": [ - "Tag" + "System Config" ], - "summary": "Create a new Tag resources.", + "summary": "Create a new System Config resources.", "description": "Available since: 6.0.0.0", - "operationId": "createTag", + "operationId": "createSystemConfig", "parameters": [ { "name": "_response", @@ -68332,14 +68332,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } }, "responses": { "200": { - "description": "Detail of Tag", + "description": "Detail of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -68351,7 +68351,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68366,7 +68366,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68382,14 +68382,14 @@ } } }, - "/search/tag": { + "/search/system-config": { "post": { "tags": [ - "Tag" + "System Config" ], - "summary": "Search for the Tag resources.", + "summary": "Search for the System Config resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchTag", + "operationId": "searchSystemConfig", "parameters": [ { "name": "sw-include-search-info", @@ -68417,7 +68417,7 @@ }, "responses": { "200": { - "description": "List of Tag", + "description": "List of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -68431,7 +68431,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68449,7 +68449,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68466,19 +68466,19 @@ } } }, - "/tag/{id}": { + "/system-config/{id}": { "get": { "tags": [ - "Tag" + "System Config" ], - "summary": "Detailed information about a Tag resource.", + "summary": "Detailed information about a System Config resource.", "description": "Available since: 6.0.0.0", - "operationId": "getTag", + "operationId": "getSystemConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tag", + "description": "Identifier for the system_config", "required": true, "schema": { "type": "string", @@ -68488,7 +68488,7 @@ ], "responses": { "200": { - "description": "Detail of Tag", + "description": "Detail of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -68500,7 +68500,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68515,7 +68515,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68532,16 +68532,16 @@ }, "delete": { "tags": [ - "Tag" + "System Config" ], - "summary": "Delete a Tag resource.", + "summary": "Delete a System Config resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteTag", + "operationId": "deleteSystemConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tag", + "description": "Identifier for the system_config", "required": true, "schema": { "type": "string", @@ -68572,16 +68572,16 @@ }, "patch": { "tags": [ - "Tag" + "System Config" ], - "summary": "Partially update information about a Tag resource.", + "summary": "Partially update information about a System Config resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateTag", + "operationId": "updateSystemConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tag", + "description": "Identifier for the system_config", "required": true, "schema": { "type": "string", @@ -68599,18 +68599,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tag resource.", + "description": "Partially update information about a System Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } }, "responses": { "200": { - "description": "Detail of Tag", + "description": "Detail of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -68622,7 +68622,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68637,7 +68637,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68656,14 +68656,14 @@ } } }, - "/aggregate/tag": { + "/aggregate/system-config": { "post": { "tags": [ - "Tag" + "System Config" ], - "summary": "Aggregate for the Tag resources.", + "summary": "Aggregate for the System Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTag", + "operationId": "aggregateSystemConfig", "requestBody": { "required": true, "content": { @@ -68687,7 +68687,7 @@ }, "responses": { "200": { - "description": "List of Tag", + "description": "List of SystemConfig", "content": { "application/vnd.api+json": { "schema": { @@ -68701,7 +68701,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68719,7 +68719,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tag" + "$ref": "#/components/schemas/SystemConfig" } } } @@ -68736,14 +68736,14 @@ } } }, - "/tax": { + "/tag": { "get": { "tags": [ - "Tax" + "Tag" ], - "summary": "List with basic information of Tax resources.", + "summary": "List with basic information of Tag resources.", "description": "Available since: 6.0.0.0", - "operationId": "getTaxList", + "operationId": "getTagList", "parameters": [ { "name": "limit", @@ -68772,7 +68772,7 @@ ], "responses": { "200": { - "description": "List of Tax resources.", + "description": "List of Tag resources.", "content": { "application/vnd.api+json": { "schema": { @@ -68791,7 +68791,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } ] @@ -68805,16 +68805,16 @@ "type": "object", "properties": { "first": { - "example": "/tax?limit=25" + "example": "/tag?limit=25" }, "last": { - "example": "/tax?limit=25&page=11" + "example": "/tag?limit=25&page=11" }, "next": { - "example": "/tax?limit=25&page=4" + "example": "/tag?limit=25&page=4" }, "prev": { - "example": "/tax?limit=25&page=2" + "example": "/tag?limit=25&page=2" } } } @@ -68835,7 +68835,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -68850,11 +68850,11 @@ }, "post": { "tags": [ - "Tax" + "Tag" ], - "summary": "Create a new Tax resources.", + "summary": "Create a new Tag resources.", "description": "Available since: 6.0.0.0", - "operationId": "createTax", + "operationId": "createTag", "parameters": [ { "name": "_response", @@ -68873,14 +68873,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } }, "responses": { "200": { - "description": "Detail of Tax", + "description": "Detail of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -68892,7 +68892,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -68907,7 +68907,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -68923,14 +68923,14 @@ } } }, - "/search/tax": { + "/search/tag": { "post": { "tags": [ - "Tax" + "Tag" ], - "summary": "Search for the Tax resources.", + "summary": "Search for the Tag resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchTax", + "operationId": "searchTag", "parameters": [ { "name": "sw-include-search-info", @@ -68958,7 +68958,7 @@ }, "responses": { "200": { - "description": "List of Tax", + "description": "List of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -68972,7 +68972,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -68990,7 +68990,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69007,19 +69007,19 @@ } } }, - "/tax/{id}": { + "/tag/{id}": { "get": { "tags": [ - "Tax" + "Tag" ], - "summary": "Detailed information about a Tax resource.", + "summary": "Detailed information about a Tag resource.", "description": "Available since: 6.0.0.0", - "operationId": "getTax", + "operationId": "getTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax", + "description": "Identifier for the tag", "required": true, "schema": { "type": "string", @@ -69029,7 +69029,7 @@ ], "responses": { "200": { - "description": "Detail of Tax", + "description": "Detail of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -69041,7 +69041,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69056,7 +69056,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69073,16 +69073,16 @@ }, "delete": { "tags": [ - "Tax" + "Tag" ], - "summary": "Delete a Tax resource.", + "summary": "Delete a Tag resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteTax", + "operationId": "deleteTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax", + "description": "Identifier for the tag", "required": true, "schema": { "type": "string", @@ -69113,16 +69113,16 @@ }, "patch": { "tags": [ - "Tax" + "Tag" ], - "summary": "Partially update information about a Tax resource.", + "summary": "Partially update information about a Tag resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateTax", + "operationId": "updateTag", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax", + "description": "Identifier for the tag", "required": true, "schema": { "type": "string", @@ -69140,18 +69140,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax resource.", + "description": "Partially update information about a Tag resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } }, "responses": { "200": { - "description": "Detail of Tax", + "description": "Detail of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -69163,7 +69163,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69178,7 +69178,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69197,14 +69197,14 @@ } } }, - "/aggregate/tax": { + "/aggregate/tag": { "post": { "tags": [ - "Tax" + "Tag" ], - "summary": "Aggregate for the Tax resources.", + "summary": "Aggregate for the Tag resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTax", + "operationId": "aggregateTag", "requestBody": { "required": true, "content": { @@ -69228,7 +69228,7 @@ }, "responses": { "200": { - "description": "List of Tax", + "description": "List of Tag", "content": { "application/vnd.api+json": { "schema": { @@ -69242,7 +69242,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69260,7 +69260,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Tax" + "$ref": "#/components/schemas/Tag" } } } @@ -69277,14 +69277,14 @@ } } }, - "/tax-provider": { + "/tax": { "get": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "List with basic information of Tax Provider resources.", - "description": "Available since: 6.5.0.0", - "operationId": "getTaxProviderList", + "summary": "List with basic information of Tax resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getTaxList", "parameters": [ { "name": "limit", @@ -69313,7 +69313,7 @@ ], "responses": { "200": { - "description": "List of Tax Provider resources.", + "description": "List of Tax resources.", "content": { "application/vnd.api+json": { "schema": { @@ -69332,7 +69332,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } ] @@ -69346,16 +69346,16 @@ "type": "object", "properties": { "first": { - "example": "/tax-provider?limit=25" + "example": "/tax?limit=25" }, "last": { - "example": "/tax-provider?limit=25&page=11" + "example": "/tax?limit=25&page=11" }, "next": { - "example": "/tax-provider?limit=25&page=4" + "example": "/tax?limit=25&page=4" }, "prev": { - "example": "/tax-provider?limit=25&page=2" + "example": "/tax?limit=25&page=2" } } } @@ -69376,7 +69376,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69391,11 +69391,11 @@ }, "post": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "Create a new Tax Provider resources.", - "description": "Available since: 6.5.0.0", - "operationId": "createTaxProvider", + "summary": "Create a new Tax resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createTax", "parameters": [ { "name": "_response", @@ -69414,14 +69414,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } }, "responses": { "200": { - "description": "Detail of TaxProvider", + "description": "Detail of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -69433,7 +69433,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69448,7 +69448,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69464,14 +69464,14 @@ } } }, - "/search/tax-provider": { + "/search/tax": { "post": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "Search for the Tax Provider resources.", - "description": "Available since: 6.5.0.0", - "operationId": "searchTaxProvider", + "summary": "Search for the Tax resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchTax", "parameters": [ { "name": "sw-include-search-info", @@ -69499,7 +69499,7 @@ }, "responses": { "200": { - "description": "List of TaxProvider", + "description": "List of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -69513,7 +69513,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69531,7 +69531,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69548,19 +69548,19 @@ } } }, - "/tax-provider/{id}": { + "/tax/{id}": { "get": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "Detailed information about a Tax Provider resource.", - "description": "Available since: 6.5.0.0", - "operationId": "getTaxProvider", + "summary": "Detailed information about a Tax resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getTax", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_provider", + "description": "Identifier for the tax", "required": true, "schema": { "type": "string", @@ -69570,7 +69570,7 @@ ], "responses": { "200": { - "description": "Detail of TaxProvider", + "description": "Detail of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -69582,7 +69582,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69597,7 +69597,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69614,16 +69614,16 @@ }, "delete": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "Delete a Tax Provider resource.", - "description": "Available since: 6.5.0.0", - "operationId": "deleteTaxProvider", + "summary": "Delete a Tax resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteTax", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_provider", + "description": "Identifier for the tax", "required": true, "schema": { "type": "string", @@ -69654,16 +69654,16 @@ }, "patch": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "Partially update information about a Tax Provider resource.", - "description": "Available since: 6.5.0.0", - "operationId": "updateTaxProvider", + "summary": "Partially update information about a Tax resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateTax", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_provider", + "description": "Identifier for the tax", "required": true, "schema": { "type": "string", @@ -69681,18 +69681,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax Provider resource.", + "description": "Partially update information about a Tax resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } }, "responses": { "200": { - "description": "Detail of TaxProvider", + "description": "Detail of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -69704,7 +69704,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69719,7 +69719,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69738,14 +69738,14 @@ } } }, - "/aggregate/tax-provider": { + "/aggregate/tax": { "post": { "tags": [ - "Tax Provider" + "Tax" ], - "summary": "Aggregate for the Tax Provider resources.", + "summary": "Aggregate for the Tax resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxProvider", + "operationId": "aggregateTax", "requestBody": { "required": true, "content": { @@ -69769,7 +69769,7 @@ }, "responses": { "200": { - "description": "List of TaxProvider", + "description": "List of Tax", "content": { "application/vnd.api+json": { "schema": { @@ -69783,7 +69783,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69801,7 +69801,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxProvider" + "$ref": "#/components/schemas/Tax" } } } @@ -69818,14 +69818,14 @@ } } }, - "/tax-rule": { + "/tax-provider": { "get": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "List with basic information of Tax Rule resources.", - "description": "Available since: 6.1.0.0", - "operationId": "getTaxRuleList", + "summary": "List with basic information of Tax Provider resources.", + "description": "Available since: 6.5.0.0", + "operationId": "getTaxProviderList", "parameters": [ { "name": "limit", @@ -69854,7 +69854,7 @@ ], "responses": { "200": { - "description": "List of Tax Rule resources.", + "description": "List of Tax Provider resources.", "content": { "application/vnd.api+json": { "schema": { @@ -69873,7 +69873,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } ] @@ -69887,16 +69887,16 @@ "type": "object", "properties": { "first": { - "example": "/tax-rule?limit=25" + "example": "/tax-provider?limit=25" }, "last": { - "example": "/tax-rule?limit=25&page=11" + "example": "/tax-provider?limit=25&page=11" }, "next": { - "example": "/tax-rule?limit=25&page=4" + "example": "/tax-provider?limit=25&page=4" }, "prev": { - "example": "/tax-rule?limit=25&page=2" + "example": "/tax-provider?limit=25&page=2" } } } @@ -69917,7 +69917,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -69932,11 +69932,11 @@ }, "post": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "Create a new Tax Rule resources.", - "description": "Available since: 6.1.0.0", - "operationId": "createTaxRule", + "summary": "Create a new Tax Provider resources.", + "description": "Available since: 6.5.0.0", + "operationId": "createTaxProvider", "parameters": [ { "name": "_response", @@ -69955,14 +69955,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } }, "responses": { "200": { - "description": "Detail of TaxRule", + "description": "Detail of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -69974,7 +69974,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -69989,7 +69989,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70005,14 +70005,14 @@ } } }, - "/search/tax-rule": { + "/search/tax-provider": { "post": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "Search for the Tax Rule resources.", - "description": "Available since: 6.1.0.0", - "operationId": "searchTaxRule", + "summary": "Search for the Tax Provider resources.", + "description": "Available since: 6.5.0.0", + "operationId": "searchTaxProvider", "parameters": [ { "name": "sw-include-search-info", @@ -70040,7 +70040,7 @@ }, "responses": { "200": { - "description": "List of TaxRule", + "description": "List of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -70054,7 +70054,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70072,7 +70072,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70089,19 +70089,19 @@ } } }, - "/tax-rule/{id}": { + "/tax-provider/{id}": { "get": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "Detailed information about a Tax Rule resource.", - "description": "Available since: 6.1.0.0", - "operationId": "getTaxRule", + "summary": "Detailed information about a Tax Provider resource.", + "description": "Available since: 6.5.0.0", + "operationId": "getTaxProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule", + "description": "Identifier for the tax_provider", "required": true, "schema": { "type": "string", @@ -70111,7 +70111,7 @@ ], "responses": { "200": { - "description": "Detail of TaxRule", + "description": "Detail of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -70123,7 +70123,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70138,7 +70138,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70155,16 +70155,16 @@ }, "delete": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "Delete a Tax Rule resource.", - "description": "Available since: 6.1.0.0", - "operationId": "deleteTaxRule", + "summary": "Delete a Tax Provider resource.", + "description": "Available since: 6.5.0.0", + "operationId": "deleteTaxProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule", + "description": "Identifier for the tax_provider", "required": true, "schema": { "type": "string", @@ -70195,16 +70195,16 @@ }, "patch": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "Partially update information about a Tax Rule resource.", - "description": "Available since: 6.1.0.0", - "operationId": "updateTaxRule", + "summary": "Partially update information about a Tax Provider resource.", + "description": "Available since: 6.5.0.0", + "operationId": "updateTaxProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule", + "description": "Identifier for the tax_provider", "required": true, "schema": { "type": "string", @@ -70222,18 +70222,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax Rule resource.", + "description": "Partially update information about a Tax Provider resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } }, "responses": { "200": { - "description": "Detail of TaxRule", + "description": "Detail of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -70245,7 +70245,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70260,7 +70260,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70279,14 +70279,14 @@ } } }, - "/aggregate/tax-rule": { + "/aggregate/tax-provider": { "post": { "tags": [ - "Tax Rule" + "Tax Provider" ], - "summary": "Aggregate for the Tax Rule resources.", + "summary": "Aggregate for the Tax Provider resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxRule", + "operationId": "aggregateTaxProvider", "requestBody": { "required": true, "content": { @@ -70310,7 +70310,7 @@ }, "responses": { "200": { - "description": "List of TaxRule", + "description": "List of TaxProvider", "content": { "application/vnd.api+json": { "schema": { @@ -70324,7 +70324,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70342,7 +70342,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRule" + "$ref": "#/components/schemas/TaxProvider" } } } @@ -70359,14 +70359,14 @@ } } }, - "/tax-rule-type": { + "/tax-rule": { "get": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "List with basic information of Tax Rule Type resources.", + "summary": "List with basic information of Tax Rule resources.", "description": "Available since: 6.1.0.0", - "operationId": "getTaxRuleTypeList", + "operationId": "getTaxRuleList", "parameters": [ { "name": "limit", @@ -70395,7 +70395,7 @@ ], "responses": { "200": { - "description": "List of Tax Rule Type resources.", + "description": "List of Tax Rule resources.", "content": { "application/vnd.api+json": { "schema": { @@ -70414,7 +70414,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } ] @@ -70428,16 +70428,16 @@ "type": "object", "properties": { "first": { - "example": "/tax-rule-type?limit=25" + "example": "/tax-rule?limit=25" }, "last": { - "example": "/tax-rule-type?limit=25&page=11" + "example": "/tax-rule?limit=25&page=11" }, "next": { - "example": "/tax-rule-type?limit=25&page=4" + "example": "/tax-rule?limit=25&page=4" }, "prev": { - "example": "/tax-rule-type?limit=25&page=2" + "example": "/tax-rule?limit=25&page=2" } } } @@ -70458,7 +70458,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70473,11 +70473,11 @@ }, "post": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "Create a new Tax Rule Type resources.", + "summary": "Create a new Tax Rule resources.", "description": "Available since: 6.1.0.0", - "operationId": "createTaxRuleType", + "operationId": "createTaxRule", "parameters": [ { "name": "_response", @@ -70496,14 +70496,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } }, "responses": { "200": { - "description": "Detail of TaxRuleType", + "description": "Detail of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -70515,7 +70515,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70530,7 +70530,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70546,14 +70546,14 @@ } } }, - "/search/tax-rule-type": { + "/search/tax-rule": { "post": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "Search for the Tax Rule Type resources.", + "summary": "Search for the Tax Rule resources.", "description": "Available since: 6.1.0.0", - "operationId": "searchTaxRuleType", + "operationId": "searchTaxRule", "parameters": [ { "name": "sw-include-search-info", @@ -70581,7 +70581,7 @@ }, "responses": { "200": { - "description": "List of TaxRuleType", + "description": "List of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -70595,7 +70595,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70613,7 +70613,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70630,19 +70630,19 @@ } } }, - "/tax-rule-type/{id}": { + "/tax-rule/{id}": { "get": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "Detailed information about a Tax Rule Type resource.", + "summary": "Detailed information about a Tax Rule resource.", "description": "Available since: 6.1.0.0", - "operationId": "getTaxRuleType", + "operationId": "getTaxRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule_type", + "description": "Identifier for the tax_rule", "required": true, "schema": { "type": "string", @@ -70652,7 +70652,7 @@ ], "responses": { "200": { - "description": "Detail of TaxRuleType", + "description": "Detail of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -70664,7 +70664,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70679,7 +70679,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70696,16 +70696,16 @@ }, "delete": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "Delete a Tax Rule Type resource.", + "summary": "Delete a Tax Rule resource.", "description": "Available since: 6.1.0.0", - "operationId": "deleteTaxRuleType", + "operationId": "deleteTaxRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule_type", + "description": "Identifier for the tax_rule", "required": true, "schema": { "type": "string", @@ -70736,16 +70736,16 @@ }, "patch": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "Partially update information about a Tax Rule Type resource.", + "summary": "Partially update information about a Tax Rule resource.", "description": "Available since: 6.1.0.0", - "operationId": "updateTaxRuleType", + "operationId": "updateTaxRule", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the tax_rule_type", + "description": "Identifier for the tax_rule", "required": true, "schema": { "type": "string", @@ -70763,18 +70763,18 @@ } ], "requestBody": { - "description": "Partially update information about a Tax Rule Type resource.", + "description": "Partially update information about a Tax Rule resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } }, "responses": { "200": { - "description": "Detail of TaxRuleType", + "description": "Detail of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -70786,7 +70786,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70801,7 +70801,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70820,14 +70820,14 @@ } } }, - "/aggregate/tax-rule-type": { + "/aggregate/tax-rule": { "post": { "tags": [ - "Tax Rule Type" + "Tax Rule" ], - "summary": "Aggregate for the Tax Rule Type resources.", + "summary": "Aggregate for the Tax Rule resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTaxRuleType", + "operationId": "aggregateTaxRule", "requestBody": { "required": true, "content": { @@ -70851,7 +70851,7 @@ }, "responses": { "200": { - "description": "List of TaxRuleType", + "description": "List of TaxRule", "content": { "application/vnd.api+json": { "schema": { @@ -70865,7 +70865,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70883,7 +70883,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/TaxRuleType" + "$ref": "#/components/schemas/TaxRule" } } } @@ -70900,14 +70900,14 @@ } } }, - "/theme": { + "/tax-rule-type": { "get": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "List with basic information of Theme resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getThemeList", + "summary": "List with basic information of Tax Rule Type resources.", + "description": "Available since: 6.1.0.0", + "operationId": "getTaxRuleTypeList", "parameters": [ { "name": "limit", @@ -70936,7 +70936,7 @@ ], "responses": { "200": { - "description": "List of Theme resources.", + "description": "List of Tax Rule Type resources.", "content": { "application/vnd.api+json": { "schema": { @@ -70955,7 +70955,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } ] @@ -70969,16 +70969,16 @@ "type": "object", "properties": { "first": { - "example": "/theme?limit=25" + "example": "/tax-rule-type?limit=25" }, "last": { - "example": "/theme?limit=25&page=11" + "example": "/tax-rule-type?limit=25&page=11" }, "next": { - "example": "/theme?limit=25&page=4" + "example": "/tax-rule-type?limit=25&page=4" }, "prev": { - "example": "/theme?limit=25&page=2" + "example": "/tax-rule-type?limit=25&page=2" } } } @@ -70999,7 +70999,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71014,11 +71014,11 @@ }, "post": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "Create a new Theme resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createTheme", + "summary": "Create a new Tax Rule Type resources.", + "description": "Available since: 6.1.0.0", + "operationId": "createTaxRuleType", "parameters": [ { "name": "_response", @@ -71037,14 +71037,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } }, "responses": { "200": { - "description": "Detail of Theme", + "description": "Detail of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -71056,7 +71056,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71071,7 +71071,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71087,14 +71087,14 @@ } } }, - "/search/theme": { + "/search/tax-rule-type": { "post": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "Search for the Theme resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchTheme", + "summary": "Search for the Tax Rule Type resources.", + "description": "Available since: 6.1.0.0", + "operationId": "searchTaxRuleType", "parameters": [ { "name": "sw-include-search-info", @@ -71122,7 +71122,7 @@ }, "responses": { "200": { - "description": "List of Theme", + "description": "List of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -71136,7 +71136,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71154,7 +71154,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71171,19 +71171,19 @@ } } }, - "/theme/{id}": { + "/tax-rule-type/{id}": { "get": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "Detailed information about a Theme resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getTheme", + "summary": "Detailed information about a Tax Rule Type resource.", + "description": "Available since: 6.1.0.0", + "operationId": "getTaxRuleType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the theme", + "description": "Identifier for the tax_rule_type", "required": true, "schema": { "type": "string", @@ -71193,7 +71193,7 @@ ], "responses": { "200": { - "description": "Detail of Theme", + "description": "Detail of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -71205,7 +71205,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71220,7 +71220,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71237,16 +71237,16 @@ }, "delete": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "Delete a Theme resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteTheme", + "summary": "Delete a Tax Rule Type resource.", + "description": "Available since: 6.1.0.0", + "operationId": "deleteTaxRuleType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the theme", + "description": "Identifier for the tax_rule_type", "required": true, "schema": { "type": "string", @@ -71277,16 +71277,16 @@ }, "patch": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "Partially update information about a Theme resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateTheme", + "summary": "Partially update information about a Tax Rule Type resource.", + "description": "Available since: 6.1.0.0", + "operationId": "updateTaxRuleType", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the theme", + "description": "Identifier for the tax_rule_type", "required": true, "schema": { "type": "string", @@ -71304,18 +71304,18 @@ } ], "requestBody": { - "description": "Partially update information about a Theme resource.", + "description": "Partially update information about a Tax Rule Type resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } }, "responses": { "200": { - "description": "Detail of Theme", + "description": "Detail of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -71327,7 +71327,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71342,7 +71342,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71361,14 +71361,14 @@ } } }, - "/aggregate/theme": { + "/aggregate/tax-rule-type": { "post": { "tags": [ - "Theme" + "Tax Rule Type" ], - "summary": "Aggregate for the Theme resources.", + "summary": "Aggregate for the Tax Rule Type resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateTheme", + "operationId": "aggregateTaxRuleType", "requestBody": { "required": true, "content": { @@ -71392,7 +71392,7 @@ }, "responses": { "200": { - "description": "List of Theme", + "description": "List of TaxRuleType", "content": { "application/vnd.api+json": { "schema": { @@ -71406,7 +71406,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71424,7 +71424,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Theme" + "$ref": "#/components/schemas/TaxRuleType" } } } @@ -71441,14 +71441,14 @@ } } }, - "/unit": { + "/theme": { "get": { "tags": [ - "Unit" + "Theme" ], - "summary": "List with basic information of Unit resources.", + "summary": "List with basic information of Theme resources.", "description": "Available since: 6.0.0.0", - "operationId": "getUnitList", + "operationId": "getThemeList", "parameters": [ { "name": "limit", @@ -71477,7 +71477,7 @@ ], "responses": { "200": { - "description": "List of Unit resources.", + "description": "List of Theme resources.", "content": { "application/vnd.api+json": { "schema": { @@ -71496,7 +71496,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } ] @@ -71510,16 +71510,16 @@ "type": "object", "properties": { "first": { - "example": "/unit?limit=25" + "example": "/theme?limit=25" }, "last": { - "example": "/unit?limit=25&page=11" + "example": "/theme?limit=25&page=11" }, "next": { - "example": "/unit?limit=25&page=4" + "example": "/theme?limit=25&page=4" }, "prev": { - "example": "/unit?limit=25&page=2" + "example": "/theme?limit=25&page=2" } } } @@ -71540,7 +71540,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71555,11 +71555,11 @@ }, "post": { "tags": [ - "Unit" + "Theme" ], - "summary": "Create a new Unit resources.", + "summary": "Create a new Theme resources.", "description": "Available since: 6.0.0.0", - "operationId": "createUnit", + "operationId": "createTheme", "parameters": [ { "name": "_response", @@ -71578,14 +71578,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } }, "responses": { "200": { - "description": "Detail of Unit", + "description": "Detail of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -71597,7 +71597,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71612,7 +71612,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71628,14 +71628,14 @@ } } }, - "/search/unit": { + "/search/theme": { "post": { "tags": [ - "Unit" + "Theme" ], - "summary": "Search for the Unit resources.", + "summary": "Search for the Theme resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchUnit", + "operationId": "searchTheme", "parameters": [ { "name": "sw-include-search-info", @@ -71663,7 +71663,7 @@ }, "responses": { "200": { - "description": "List of Unit", + "description": "List of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -71677,7 +71677,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71695,7 +71695,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71712,19 +71712,19 @@ } } }, - "/unit/{id}": { + "/theme/{id}": { "get": { "tags": [ - "Unit" + "Theme" ], - "summary": "Detailed information about a Unit resource.", + "summary": "Detailed information about a Theme resource.", "description": "Available since: 6.0.0.0", - "operationId": "getUnit", + "operationId": "getTheme", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the unit", + "description": "Identifier for the theme", "required": true, "schema": { "type": "string", @@ -71734,7 +71734,7 @@ ], "responses": { "200": { - "description": "Detail of Unit", + "description": "Detail of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -71746,7 +71746,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71761,7 +71761,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71778,16 +71778,16 @@ }, "delete": { "tags": [ - "Unit" + "Theme" ], - "summary": "Delete a Unit resource.", + "summary": "Delete a Theme resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteUnit", + "operationId": "deleteTheme", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the unit", + "description": "Identifier for the theme", "required": true, "schema": { "type": "string", @@ -71818,16 +71818,16 @@ }, "patch": { "tags": [ - "Unit" + "Theme" ], - "summary": "Partially update information about a Unit resource.", + "summary": "Partially update information about a Theme resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateUnit", + "operationId": "updateTheme", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the unit", + "description": "Identifier for the theme", "required": true, "schema": { "type": "string", @@ -71845,18 +71845,18 @@ } ], "requestBody": { - "description": "Partially update information about a Unit resource.", + "description": "Partially update information about a Theme resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } }, "responses": { "200": { - "description": "Detail of Unit", + "description": "Detail of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -71868,7 +71868,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71883,7 +71883,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71902,14 +71902,14 @@ } } }, - "/aggregate/unit": { + "/aggregate/theme": { "post": { "tags": [ - "Unit" + "Theme" ], - "summary": "Aggregate for the Unit resources.", + "summary": "Aggregate for the Theme resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUnit", + "operationId": "aggregateTheme", "requestBody": { "required": true, "content": { @@ -71933,7 +71933,7 @@ }, "responses": { "200": { - "description": "List of Unit", + "description": "List of Theme", "content": { "application/vnd.api+json": { "schema": { @@ -71947,7 +71947,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71965,7 +71965,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Unit" + "$ref": "#/components/schemas/Theme" } } } @@ -71982,14 +71982,14 @@ } } }, - "/user": { + "/unit": { "get": { "tags": [ - "User" + "Unit" ], - "summary": "List with basic information of User resources.", + "summary": "List with basic information of Unit resources.", "description": "Available since: 6.0.0.0", - "operationId": "getUserList", + "operationId": "getUnitList", "parameters": [ { "name": "limit", @@ -72018,7 +72018,7 @@ ], "responses": { "200": { - "description": "List of User resources.", + "description": "List of Unit resources.", "content": { "application/vnd.api+json": { "schema": { @@ -72037,7 +72037,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } ] @@ -72051,16 +72051,16 @@ "type": "object", "properties": { "first": { - "example": "/user?limit=25" + "example": "/unit?limit=25" }, "last": { - "example": "/user?limit=25&page=11" + "example": "/unit?limit=25&page=11" }, "next": { - "example": "/user?limit=25&page=4" + "example": "/unit?limit=25&page=4" }, "prev": { - "example": "/user?limit=25&page=2" + "example": "/unit?limit=25&page=2" } } } @@ -72081,7 +72081,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72096,11 +72096,11 @@ }, "post": { "tags": [ - "User" + "Unit" ], - "summary": "Create a new User resources.", + "summary": "Create a new Unit resources.", "description": "Available since: 6.0.0.0", - "operationId": "createUser", + "operationId": "createUnit", "parameters": [ { "name": "_response", @@ -72119,14 +72119,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } }, "responses": { "200": { - "description": "Detail of User", + "description": "Detail of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -72138,7 +72138,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72153,7 +72153,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72169,14 +72169,14 @@ } } }, - "/search/user": { + "/search/unit": { "post": { "tags": [ - "User" + "Unit" ], - "summary": "Search for the User resources.", + "summary": "Search for the Unit resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchUser", + "operationId": "searchUnit", "parameters": [ { "name": "sw-include-search-info", @@ -72204,7 +72204,7 @@ }, "responses": { "200": { - "description": "List of User", + "description": "List of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -72218,7 +72218,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72236,7 +72236,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72253,19 +72253,19 @@ } } }, - "/user/{id}": { + "/unit/{id}": { "get": { "tags": [ - "User" + "Unit" ], - "summary": "Detailed information about a User resource.", + "summary": "Detailed information about a Unit resource.", "description": "Available since: 6.0.0.0", - "operationId": "getUser", + "operationId": "getUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user", + "description": "Identifier for the unit", "required": true, "schema": { "type": "string", @@ -72275,7 +72275,7 @@ ], "responses": { "200": { - "description": "Detail of User", + "description": "Detail of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -72287,7 +72287,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72302,7 +72302,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72319,16 +72319,16 @@ }, "delete": { "tags": [ - "User" + "Unit" ], - "summary": "Delete a User resource.", + "summary": "Delete a Unit resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteUser", + "operationId": "deleteUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user", + "description": "Identifier for the unit", "required": true, "schema": { "type": "string", @@ -72359,16 +72359,16 @@ }, "patch": { "tags": [ - "User" + "Unit" ], - "summary": "Partially update information about a User resource.", + "summary": "Partially update information about a Unit resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateUser", + "operationId": "updateUnit", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user", + "description": "Identifier for the unit", "required": true, "schema": { "type": "string", @@ -72386,18 +72386,18 @@ } ], "requestBody": { - "description": "Partially update information about a User resource.", + "description": "Partially update information about a Unit resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } }, "responses": { "200": { - "description": "Detail of User", + "description": "Detail of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -72409,7 +72409,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72424,7 +72424,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72443,14 +72443,14 @@ } } }, - "/aggregate/user": { + "/aggregate/unit": { "post": { "tags": [ - "User" + "Unit" ], - "summary": "Aggregate for the User resources.", + "summary": "Aggregate for the Unit resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUser", + "operationId": "aggregateUnit", "requestBody": { "required": true, "content": { @@ -72474,7 +72474,7 @@ }, "responses": { "200": { - "description": "List of User", + "description": "List of Unit", "content": { "application/vnd.api+json": { "schema": { @@ -72488,7 +72488,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72506,7 +72506,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/User" + "$ref": "#/components/schemas/Unit" } } } @@ -72523,14 +72523,14 @@ } } }, - "/user-access-key": { + "/user": { "get": { "tags": [ - "User Access Key" + "User" ], - "summary": "List with basic information of User Access Key resources.", + "summary": "List with basic information of User resources.", "description": "Available since: 6.0.0.0", - "operationId": "getUserAccessKeyList", + "operationId": "getUserList", "parameters": [ { "name": "limit", @@ -72559,7 +72559,7 @@ ], "responses": { "200": { - "description": "List of User Access Key resources.", + "description": "List of User resources.", "content": { "application/vnd.api+json": { "schema": { @@ -72578,7 +72578,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } ] @@ -72592,16 +72592,16 @@ "type": "object", "properties": { "first": { - "example": "/user-access-key?limit=25" + "example": "/user?limit=25" }, "last": { - "example": "/user-access-key?limit=25&page=11" + "example": "/user?limit=25&page=11" }, "next": { - "example": "/user-access-key?limit=25&page=4" + "example": "/user?limit=25&page=4" }, "prev": { - "example": "/user-access-key?limit=25&page=2" + "example": "/user?limit=25&page=2" } } } @@ -72622,7 +72622,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72637,11 +72637,11 @@ }, "post": { "tags": [ - "User Access Key" + "User" ], - "summary": "Create a new User Access Key resources.", + "summary": "Create a new User resources.", "description": "Available since: 6.0.0.0", - "operationId": "createUserAccessKey", + "operationId": "createUser", "parameters": [ { "name": "_response", @@ -72660,14 +72660,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } }, "responses": { "200": { - "description": "Detail of UserAccessKey", + "description": "Detail of User", "content": { "application/vnd.api+json": { "schema": { @@ -72679,7 +72679,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72694,7 +72694,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72710,14 +72710,14 @@ } } }, - "/search/user-access-key": { + "/search/user": { "post": { "tags": [ - "User Access Key" + "User" ], - "summary": "Search for the User Access Key resources.", + "summary": "Search for the User resources.", "description": "Available since: 6.0.0.0", - "operationId": "searchUserAccessKey", + "operationId": "searchUser", "parameters": [ { "name": "sw-include-search-info", @@ -72745,7 +72745,7 @@ }, "responses": { "200": { - "description": "List of UserAccessKey", + "description": "List of User", "content": { "application/vnd.api+json": { "schema": { @@ -72759,7 +72759,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72777,7 +72777,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72794,19 +72794,19 @@ } } }, - "/user-access-key/{id}": { + "/user/{id}": { "get": { "tags": [ - "User Access Key" + "User" ], - "summary": "Detailed information about a User Access Key resource.", + "summary": "Detailed information about a User resource.", "description": "Available since: 6.0.0.0", - "operationId": "getUserAccessKey", + "operationId": "getUser", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_access_key", + "description": "Identifier for the user", "required": true, "schema": { "type": "string", @@ -72816,7 +72816,7 @@ ], "responses": { "200": { - "description": "Detail of UserAccessKey", + "description": "Detail of User", "content": { "application/vnd.api+json": { "schema": { @@ -72828,7 +72828,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72843,7 +72843,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72860,16 +72860,16 @@ }, "delete": { "tags": [ - "User Access Key" + "User" ], - "summary": "Delete a User Access Key resource.", + "summary": "Delete a User resource.", "description": "Available since: 6.0.0.0", - "operationId": "deleteUserAccessKey", + "operationId": "deleteUser", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_access_key", + "description": "Identifier for the user", "required": true, "schema": { "type": "string", @@ -72900,16 +72900,16 @@ }, "patch": { "tags": [ - "User Access Key" + "User" ], - "summary": "Partially update information about a User Access Key resource.", + "summary": "Partially update information about a User resource.", "description": "Available since: 6.0.0.0", - "operationId": "updateUserAccessKey", + "operationId": "updateUser", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_access_key", + "description": "Identifier for the user", "required": true, "schema": { "type": "string", @@ -72927,18 +72927,18 @@ } ], "requestBody": { - "description": "Partially update information about a User Access Key resource.", + "description": "Partially update information about a User resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } }, "responses": { "200": { - "description": "Detail of UserAccessKey", + "description": "Detail of User", "content": { "application/vnd.api+json": { "schema": { @@ -72950,7 +72950,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72965,7 +72965,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -72984,14 +72984,14 @@ } } }, - "/aggregate/user-access-key": { + "/aggregate/user": { "post": { "tags": [ - "User Access Key" + "User" ], - "summary": "Aggregate for the User Access Key resources.", + "summary": "Aggregate for the User resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserAccessKey", + "operationId": "aggregateUser", "requestBody": { "required": true, "content": { @@ -73015,7 +73015,7 @@ }, "responses": { "200": { - "description": "List of UserAccessKey", + "description": "List of User", "content": { "application/vnd.api+json": { "schema": { @@ -73029,7 +73029,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -73047,7 +73047,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserAccessKey" + "$ref": "#/components/schemas/User" } } } @@ -73064,14 +73064,14 @@ } } }, - "/user-config": { + "/user-access-key": { "get": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "List with basic information of User Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "getUserConfigList", + "summary": "List with basic information of User Access Key resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserAccessKeyList", "parameters": [ { "name": "limit", @@ -73100,7 +73100,7 @@ ], "responses": { "200": { - "description": "List of User Config resources.", + "description": "List of User Access Key resources.", "content": { "application/vnd.api+json": { "schema": { @@ -73119,7 +73119,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } ] @@ -73133,16 +73133,16 @@ "type": "object", "properties": { "first": { - "example": "/user-config?limit=25" + "example": "/user-access-key?limit=25" }, "last": { - "example": "/user-config?limit=25&page=11" + "example": "/user-access-key?limit=25&page=11" }, "next": { - "example": "/user-config?limit=25&page=4" + "example": "/user-access-key?limit=25&page=4" }, "prev": { - "example": "/user-config?limit=25&page=2" + "example": "/user-access-key?limit=25&page=2" } } } @@ -73163,7 +73163,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73178,11 +73178,11 @@ }, "post": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "Create a new User Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "createUserConfig", + "summary": "Create a new User Access Key resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createUserAccessKey", "parameters": [ { "name": "_response", @@ -73201,14 +73201,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } }, "responses": { "200": { - "description": "Detail of UserConfig", + "description": "Detail of UserAccessKey", "content": { "application/vnd.api+json": { "schema": { @@ -73220,7 +73220,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73235,7 +73235,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73251,14 +73251,14 @@ } } }, - "/search/user-config": { + "/search/user-access-key": { "post": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "Search for the User Config resources.", - "description": "Available since: 6.3.5.0", - "operationId": "searchUserConfig", + "summary": "Search for the User Access Key resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchUserAccessKey", "parameters": [ { "name": "sw-include-search-info", @@ -73286,7 +73286,7 @@ }, "responses": { "200": { - "description": "List of UserConfig", + "description": "List of UserAccessKey", "content": { "application/vnd.api+json": { "schema": { @@ -73300,7 +73300,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73318,7 +73318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73335,19 +73335,19 @@ } } }, - "/user-config/{id}": { + "/user-access-key/{id}": { "get": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "Detailed information about a User Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "getUserConfig", + "summary": "Detailed information about a User Access Key resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserAccessKey", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_config", + "description": "Identifier for the user_access_key", "required": true, "schema": { "type": "string", @@ -73357,7 +73357,7 @@ ], "responses": { "200": { - "description": "Detail of UserConfig", + "description": "Detail of UserAccessKey", "content": { "application/vnd.api+json": { "schema": { @@ -73369,7 +73369,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73384,7 +73384,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73401,16 +73401,16 @@ }, "delete": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "Delete a User Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "deleteUserConfig", + "summary": "Delete a User Access Key resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteUserAccessKey", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_config", + "description": "Identifier for the user_access_key", "required": true, "schema": { "type": "string", @@ -73441,16 +73441,16 @@ }, "patch": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "Partially update information about a User Config resource.", - "description": "Available since: 6.3.5.0", - "operationId": "updateUserConfig", + "summary": "Partially update information about a User Access Key resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateUserAccessKey", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_config", + "description": "Identifier for the user_access_key", "required": true, "schema": { "type": "string", @@ -73468,18 +73468,18 @@ } ], "requestBody": { - "description": "Partially update information about a User Config resource.", + "description": "Partially update information about a User Access Key resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } }, "responses": { "200": { - "description": "Detail of UserConfig", + "description": "Detail of UserAccessKey", "content": { "application/vnd.api+json": { "schema": { @@ -73491,7 +73491,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73506,7 +73506,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73525,14 +73525,14 @@ } } }, - "/aggregate/user-config": { + "/aggregate/user-access-key": { "post": { "tags": [ - "User Config" + "User Access Key" ], - "summary": "Aggregate for the User Config resources.", + "summary": "Aggregate for the User Access Key resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserConfig", + "operationId": "aggregateUserAccessKey", "requestBody": { "required": true, "content": { @@ -73556,7 +73556,7 @@ }, "responses": { "200": { - "description": "List of UserConfig", + "description": "List of UserAccessKey", "content": { "application/vnd.api+json": { "schema": { @@ -73570,7 +73570,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73588,7 +73588,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserConfig" + "$ref": "#/components/schemas/UserAccessKey" } } } @@ -73605,14 +73605,14 @@ } } }, - "/user-recovery": { + "/user-config": { "get": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "List with basic information of User Recovery resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getUserRecoveryList", + "summary": "List with basic information of User Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "getUserConfigList", "parameters": [ { "name": "limit", @@ -73641,7 +73641,7 @@ ], "responses": { "200": { - "description": "List of User Recovery resources.", + "description": "List of User Config resources.", "content": { "application/vnd.api+json": { "schema": { @@ -73660,7 +73660,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } ] @@ -73674,16 +73674,16 @@ "type": "object", "properties": { "first": { - "example": "/user-recovery?limit=25" + "example": "/user-config?limit=25" }, "last": { - "example": "/user-recovery?limit=25&page=11" + "example": "/user-config?limit=25&page=11" }, "next": { - "example": "/user-recovery?limit=25&page=4" + "example": "/user-config?limit=25&page=4" }, "prev": { - "example": "/user-recovery?limit=25&page=2" + "example": "/user-config?limit=25&page=2" } } } @@ -73704,7 +73704,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73719,11 +73719,11 @@ }, "post": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "Create a new User Recovery resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createUserRecovery", + "summary": "Create a new User Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "createUserConfig", "parameters": [ { "name": "_response", @@ -73742,14 +73742,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } }, "responses": { "200": { - "description": "Detail of UserRecovery", + "description": "Detail of UserConfig", "content": { "application/vnd.api+json": { "schema": { @@ -73761,7 +73761,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73776,7 +73776,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73792,14 +73792,14 @@ } } }, - "/search/user-recovery": { + "/search/user-config": { "post": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "Search for the User Recovery resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchUserRecovery", + "summary": "Search for the User Config resources.", + "description": "Available since: 6.3.5.0", + "operationId": "searchUserConfig", "parameters": [ { "name": "sw-include-search-info", @@ -73827,7 +73827,7 @@ }, "responses": { "200": { - "description": "List of UserRecovery", + "description": "List of UserConfig", "content": { "application/vnd.api+json": { "schema": { @@ -73841,7 +73841,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73859,7 +73859,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73876,19 +73876,19 @@ } } }, - "/user-recovery/{id}": { + "/user-config/{id}": { "get": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "Detailed information about a User Recovery resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getUserRecovery", + "summary": "Detailed information about a User Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "getUserConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_recovery", + "description": "Identifier for the user_config", "required": true, "schema": { "type": "string", @@ -73898,7 +73898,7 @@ ], "responses": { "200": { - "description": "Detail of UserRecovery", + "description": "Detail of UserConfig", "content": { "application/vnd.api+json": { "schema": { @@ -73910,7 +73910,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73925,7 +73925,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -73942,16 +73942,16 @@ }, "delete": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "Delete a User Recovery resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteUserRecovery", + "summary": "Delete a User Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "deleteUserConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_recovery", + "description": "Identifier for the user_config", "required": true, "schema": { "type": "string", @@ -73982,16 +73982,16 @@ }, "patch": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "Partially update information about a User Recovery resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateUserRecovery", + "summary": "Partially update information about a User Config resource.", + "description": "Available since: 6.3.5.0", + "operationId": "updateUserConfig", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the user_recovery", + "description": "Identifier for the user_config", "required": true, "schema": { "type": "string", @@ -74009,18 +74009,18 @@ } ], "requestBody": { - "description": "Partially update information about a User Recovery resource.", + "description": "Partially update information about a User Config resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } }, "responses": { "200": { - "description": "Detail of UserRecovery", + "description": "Detail of UserConfig", "content": { "application/vnd.api+json": { "schema": { @@ -74032,7 +74032,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -74047,7 +74047,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -74066,14 +74066,14 @@ } } }, - "/aggregate/user-recovery": { + "/aggregate/user-config": { "post": { "tags": [ - "User Recovery" + "User Config" ], - "summary": "Aggregate for the User Recovery resources.", + "summary": "Aggregate for the User Config resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateUserRecovery", + "operationId": "aggregateUserConfig", "requestBody": { "required": true, "content": { @@ -74097,7 +74097,7 @@ }, "responses": { "200": { - "description": "List of UserRecovery", + "description": "List of UserConfig", "content": { "application/vnd.api+json": { "schema": { @@ -74111,7 +74111,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -74129,7 +74129,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/UserRecovery" + "$ref": "#/components/schemas/UserConfig" } } } @@ -74146,14 +74146,14 @@ } } }, - "/webhook": { + "/user-recovery": { "get": { "tags": [ - "Webhook" + "User Recovery" ], - "summary": "List with basic information of Webhook resources.", - "description": "Available since: 6.3.1.0", - "operationId": "getWebhookList", + "summary": "List with basic information of User Recovery resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserRecoveryList", "parameters": [ { "name": "limit", @@ -74182,7 +74182,7 @@ ], "responses": { "200": { - "description": "List of Webhook resources.", + "description": "List of User Recovery resources.", "content": { "application/vnd.api+json": { "schema": { @@ -74201,7 +74201,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } ] @@ -74215,16 +74215,16 @@ "type": "object", "properties": { "first": { - "example": "/webhook?limit=25" + "example": "/user-recovery?limit=25" }, "last": { - "example": "/webhook?limit=25&page=11" + "example": "/user-recovery?limit=25&page=11" }, "next": { - "example": "/webhook?limit=25&page=4" + "example": "/user-recovery?limit=25&page=4" }, "prev": { - "example": "/webhook?limit=25&page=2" + "example": "/user-recovery?limit=25&page=2" } } } @@ -74245,7 +74245,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74260,11 +74260,11 @@ }, "post": { "tags": [ - "Webhook" + "User Recovery" ], - "summary": "Create a new Webhook resources.", - "description": "Available since: 6.3.1.0", - "operationId": "createWebhook", + "summary": "Create a new User Recovery resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createUserRecovery", "parameters": [ { "name": "_response", @@ -74283,14 +74283,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } }, "responses": { "200": { - "description": "Detail of Webhook", + "description": "Detail of UserRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -74302,7 +74302,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74317,7 +74317,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74333,14 +74333,14 @@ } } }, - "/search/webhook": { + "/search/user-recovery": { "post": { "tags": [ - "Webhook" + "User Recovery" ], - "summary": "Search for the Webhook resources.", - "description": "Available since: 6.3.1.0", - "operationId": "searchWebhook", + "summary": "Search for the User Recovery resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchUserRecovery", "parameters": [ { "name": "sw-include-search-info", @@ -74368,7 +74368,7 @@ }, "responses": { "200": { - "description": "List of Webhook", + "description": "List of UserRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -74382,7 +74382,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74400,7 +74400,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74417,19 +74417,19 @@ } } }, - "/webhook/{id}": { + "/user-recovery/{id}": { "get": { "tags": [ - "Webhook" + "User Recovery" ], - "summary": "Detailed information about a Webhook resource.", - "description": "Available since: 6.3.1.0", - "operationId": "getWebhook", + "summary": "Detailed information about a User Recovery resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getUserRecovery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook", + "description": "Identifier for the user_recovery", "required": true, "schema": { "type": "string", @@ -74439,7 +74439,7 @@ ], "responses": { "200": { - "description": "Detail of Webhook", + "description": "Detail of UserRecovery", "content": { "application/vnd.api+json": { "schema": { @@ -74451,7 +74451,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74466,7 +74466,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Webhook" + "$ref": "#/components/schemas/UserRecovery" } } } @@ -74483,16 +74483,557 @@ }, "delete": { "tags": [ - "Webhook" + "User Recovery" ], - "summary": "Delete a Webhook resource.", - "description": "Available since: 6.3.1.0", - "operationId": "deleteWebhook", + "summary": "Delete a User Recovery resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteUserRecovery", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the webhook", + "description": "Identifier for the user_recovery", + "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": { + "tags": [ + "User Recovery" + ], + "summary": "Partially update information about a User Recovery resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateUserRecovery", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the user_recovery", + "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" + } + } + ], + "requestBody": { + "description": "Partially update information about a User Recovery resource.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + }, + "responses": { + "200": { + "description": "Detail of UserRecovery", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/aggregate/user-recovery": { + "post": { + "tags": [ + "User Recovery" + ], + "summary": "Aggregate for the User Recovery resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateUserRecovery", + "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 UserRecovery", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRecovery" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/webhook": { + "get": { + "tags": [ + "Webhook" + ], + "summary": "List with basic information of Webhook resources.", + "description": "Available since: 6.3.1.0", + "operationId": "getWebhookList", + "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 Webhook 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/Webhook" + } + } + ] + }, + "links": { + "allOf": [ + { + "$ref": "#/components/schemas/pagination" + }, + { + "type": "object", + "properties": { + "first": { + "example": "/webhook?limit=25" + }, + "last": { + "example": "/webhook?limit=25&page=11" + }, + "next": { + "example": "/webhook?limit=25&page=4" + }, + "prev": { + "example": "/webhook?limit=25&page=2" + } + } + } + ] + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + } + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "post": { + "tags": [ + "Webhook" + ], + "summary": "Create a new Webhook resources.", + "description": "Available since: 6.3.1.0", + "operationId": "createWebhook", + "parameters": [ + { + "name": "_response", + "in": "query", + "description": "Data format for response. Empty if none is provided.", + "schema": { + "type": "string", + "enum": [ + "basic", + "detail" + ] + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Webhook" + } + } + } + }, + "responses": { + "200": { + "description": "Detail of Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/search/webhook": { + "post": { + "tags": [ + "Webhook" + ], + "summary": "Search for the Webhook resources.", + "description": "Available since: 6.3.1.0", + "operationId": "searchWebhook", + "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 Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "properties": { + "total": { + "type": "integer" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/400" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + } + }, + "/webhook/{id}": { + "get": { + "tags": [ + "Webhook" + ], + "summary": "Detailed information about a Webhook resource.", + "description": "Available since: 6.3.1.0", + "operationId": "getWebhook", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook", + "required": true, + "schema": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + } + } + ], + "responses": { + "200": { + "description": "Detail of Webhook", + "content": { + "application/vnd.api+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/success" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + ] + } + }, + "application/json": { + "schema": { + "type": "object", + "required": [ + "data" + ], + "properties": { + "data": { + "$ref": "#/components/schemas/Webhook" + } + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/404" + }, + "401": { + "$ref": "#/components/responses/401" + } + } + }, + "delete": { + "tags": [ + "Webhook" + ], + "summary": "Delete a Webhook resource.", + "description": "Available since: 6.3.1.0", + "operationId": "deleteWebhook", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier for the webhook", "required": true, "schema": { "type": "string", @@ -76363,14 +76904,87 @@ } } }, - "/_action/media/upload_by_url": { + "/_action/media/upload_by_url": { + "post": { + "tags": [ + "Asset Management" + ], + "summary": "Upload a media file from URL", + "description": "Creates a new media entity by downloading and uploading a file from the provided URL. This only works if the `shopware.media.enable_url_upload_feature` variable is set to true in the shop environment.", + "operationId": "uploadByUrl", + "requestBody": { + "content": { + "application\\/json": { + "schema": { + "type": "object", + "properties": { + "url": { + "type": "string", + "description": "URL of the file to download and upload" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "Custom ID for the media entity" + }, + "fileName": { + "type": "string", + "description": "Name of the uploaded file" + }, + "private": { + "type": "boolean", + "description": "Whether the media should be private" + }, + "mediaFolderId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the media folder" + }, + "mimeType": { + "type": "string", + "description": "MIME type of the file" + }, + "deduplicate": { + "type": "boolean", + "description": "Whether to deduplicate based on file hash" + } + }, + "required": [ + "url" + ] + } + } + } + }, + "responses": { + "200": { + "description": "Media file uploaded successfully", + "content": { + "application\\/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the created media entity" + } + } + } + } + } + } + } + } + }, + "/_action/media/external-link": { "post": { "tags": [ "Asset Management" ], - "summary": "Upload a media file from URL", - "description": "Creates a new media entity by downloading and uploading a file from the provided URL. This only works if the `shopware.media.enable_url_upload_feature` variable is set to true in the shop environment.", - "operationId": "uploadByUrl", + "summary": "Create external media link", + "description": "Creates a new media entity that links to an external URL without downloading the file.", + "operationId": "externalLink", "requestBody": { "content": { "application\\/json": { @@ -76379,7 +76993,7 @@ "properties": { "url": { "type": "string", - "description": "URL of the file to download and upload" + "description": "URL of the external media file" }, "id": { "type": "string", @@ -76388,7 +77002,7 @@ }, "fileName": { "type": "string", - "description": "Name of the uploaded file" + "description": "Name of the file" }, "private": { "type": "boolean", @@ -76405,11 +77019,19 @@ }, "deduplicate": { "type": "boolean", - "description": "Whether to deduplicate based on file hash" + "description": "Whether to deduplicate based on path" + }, + "thumbnails": { + "type": "array", + "description": "Optional list of external thumbnail URLs for the media entity. Used for CDNs that pre-generated thumbnails alongside the main media file.\nNot to be confused with [remote thumbnails](https://developer.shopware.com/docs/guides/plugins/plugins/content/media/remote-thumbnail-generation.html#remote-thumbnail-generation), which are generated based on a pattern.", + "items": { + "$ref": "#/components/schemas/ExternalThumbnail" + } } }, "required": [ - "url" + "url", + "mimeType" ] } } @@ -76417,7 +77039,7 @@ }, "responses": { "200": { - "description": "Media file uploaded successfully", + "description": "External media link created successfully", "content": { "application\\/json": { "schema": { @@ -76436,83 +77058,220 @@ } } }, - "/_action/media/external-link": { + "/_action/media/presign-upload": { "post": { "tags": [ "Asset Management" ], - "summary": "Create external media link", - "description": "Creates a new media entity that links to an external URL without downloading the file.", - "operationId": "externalLink", + "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": { + "application/json": { "schema": { "type": "object", + "required": [ + "fileName", + "extension", + "mimeType" + ], "properties": { - "url": { + "fileName": { "type": "string", - "description": "URL of the external media file" + "description": "Name of the file without extension" }, - "id": { + "extension": { "type": "string", - "pattern": "^[0-9a-f]{32}$", - "description": "Custom ID for the media entity" + "description": "File extension, e.g. `jpg`, `png`, `pdf`" }, - "fileName": { + "mimeType": { "type": "string", - "description": "Name of the file" + "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" }, - "mediaFolderId": { + "mediaId": { "type": "string", "pattern": "^[0-9a-f]{32}$", - "description": "ID of the media folder" + "description": "ID of an existing media entity to replace. If omitted, a new entity is created." + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Presigned upload prepared successfully", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "mediaId", + "url", + "path", + "expiresAt", + "isDuplicate" + ], + "properties": { + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the media entity" + }, + "url": { + "type": "string", + "description": "Presigned URL to upload the file to via HTTP PUT" + }, + "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" + } + } + } + } + } + }, + "400": { + "description": "Bad request. The file extension is not supported or the file name is invalid.", + "$ref": "#/components/responses/400" + }, + "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/json": { + "schema": { + "$ref": "#/components/schemas/failure" + } + } + } + } + } + } + }, + "/_action/media/{mediaId}/finalize-upload": { + "post": { + "tags": [ + "Asset Management" + ], + "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": "mediaId", + "in": "path", + "required": true, + "description": "ID of the media entity to finalize", + "schema": { + "$ref": "#/components/schemas/MediaId" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "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" }, - "deduplicate": { - "type": "boolean", - "description": "Whether to deduplicate based on path" + "path": { + "type": "string", + "description": "Storage path returned by the presign-upload endpoint" }, - "thumbnails": { - "type": "array", - "description": "Optional list of external thumbnail URLs for the media entity. Used for CDNs that pre-generated thumbnails alongside the main media file.\nNot to be confused with [remote thumbnails](https://developer.shopware.com/docs/guides/plugins/plugins/content/media/remote-thumbnail-generation.html#remote-thumbnail-generation), which are generated based on a pattern.", - "items": { - "$ref": "#/components/schemas/ExternalThumbnail" - } + "width": { + "type": "integer", + "description": "Image width in pixels (optional, for images only)" + }, + "height": { + "type": "integer", + "description": "Image height in pixels (optional, for images only)" } - }, - "required": [ - "url", - "mimeType" - ] + } } } } }, "responses": { "200": { - "description": "External media link created successfully", + "description": "Upload finalized successfully", "content": { - "application\\/json": { + "application/json": { "schema": { "type": "object", + "required": [ + "mediaId" + ], "properties": { - "id": { + "mediaId": { "type": "string", "pattern": "^[0-9a-f]{32}$", - "description": "ID of the created media entity" + "description": "ID of the finalized media entity" } } } } } + }, + "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" + }, + "422": { + "description": "Validation error. Required fields (`fileName`, `extension`, `mimeType`, `path`) must not be blank.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/failure" + } + } + } } } } @@ -89566,6 +90325,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" @@ -89673,6 +90463,12 @@ "documentA11yMediaFile": { "$ref": "#/components/schemas/Media" }, + "documentFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentFile" + } + }, "fileType": { "description": "Type of file like PDF." } @@ -90106,6 +90902,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": [ @@ -95126,6 +96072,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" @@ -95449,6 +96424,9 @@ "items": { "$ref": "#/components/schemas/AppShippingMethod" } + }, + "documentFile": { + "$ref": "#/components/schemas/DocumentFile" } }, "type": "object" @@ -107834,6 +108812,9 @@ "$ref": "#/components/schemas/Price" } }, + "customFields": { + "type": "object" + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -107844,9 +108825,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object" - }, "createdAt": { "type": "string", "format": "date-time", @@ -107967,6 +108945,10 @@ }, "description": "Price of the Product." }, + "customFields": { + "type": "object", + "description": "Additional fields that offer a possibility to add own fields for the different program-areas." + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -107977,10 +108959,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object", - "description": "Additional fields that offer a possibility to add own fields for the different program-areas." - }, "createdAt": { "type": "string", "format": "date-time", @@ -122701,6 +123679,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": [ @@ -123682,39 +124664,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" } }, @@ -123725,23 +124730,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" } }, @@ -125740,6 +126746,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/adminapi.summary.json b/adminapi.summary.json index c35e1e1..4952d46 100644 --- a/adminapi.summary.json +++ b/adminapi.summary.json @@ -19,9 +19,11 @@ "/_action/mail-template/send", "/_action/mail-template/validate", "/_action/media/external-link", + "/_action/media/presign-upload", "/_action/media/upload", "/_action/media/upload_by_url", "/_action/media/{mediaId}/external-thumbnails", + "/_action/media/{mediaId}/finalize-upload", "/_action/media/{mediaId}/upload", "/_action/media/{mediaId}/video-cover", "/_action/message-queue/consume", @@ -99,6 +101,7 @@ "/aggregate/document", "/aggregate/document-base-config", "/aggregate/document-base-config-sales-channel", + "/aggregate/document-file", "/aggregate/document-type", "/aggregate/flow", "/aggregate/flow-sequence", @@ -276,6 +279,8 @@ "/document-base-config-sales-channel", "/document-base-config-sales-channel/{id}", "/document-base-config/{id}", + "/document-file", + "/document-file/{id}", "/document-type", "/document-type/{id}", "/document/{id}", @@ -477,6 +482,7 @@ "/search/document", "/search/document-base-config", "/search/document-base-config-sales-channel", + "/search/document-file", "/search/document-type", "/search/flow", "/search/flow-sequence", @@ -721,6 +727,8 @@ "DocumentBaseConfigJsonApi", "DocumentBaseConfigSalesChannel", "DocumentBaseConfigSalesChannelJsonApi", + "DocumentFile", + "DocumentFileJsonApi", "DocumentJsonApi", "DocumentType", "DocumentTypeJsonApi",