diff --git a/SwagCommercial-adminapi.json b/SwagCommercial-adminapi.json index 029411f..aba0322 100644 --- a/SwagCommercial-adminapi.json +++ b/SwagCommercial-adminapi.json @@ -28161,14 +28161,15 @@ } } }, - "/sales-channel-file": { + "/spatial-render-config-size": { "get": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "List with basic information of Sales Channel File resources.", - "description": "Available since: 6.7.12.0", - "operationId": "getSalesChannelFileList", + "summary": "List with basic information of Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "getSpatialRenderConfigSizeList", "parameters": [ { "name": "limit", @@ -28197,7 +28198,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel File resources.", + "description": "List of Spatial Render Config Size resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28216,7 +28217,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } ] @@ -28230,16 +28231,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-file?limit=25" + "example": "/spatial-render-config-size?limit=25" }, "last": { - "example": "/sales-channel-file?limit=25&page=11" + "example": "/spatial-render-config-size?limit=25&page=11" }, "next": { - "example": "/sales-channel-file?limit=25&page=4" + "example": "/spatial-render-config-size?limit=25&page=4" }, "prev": { - "example": "/sales-channel-file?limit=25&page=2" + "example": "/spatial-render-config-size?limit=25&page=2" } } } @@ -28260,7 +28261,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28275,11 +28276,12 @@ }, "post": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Create a new Sales Channel File resources.", - "description": "Available since: 6.7.12.0", - "operationId": "createSalesChannelFile", + "summary": "Create a new Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "createSpatialRenderConfigSize", "parameters": [ { "name": "_response", @@ -28298,14 +28300,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelFile", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28317,7 +28319,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28332,7 +28334,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28348,14 +28350,15 @@ } } }, - "/search/sales-channel-file": { + "/search/spatial-render-config-size": { "post": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Search for the Sales Channel File resources.", - "description": "Available since: 6.7.12.0", - "operationId": "searchSalesChannelFile", + "summary": "Search for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "searchSpatialRenderConfigSize", "parameters": [ { "name": "sw-include-search-info", @@ -28383,7 +28386,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelFile", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28397,7 +28400,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28415,7 +28418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28432,19 +28435,20 @@ } } }, - "/sales-channel-file/{id}": { + "/spatial-render-config-size/{id}": { "get": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Detailed information about a Sales Channel File resource.", - "description": "Available since: 6.7.12.0", - "operationId": "getSalesChannelFile", + "summary": "Detailed information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "getSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_file", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -28454,7 +28458,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelFile", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28466,7 +28470,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28481,7 +28485,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28498,16 +28502,17 @@ }, "delete": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Delete a Sales Channel File resource.", - "description": "Available since: 6.7.12.0", - "operationId": "deleteSalesChannelFile", + "summary": "Delete a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "deleteSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_file", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -28538,16 +28543,17 @@ }, "patch": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Partially update information about a Sales Channel File resource.", - "description": "Available since: 6.7.12.0", - "operationId": "updateSalesChannelFile", + "summary": "Partially update information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "", + "operationId": "updateSpatialRenderConfigSize", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_file", + "description": "Identifier for the spatial_render_config_size", "required": true, "schema": { "type": "string", @@ -28565,18 +28571,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel File resource.", + "description": "Partially update information about a Spatial Render Config Size resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelFile", + "description": "Detail of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28588,7 +28594,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28603,7 +28609,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28622,14 +28628,15 @@ } } }, - "/aggregate/sales-channel-file": { + "/aggregate/spatial-render-config-size": { "post": { "tags": [ - "Sales Channel File" + "Spatial Render Config Size", + "Experimental" ], - "summary": "Aggregate for the Sales Channel File resources.", - "description": "Available since: 6.7.12.0", - "operationId": "aggregateSalesChannelFile", + "summary": "Aggregate for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateSpatialRenderConfigSize", "requestBody": { "required": true, "content": { @@ -28653,7 +28660,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelFile", + "description": "List of SpatialRenderConfigSize", "content": { "application/vnd.api+json": { "schema": { @@ -28667,7 +28674,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28685,7 +28692,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelFile" + "$ref": "#/components/schemas/SpatialRenderConfigSize" } } } @@ -28702,15 +28709,15 @@ } } }, - "/spatial-render-config-size": { + "/spatial-scene": { "get": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "List with basic information of Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialRenderConfigSizeList", + "operationId": "getSpatialSceneList", "parameters": [ { "name": "limit", @@ -28739,7 +28746,7 @@ ], "responses": { "200": { - "description": "List of Spatial Render Config Size resources.", + "description": "List of Spatial Scene resources.", "content": { "application/vnd.api+json": { "schema": { @@ -28758,7 +28765,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } ] @@ -28772,16 +28779,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-render-config-size?limit=25" + "example": "/spatial-scene?limit=25" }, "last": { - "example": "/spatial-render-config-size?limit=25&page=11" + "example": "/spatial-scene?limit=25&page=11" }, "next": { - "example": "/spatial-render-config-size?limit=25&page=4" + "example": "/spatial-scene?limit=25&page=4" }, "prev": { - "example": "/spatial-render-config-size?limit=25&page=2" + "example": "/spatial-scene?limit=25&page=2" } } } @@ -28802,7 +28809,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28817,12 +28824,12 @@ }, "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Create a new Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialRenderConfigSize", + "operationId": "createSpatialScene", "parameters": [ { "name": "_response", @@ -28841,14 +28848,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28860,7 +28867,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28875,7 +28882,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28891,15 +28898,15 @@ } } }, - "/search/spatial-render-config-size": { + "/search/spatial-scene": { "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Search for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialRenderConfigSize", + "operationId": "searchSpatialScene", "parameters": [ { "name": "sw-include-search-info", @@ -28927,7 +28934,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -28941,7 +28948,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28959,7 +28966,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -28976,20 +28983,20 @@ } } }, - "/spatial-render-config-size/{id}": { + "/spatial-scene/{id}": { "get": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Detailed information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialRenderConfigSize", + "operationId": "getSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -28999,7 +29006,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -29011,7 +29018,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -29026,7 +29033,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -29043,17 +29050,17 @@ }, "delete": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Delete a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialRenderConfigSize", + "operationId": "deleteSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -29084,17 +29091,17 @@ }, "patch": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Partially update information about a Spatial Render Config Size resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialRenderConfigSize", + "operationId": "updateSpatialScene", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_render_config_size", + "description": "Identifier for the spatial_scene", "required": true, "schema": { "type": "string", @@ -29112,18 +29119,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Render Config Size resource.", + "description": "Partially update information about a Spatial Scene resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } }, "responses": { "200": { - "description": "Detail of SpatialRenderConfigSize", + "description": "Detail of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -29135,7 +29142,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -29150,7 +29157,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -29169,15 +29176,15 @@ } } }, - "/aggregate/spatial-render-config-size": { + "/aggregate/spatial-scene": { "post": { "tags": [ - "Spatial Render Config Size", + "Spatial Scene", "Experimental" ], - "summary": "Aggregate for the Spatial Render Config Size resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialRenderConfigSize", + "operationId": "aggregateSpatialScene", "requestBody": { "required": true, "content": { @@ -29201,7 +29208,7 @@ }, "responses": { "200": { - "description": "List of SpatialRenderConfigSize", + "description": "List of SpatialScene", "content": { "application/vnd.api+json": { "schema": { @@ -29215,7 +29222,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -29233,7 +29240,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialRenderConfigSize" + "$ref": "#/components/schemas/SpatialScene" } } } @@ -29250,15 +29257,15 @@ } } }, - "/spatial-scene": { + "/spatial-scene-camera": { "get": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "List with basic information of Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneList", + "operationId": "getSpatialSceneCameraList", "parameters": [ { "name": "limit", @@ -29287,7 +29294,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene resources.", + "description": "List of Spatial Scene Camera resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29306,7 +29313,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } ] @@ -29320,16 +29327,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene?limit=25" + "example": "/spatial-scene-camera?limit=25" }, "last": { - "example": "/spatial-scene?limit=25&page=11" + "example": "/spatial-scene-camera?limit=25&page=11" }, "next": { - "example": "/spatial-scene?limit=25&page=4" + "example": "/spatial-scene-camera?limit=25&page=4" }, "prev": { - "example": "/spatial-scene?limit=25&page=2" + "example": "/spatial-scene-camera?limit=25&page=2" } } } @@ -29350,7 +29357,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29365,12 +29372,12 @@ }, "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Create a new Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialScene", + "operationId": "createSpatialSceneCamera", "parameters": [ { "name": "_response", @@ -29389,14 +29396,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29408,7 +29415,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29423,7 +29430,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29439,15 +29446,15 @@ } } }, - "/search/spatial-scene": { + "/search/spatial-scene-camera": { "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Search for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialScene", + "operationId": "searchSpatialSceneCamera", "parameters": [ { "name": "sw-include-search-info", @@ -29475,7 +29482,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29489,7 +29496,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29507,7 +29514,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29524,20 +29531,20 @@ } } }, - "/spatial-scene/{id}": { + "/spatial-scene-camera/{id}": { "get": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Detailed information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScene", + "operationId": "getSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -29547,7 +29554,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29559,7 +29566,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29574,7 +29581,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29591,17 +29598,17 @@ }, "delete": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Delete a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialScene", + "operationId": "deleteSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -29632,17 +29639,17 @@ }, "patch": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Partially update information about a Spatial Scene resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialScene", + "operationId": "updateSpatialSceneCamera", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene", + "description": "Identifier for the spatial_scene_camera", "required": true, "schema": { "type": "string", @@ -29660,18 +29667,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene resource.", + "description": "Partially update information about a Spatial Scene Camera resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } }, "responses": { "200": { - "description": "Detail of SpatialScene", + "description": "Detail of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29683,7 +29690,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29698,7 +29705,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29717,15 +29724,15 @@ } } }, - "/aggregate/spatial-scene": { + "/aggregate/spatial-scene-camera": { "post": { "tags": [ - "Spatial Scene", + "Spatial Scene Camera", "Experimental" ], - "summary": "Aggregate for the Spatial Scene resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScene", + "operationId": "aggregateSpatialSceneCamera", "requestBody": { "required": true, "content": { @@ -29749,7 +29756,7 @@ }, "responses": { "200": { - "description": "List of SpatialScene", + "description": "List of SpatialSceneCamera", "content": { "application/vnd.api+json": { "schema": { @@ -29763,7 +29770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29781,7 +29788,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScene" + "$ref": "#/components/schemas/SpatialSceneCamera" } } } @@ -29798,15 +29805,15 @@ } } }, - "/spatial-scene-camera": { + "/spatial-scene-group": { "get": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "List with basic information of Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneCameraList", + "operationId": "getSpatialSceneGroupList", "parameters": [ { "name": "limit", @@ -29835,7 +29842,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Camera resources.", + "description": "List of Spatial Scene Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -29854,7 +29861,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } ] @@ -29868,16 +29875,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-camera?limit=25" + "example": "/spatial-scene-group?limit=25" }, "last": { - "example": "/spatial-scene-camera?limit=25&page=11" + "example": "/spatial-scene-group?limit=25&page=11" }, "next": { - "example": "/spatial-scene-camera?limit=25&page=4" + "example": "/spatial-scene-group?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-camera?limit=25&page=2" + "example": "/spatial-scene-group?limit=25&page=2" } } } @@ -29898,7 +29905,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29913,12 +29920,12 @@ }, "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Create a new Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneCamera", + "operationId": "createSpatialSceneGroup", "parameters": [ { "name": "_response", @@ -29937,14 +29944,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -29956,7 +29963,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29971,7 +29978,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -29987,15 +29994,15 @@ } } }, - "/search/spatial-scene-camera": { + "/search/spatial-scene-group": { "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Search for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneCamera", + "operationId": "searchSpatialSceneGroup", "parameters": [ { "name": "sw-include-search-info", @@ -30023,7 +30030,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -30037,7 +30044,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30055,7 +30062,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30072,20 +30079,20 @@ } } }, - "/spatial-scene-camera/{id}": { + "/spatial-scene-group/{id}": { "get": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneCamera", + "operationId": "getSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -30095,7 +30102,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -30107,7 +30114,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30122,7 +30129,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30139,17 +30146,17 @@ }, "delete": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Delete a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneCamera", + "operationId": "deleteSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -30180,17 +30187,17 @@ }, "patch": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Camera resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneCamera", + "operationId": "updateSpatialSceneGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_camera", + "description": "Identifier for the spatial_scene_group", "required": true, "schema": { "type": "string", @@ -30208,18 +30215,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Camera resource.", + "description": "Partially update information about a Spatial Scene Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneCamera", + "description": "Detail of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -30231,7 +30238,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30246,7 +30253,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30265,15 +30272,15 @@ } } }, - "/aggregate/spatial-scene-camera": { + "/aggregate/spatial-scene-group": { "post": { "tags": [ - "Spatial Scene Camera", + "Spatial Scene Group", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Camera resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneCamera", + "operationId": "aggregateSpatialSceneGroup", "requestBody": { "required": true, "content": { @@ -30297,7 +30304,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneCamera", + "description": "List of SpatialSceneGroup", "content": { "application/vnd.api+json": { "schema": { @@ -30311,7 +30318,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30329,7 +30336,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneCamera" + "$ref": "#/components/schemas/SpatialSceneGroup" } } } @@ -30346,15 +30353,15 @@ } } }, - "/spatial-scene-group": { + "/spatial-scene-light": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "List with basic information of Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroupList", + "operationId": "getSpatialSceneLightList", "parameters": [ { "name": "limit", @@ -30383,7 +30390,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Group resources.", + "description": "List of Spatial Scene Light resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30402,7 +30409,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } ] @@ -30416,16 +30423,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-group?limit=25" + "example": "/spatial-scene-light?limit=25" }, "last": { - "example": "/spatial-scene-group?limit=25&page=11" + "example": "/spatial-scene-light?limit=25&page=11" }, "next": { - "example": "/spatial-scene-group?limit=25&page=4" + "example": "/spatial-scene-light?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-group?limit=25&page=2" + "example": "/spatial-scene-light?limit=25&page=2" } } } @@ -30446,7 +30453,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30461,12 +30468,12 @@ }, "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Create a new Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneGroup", + "operationId": "createSpatialSceneLight", "parameters": [ { "name": "_response", @@ -30485,14 +30492,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30504,7 +30511,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30519,7 +30526,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30535,15 +30542,15 @@ } } }, - "/search/spatial-scene-group": { + "/search/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Search for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneGroup", + "operationId": "searchSpatialSceneLight", "parameters": [ { "name": "sw-include-search-info", @@ -30571,7 +30578,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30585,7 +30592,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30603,7 +30610,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30620,20 +30627,20 @@ } } }, - "/spatial-scene-group/{id}": { + "/spatial-scene-light/{id}": { "get": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneGroup", + "operationId": "getSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -30643,7 +30650,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30655,7 +30662,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30670,7 +30677,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30687,17 +30694,17 @@ }, "delete": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Delete a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneGroup", + "operationId": "deleteSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -30728,17 +30735,17 @@ }, "patch": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Group resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneGroup", + "operationId": "updateSpatialSceneLight", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_group", + "description": "Identifier for the spatial_scene_light", "required": true, "schema": { "type": "string", @@ -30756,18 +30763,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Group resource.", + "description": "Partially update information about a Spatial Scene Light resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneGroup", + "description": "Detail of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30779,7 +30786,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30794,7 +30801,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30813,15 +30820,15 @@ } } }, - "/aggregate/spatial-scene-group": { + "/aggregate/spatial-scene-light": { "post": { "tags": [ - "Spatial Scene Group", + "Spatial Scene Light", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Group resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneGroup", + "operationId": "aggregateSpatialSceneLight", "requestBody": { "required": true, "content": { @@ -30845,7 +30852,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneGroup", + "description": "List of SpatialSceneLight", "content": { "application/vnd.api+json": { "schema": { @@ -30859,7 +30866,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30877,7 +30884,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneGroup" + "$ref": "#/components/schemas/SpatialSceneLight" } } } @@ -30894,15 +30901,15 @@ } } }, - "/spatial-scene-light": { + "/spatial-scene-material": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "List with basic information of Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLightList", + "operationId": "getSpatialSceneMaterialList", "parameters": [ { "name": "limit", @@ -30931,7 +30938,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Light resources.", + "description": "List of Spatial Scene Material resources.", "content": { "application/vnd.api+json": { "schema": { @@ -30950,7 +30957,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } ] @@ -30964,16 +30971,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-light?limit=25" + "example": "/spatial-scene-material?limit=25" }, "last": { - "example": "/spatial-scene-light?limit=25&page=11" + "example": "/spatial-scene-material?limit=25&page=11" }, "next": { - "example": "/spatial-scene-light?limit=25&page=4" + "example": "/spatial-scene-material?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-light?limit=25&page=2" + "example": "/spatial-scene-material?limit=25&page=2" } } } @@ -30994,7 +31001,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31009,12 +31016,12 @@ }, "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Create a new Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneLight", + "operationId": "createSpatialSceneMaterial", "parameters": [ { "name": "_response", @@ -31033,14 +31040,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -31052,7 +31059,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31067,7 +31074,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31083,15 +31090,15 @@ } } }, - "/search/spatial-scene-light": { + "/search/spatial-scene-material": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Search for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneLight", + "operationId": "searchSpatialSceneMaterial", "parameters": [ { "name": "sw-include-search-info", @@ -31119,7 +31126,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -31133,7 +31140,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31151,7 +31158,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31168,20 +31175,20 @@ } } }, - "/spatial-scene-light/{id}": { + "/spatial-scene-material/{id}": { "get": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneLight", + "operationId": "getSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -31191,7 +31198,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -31203,7 +31210,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31218,7 +31225,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31235,17 +31242,17 @@ }, "delete": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Delete a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneLight", + "operationId": "deleteSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -31276,17 +31283,17 @@ }, "patch": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Light resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneLight", + "operationId": "updateSpatialSceneMaterial", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_light", + "description": "Identifier for the spatial_scene_material", "required": true, "schema": { "type": "string", @@ -31304,18 +31311,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Light resource.", + "description": "Partially update information about a Spatial Scene Material resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneLight", + "description": "Detail of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -31327,7 +31334,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31342,7 +31349,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31361,15 +31368,15 @@ } } }, - "/aggregate/spatial-scene-light": { + "/aggregate/spatial-scene-material": { "post": { "tags": [ - "Spatial Scene Light", + "Spatial Scene Material", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Light resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneLight", + "operationId": "aggregateSpatialSceneMaterial", "requestBody": { "required": true, "content": { @@ -31393,7 +31400,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneLight", + "description": "List of SpatialSceneMaterial", "content": { "application/vnd.api+json": { "schema": { @@ -31407,7 +31414,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31425,7 +31432,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneLight" + "$ref": "#/components/schemas/SpatialSceneMaterial" } } } @@ -31442,15 +31449,15 @@ } } }, - "/spatial-scene-material": { + "/spatial-scene-object": { "get": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "List with basic information of Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterialList", + "operationId": "getSpatialSceneObjectList", "parameters": [ { "name": "limit", @@ -31479,7 +31486,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Material resources.", + "description": "List of Spatial Scene Object resources.", "content": { "application/vnd.api+json": { "schema": { @@ -31498,7 +31505,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } ] @@ -31512,16 +31519,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-material?limit=25" + "example": "/spatial-scene-object?limit=25" }, "last": { - "example": "/spatial-scene-material?limit=25&page=11" + "example": "/spatial-scene-object?limit=25&page=11" }, "next": { - "example": "/spatial-scene-material?limit=25&page=4" + "example": "/spatial-scene-object?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-material?limit=25&page=2" + "example": "/spatial-scene-object?limit=25&page=2" } } } @@ -31542,7 +31549,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31557,12 +31564,12 @@ }, "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Create a new Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneMaterial", + "operationId": "createSpatialSceneObject", "parameters": [ { "name": "_response", @@ -31581,14 +31588,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31600,7 +31607,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31615,7 +31622,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31631,15 +31638,15 @@ } } }, - "/search/spatial-scene-material": { + "/search/spatial-scene-object": { "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Search for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneMaterial", + "operationId": "searchSpatialSceneObject", "parameters": [ { "name": "sw-include-search-info", @@ -31667,7 +31674,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31681,7 +31688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31699,7 +31706,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31716,20 +31723,20 @@ } } }, - "/spatial-scene-material/{id}": { + "/spatial-scene-object/{id}": { "get": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneMaterial", + "operationId": "getSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -31739,7 +31746,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31751,7 +31758,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31766,7 +31773,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31783,17 +31790,17 @@ }, "delete": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Delete a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneMaterial", + "operationId": "deleteSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -31824,17 +31831,17 @@ }, "patch": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Material resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneMaterial", + "operationId": "updateSpatialSceneObject", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_material", + "description": "Identifier for the spatial_scene_object", "required": true, "schema": { "type": "string", @@ -31852,18 +31859,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Material resource.", + "description": "Partially update information about a Spatial Scene Object resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneMaterial", + "description": "Detail of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31875,7 +31882,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31890,7 +31897,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31909,15 +31916,15 @@ } } }, - "/aggregate/spatial-scene-material": { + "/aggregate/spatial-scene-object": { "post": { "tags": [ - "Spatial Scene Material", + "Spatial Scene Object", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Material resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneMaterial", + "operationId": "aggregateSpatialSceneObject", "requestBody": { "required": true, "content": { @@ -31941,7 +31948,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneMaterial", + "description": "List of SpatialSceneObject", "content": { "application/vnd.api+json": { "schema": { @@ -31955,7 +31962,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31973,7 +31980,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneMaterial" + "$ref": "#/components/schemas/SpatialSceneObject" } } } @@ -31990,15 +31997,15 @@ } } }, - "/spatial-scene-object": { + "/spatial-scene-primitive": { "get": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "List with basic information of Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneObjectList", + "operationId": "getSpatialScenePrimitiveList", "parameters": [ { "name": "limit", @@ -32027,7 +32034,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Object resources.", + "description": "List of Spatial Scene Primitive resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32046,7 +32053,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } ] @@ -32060,16 +32067,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-object?limit=25" + "example": "/spatial-scene-primitive?limit=25" }, "last": { - "example": "/spatial-scene-object?limit=25&page=11" + "example": "/spatial-scene-primitive?limit=25&page=11" }, "next": { - "example": "/spatial-scene-object?limit=25&page=4" + "example": "/spatial-scene-primitive?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-object?limit=25&page=2" + "example": "/spatial-scene-primitive?limit=25&page=2" } } } @@ -32090,7 +32097,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32105,12 +32112,12 @@ }, "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Create a new Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialSceneObject", + "operationId": "createSpatialScenePrimitive", "parameters": [ { "name": "_response", @@ -32129,14 +32136,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -32148,7 +32155,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32163,7 +32170,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32179,15 +32186,15 @@ } } }, - "/search/spatial-scene-object": { + "/search/spatial-scene-primitive": { "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Search for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialSceneObject", + "operationId": "searchSpatialScenePrimitive", "parameters": [ { "name": "sw-include-search-info", @@ -32215,7 +32222,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -32229,7 +32236,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32247,7 +32254,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32264,20 +32271,20 @@ } } }, - "/spatial-scene-object/{id}": { + "/spatial-scene-primitive/{id}": { "get": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialSceneObject", + "operationId": "getSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -32287,7 +32294,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -32299,7 +32306,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32314,7 +32321,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32331,17 +32338,17 @@ }, "delete": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Delete a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialSceneObject", + "operationId": "deleteSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -32372,17 +32379,17 @@ }, "patch": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Object resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialSceneObject", + "operationId": "updateSpatialScenePrimitive", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_object", + "description": "Identifier for the spatial_scene_primitive", "required": true, "schema": { "type": "string", @@ -32400,18 +32407,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Object resource.", + "description": "Partially update information about a Spatial Scene Primitive resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } }, "responses": { "200": { - "description": "Detail of SpatialSceneObject", + "description": "Detail of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -32423,7 +32430,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32438,7 +32445,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32457,15 +32464,15 @@ } } }, - "/aggregate/spatial-scene-object": { + "/aggregate/spatial-scene-primitive": { "post": { "tags": [ - "Spatial Scene Object", + "Spatial Scene Primitive", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Object resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialSceneObject", + "operationId": "aggregateSpatialScenePrimitive", "requestBody": { "required": true, "content": { @@ -32489,7 +32496,7 @@ }, "responses": { "200": { - "description": "List of SpatialSceneObject", + "description": "List of SpatialScenePrimitive", "content": { "application/vnd.api+json": { "schema": { @@ -32503,7 +32510,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32521,7 +32528,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialSceneObject" + "$ref": "#/components/schemas/SpatialScenePrimitive" } } } @@ -32538,15 +32545,15 @@ } } }, - "/spatial-scene-primitive": { + "/sso-provider": { "get": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "List with basic information of Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScenePrimitiveList", + "operationId": "getSsoProviderList", "parameters": [ { "name": "limit", @@ -32575,7 +32582,7 @@ ], "responses": { "200": { - "description": "List of Spatial Scene Primitive resources.", + "description": "List of Sso Provider resources.", "content": { "application/vnd.api+json": { "schema": { @@ -32594,7 +32601,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } ] @@ -32608,16 +32615,16 @@ "type": "object", "properties": { "first": { - "example": "/spatial-scene-primitive?limit=25" + "example": "/sso-provider?limit=25" }, "last": { - "example": "/spatial-scene-primitive?limit=25&page=11" + "example": "/sso-provider?limit=25&page=11" }, "next": { - "example": "/spatial-scene-primitive?limit=25&page=4" + "example": "/sso-provider?limit=25&page=4" }, "prev": { - "example": "/spatial-scene-primitive?limit=25&page=2" + "example": "/sso-provider?limit=25&page=2" } } } @@ -32638,7 +32645,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32653,12 +32660,12 @@ }, "post": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Create a new Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSpatialScenePrimitive", + "operationId": "createSsoProvider", "parameters": [ { "name": "_response", @@ -32677,14 +32684,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32696,7 +32703,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32711,7 +32718,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32727,15 +32734,15 @@ } } }, - "/search/spatial-scene-primitive": { + "/search/sso-provider": { "post": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Search for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSpatialScenePrimitive", + "operationId": "searchSsoProvider", "parameters": [ { "name": "sw-include-search-info", @@ -32763,7 +32770,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32777,7 +32784,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32795,7 +32802,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32812,20 +32819,20 @@ } } }, - "/spatial-scene-primitive/{id}": { + "/sso-provider/{id}": { "get": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Detailed information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSpatialScenePrimitive", + "operationId": "getSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -32835,7 +32842,7 @@ ], "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32847,7 +32854,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32862,7 +32869,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32879,17 +32886,17 @@ }, "delete": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Delete a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSpatialScenePrimitive", + "operationId": "deleteSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -32920,17 +32927,17 @@ }, "patch": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Partially update information about a Spatial Scene Primitive resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSpatialScenePrimitive", + "operationId": "updateSsoProvider", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the spatial_scene_primitive", + "description": "Identifier for the sso_provider", "required": true, "schema": { "type": "string", @@ -32948,18 +32955,18 @@ } ], "requestBody": { - "description": "Partially update information about a Spatial Scene Primitive resource.", + "description": "Partially update information about a Sso Provider resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } }, "responses": { "200": { - "description": "Detail of SpatialScenePrimitive", + "description": "Detail of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -32971,7 +32978,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -32986,7 +32993,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -33005,15 +33012,15 @@ } } }, - "/aggregate/spatial-scene-primitive": { + "/aggregate/sso-provider": { "post": { "tags": [ - "Spatial Scene Primitive", + "Sso Provider", "Experimental" ], - "summary": "Aggregate for the Spatial Scene Primitive resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSpatialScenePrimitive", + "operationId": "aggregateSsoProvider", "requestBody": { "required": true, "content": { @@ -33037,7 +33044,7 @@ }, "responses": { "200": { - "description": "List of SpatialScenePrimitive", + "description": "List of SsoProvider", "content": { "application/vnd.api+json": { "schema": { @@ -33051,7 +33058,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -33069,7 +33076,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SpatialScenePrimitive" + "$ref": "#/components/schemas/SsoProvider" } } } @@ -33086,15 +33093,15 @@ } } }, - "/sso-provider": { + "/sso-provider-customer": { "get": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "List with basic information of Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProviderList", + "operationId": "getSsoProviderCustomerList", "parameters": [ { "name": "limit", @@ -33123,7 +33130,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider resources.", + "description": "List of Sso Provider Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33142,7 +33149,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } ] @@ -33156,16 +33163,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider?limit=25" + "example": "/sso-provider-customer?limit=25" }, "last": { - "example": "/sso-provider?limit=25&page=11" + "example": "/sso-provider-customer?limit=25&page=11" }, "next": { - "example": "/sso-provider?limit=25&page=4" + "example": "/sso-provider-customer?limit=25&page=4" }, "prev": { - "example": "/sso-provider?limit=25&page=2" + "example": "/sso-provider-customer?limit=25&page=2" } } } @@ -33186,7 +33193,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33201,12 +33208,12 @@ }, "post": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Create a new Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "createSsoProvider", + "operationId": "createSsoProviderCustomer", "parameters": [ { "name": "_response", @@ -33225,14 +33232,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33244,7 +33251,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33259,7 +33266,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33275,15 +33282,15 @@ } } }, - "/search/sso-provider": { + "/search/sso-provider-customer": { "post": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Search for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "searchSsoProvider", + "operationId": "searchSsoProviderCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -33311,7 +33318,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33325,7 +33332,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33343,7 +33350,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33360,20 +33367,20 @@ } } }, - "/sso-provider/{id}": { + "/sso-provider-customer/{id}": { "get": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Detailed information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "getSsoProvider", + "operationId": "getSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -33383,7 +33390,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33395,7 +33402,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33410,7 +33417,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33427,17 +33434,17 @@ }, "delete": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Delete a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "deleteSsoProvider", + "operationId": "deleteSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -33468,17 +33475,17 @@ }, "patch": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Partially update information about a Sso Provider resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "", - "operationId": "updateSsoProvider", + "operationId": "updateSsoProviderCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider", + "description": "Identifier for the sso_provider_customer", "required": true, "schema": { "type": "string", @@ -33496,18 +33503,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider resource.", + "description": "Partially update information about a Sso Provider Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } }, "responses": { "200": { - "description": "Detail of SsoProvider", + "description": "Detail of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33519,7 +33526,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33534,7 +33541,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33553,15 +33560,15 @@ } } }, - "/aggregate/sso-provider": { + "/aggregate/sso-provider-customer": { "post": { "tags": [ - "Sso Provider", + "Sso Provider Customer", "Experimental" ], - "summary": "Aggregate for the Sso Provider resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProvider", + "operationId": "aggregateSsoProviderCustomer", "requestBody": { "required": true, "content": { @@ -33585,7 +33592,7 @@ }, "responses": { "200": { - "description": "List of SsoProvider", + "description": "List of SsoProviderCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -33599,7 +33606,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33617,7 +33624,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProvider" + "$ref": "#/components/schemas/SsoProviderCustomer" } } } @@ -33634,15 +33641,14 @@ } } }, - "/sso-provider-customer": { + "/subscription": { "get": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "List with basic information of Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "List with basic information of Subscription resources.", "description": "", - "operationId": "getSsoProviderCustomerList", + "operationId": "getSubscriptionList", "parameters": [ { "name": "limit", @@ -33671,7 +33677,7 @@ ], "responses": { "200": { - "description": "List of Sso Provider Customer resources.", + "description": "List of Subscription resources.", "content": { "application/vnd.api+json": { "schema": { @@ -33690,7 +33696,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } ] @@ -33704,16 +33710,16 @@ "type": "object", "properties": { "first": { - "example": "/sso-provider-customer?limit=25" + "example": "/subscription?limit=25" }, "last": { - "example": "/sso-provider-customer?limit=25&page=11" + "example": "/subscription?limit=25&page=11" }, "next": { - "example": "/sso-provider-customer?limit=25&page=4" + "example": "/subscription?limit=25&page=4" }, "prev": { - "example": "/sso-provider-customer?limit=25&page=2" + "example": "/subscription?limit=25&page=2" } } } @@ -33734,7 +33740,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33749,12 +33755,11 @@ }, "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Create a new Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Create a new Subscription resources.", "description": "", - "operationId": "createSsoProviderCustomer", + "operationId": "createSubscription", "parameters": [ { "name": "_response", @@ -33773,14 +33778,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33792,7 +33797,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33807,7 +33812,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33823,15 +33828,14 @@ } } }, - "/search/sso-provider-customer": { + "/search/subscription": { "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Search for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Search for the Subscription resources.", "description": "", - "operationId": "searchSsoProviderCustomer", + "operationId": "searchSubscription", "parameters": [ { "name": "sw-include-search-info", @@ -33859,7 +33863,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33873,7 +33877,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33891,7 +33895,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33908,20 +33912,19 @@ } } }, - "/sso-provider-customer/{id}": { + "/subscription/{id}": { "get": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Detailed information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Detailed information about a Subscription resource.", "description": "", - "operationId": "getSsoProviderCustomer", + "operationId": "getSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -33931,7 +33934,7 @@ ], "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -33943,7 +33946,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33958,7 +33961,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -33975,17 +33978,16 @@ }, "delete": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Delete a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Delete a Subscription resource.", "description": "", - "operationId": "deleteSsoProviderCustomer", + "operationId": "deleteSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -34016,17 +34018,16 @@ }, "patch": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Partially update information about a Sso Provider Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Partially update information about a Subscription resource.", "description": "", - "operationId": "updateSsoProviderCustomer", + "operationId": "updateSubscription", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sso_provider_customer", + "description": "Identifier for the subscription", "required": true, "schema": { "type": "string", @@ -34044,18 +34045,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sso Provider Customer resource.", + "description": "Partially update information about a Subscription resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } }, "responses": { "200": { - "description": "Detail of SsoProviderCustomer", + "description": "Detail of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -34067,7 +34068,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -34082,7 +34083,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -34101,15 +34102,14 @@ } } }, - "/aggregate/sso-provider-customer": { + "/aggregate/subscription": { "post": { "tags": [ - "Sso Provider Customer", - "Experimental" + "Subscription" ], - "summary": "Aggregate for the Sso Provider Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", + "summary": "Aggregate for the Subscription resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSsoProviderCustomer", + "operationId": "aggregateSubscription", "requestBody": { "required": true, "content": { @@ -34133,7 +34133,7 @@ }, "responses": { "200": { - "description": "List of SsoProviderCustomer", + "description": "List of Subscription", "content": { "application/vnd.api+json": { "schema": { @@ -34147,7 +34147,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -34165,7 +34165,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SsoProviderCustomer" + "$ref": "#/components/schemas/Subscription" } } } @@ -34182,14 +34182,14 @@ } } }, - "/subscription": { + "/subscription-address": { "get": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "List with basic information of Subscription resources.", + "summary": "List with basic information of Subscription Address resources.", "description": "", - "operationId": "getSubscriptionList", + "operationId": "getSubscriptionAddressList", "parameters": [ { "name": "limit", @@ -34218,7 +34218,7 @@ ], "responses": { "200": { - "description": "List of Subscription resources.", + "description": "List of Subscription Address resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34237,7 +34237,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } ] @@ -34251,16 +34251,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription?limit=25" + "example": "/subscription-address?limit=25" }, "last": { - "example": "/subscription?limit=25&page=11" + "example": "/subscription-address?limit=25&page=11" }, "next": { - "example": "/subscription?limit=25&page=4" + "example": "/subscription-address?limit=25&page=4" }, "prev": { - "example": "/subscription?limit=25&page=2" + "example": "/subscription-address?limit=25&page=2" } } } @@ -34281,7 +34281,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34296,11 +34296,11 @@ }, "post": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Create a new Subscription resources.", + "summary": "Create a new Subscription Address resources.", "description": "", - "operationId": "createSubscription", + "operationId": "createSubscriptionAddress", "parameters": [ { "name": "_response", @@ -34319,14 +34319,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34338,7 +34338,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34353,7 +34353,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34369,14 +34369,14 @@ } } }, - "/search/subscription": { + "/search/subscription-address": { "post": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Search for the Subscription resources.", + "summary": "Search for the Subscription Address resources.", "description": "", - "operationId": "searchSubscription", + "operationId": "searchSubscriptionAddress", "parameters": [ { "name": "sw-include-search-info", @@ -34404,7 +34404,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34418,7 +34418,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34436,7 +34436,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34453,19 +34453,19 @@ } } }, - "/subscription/{id}": { + "/subscription-address/{id}": { "get": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Detailed information about a Subscription resource.", + "summary": "Detailed information about a Subscription Address resource.", "description": "", - "operationId": "getSubscription", + "operationId": "getSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -34475,7 +34475,7 @@ ], "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34487,7 +34487,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34502,7 +34502,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34519,16 +34519,16 @@ }, "delete": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Delete a Subscription resource.", + "summary": "Delete a Subscription Address resource.", "description": "", - "operationId": "deleteSubscription", + "operationId": "deleteSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -34559,16 +34559,16 @@ }, "patch": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Partially update information about a Subscription resource.", + "summary": "Partially update information about a Subscription Address resource.", "description": "", - "operationId": "updateSubscription", + "operationId": "updateSubscriptionAddress", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription", + "description": "Identifier for the subscription_address", "required": true, "schema": { "type": "string", @@ -34586,18 +34586,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription resource.", + "description": "Partially update information about a Subscription Address resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } }, "responses": { "200": { - "description": "Detail of Subscription", + "description": "Detail of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34609,7 +34609,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34624,7 +34624,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34643,14 +34643,14 @@ } } }, - "/aggregate/subscription": { + "/aggregate/subscription-address": { "post": { "tags": [ - "Subscription" + "Subscription Address" ], - "summary": "Aggregate for the Subscription resources.", + "summary": "Aggregate for the Subscription Address resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscription", + "operationId": "aggregateSubscriptionAddress", "requestBody": { "required": true, "content": { @@ -34674,7 +34674,7 @@ }, "responses": { "200": { - "description": "List of Subscription", + "description": "List of SubscriptionAddress", "content": { "application/vnd.api+json": { "schema": { @@ -34688,7 +34688,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34706,7 +34706,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Subscription" + "$ref": "#/components/schemas/SubscriptionAddress" } } } @@ -34723,14 +34723,14 @@ } } }, - "/subscription-address": { + "/subscription-customer": { "get": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "List with basic information of Subscription Address resources.", + "summary": "List with basic information of Subscription Customer resources.", "description": "", - "operationId": "getSubscriptionAddressList", + "operationId": "getSubscriptionCustomerList", "parameters": [ { "name": "limit", @@ -34759,7 +34759,7 @@ ], "responses": { "200": { - "description": "List of Subscription Address resources.", + "description": "List of Subscription Customer resources.", "content": { "application/vnd.api+json": { "schema": { @@ -34778,7 +34778,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } ] @@ -34792,16 +34792,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-address?limit=25" + "example": "/subscription-customer?limit=25" }, "last": { - "example": "/subscription-address?limit=25&page=11" + "example": "/subscription-customer?limit=25&page=11" }, "next": { - "example": "/subscription-address?limit=25&page=4" + "example": "/subscription-customer?limit=25&page=4" }, "prev": { - "example": "/subscription-address?limit=25&page=2" + "example": "/subscription-customer?limit=25&page=2" } } } @@ -34822,7 +34822,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34837,11 +34837,11 @@ }, "post": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Create a new Subscription Address resources.", + "summary": "Create a new Subscription Customer resources.", "description": "", - "operationId": "createSubscriptionAddress", + "operationId": "createSubscriptionCustomer", "parameters": [ { "name": "_response", @@ -34860,14 +34860,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34879,7 +34879,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34894,7 +34894,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34910,14 +34910,14 @@ } } }, - "/search/subscription-address": { + "/search/subscription-customer": { "post": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Search for the Subscription Address resources.", + "summary": "Search for the Subscription Customer resources.", "description": "", - "operationId": "searchSubscriptionAddress", + "operationId": "searchSubscriptionCustomer", "parameters": [ { "name": "sw-include-search-info", @@ -34945,7 +34945,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -34959,7 +34959,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34977,7 +34977,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -34994,19 +34994,19 @@ } } }, - "/subscription-address/{id}": { + "/subscription-customer/{id}": { "get": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Detailed information about a Subscription Address resource.", + "summary": "Detailed information about a Subscription Customer resource.", "description": "", - "operationId": "getSubscriptionAddress", + "operationId": "getSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -35016,7 +35016,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35028,7 +35028,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -35043,7 +35043,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -35060,16 +35060,16 @@ }, "delete": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Delete a Subscription Address resource.", + "summary": "Delete a Subscription Customer resource.", "description": "", - "operationId": "deleteSubscriptionAddress", + "operationId": "deleteSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -35100,16 +35100,16 @@ }, "patch": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Partially update information about a Subscription Address resource.", + "summary": "Partially update information about a Subscription Customer resource.", "description": "", - "operationId": "updateSubscriptionAddress", + "operationId": "updateSubscriptionCustomer", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_address", + "description": "Identifier for the subscription_customer", "required": true, "schema": { "type": "string", @@ -35127,18 +35127,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Address resource.", + "description": "Partially update information about a Subscription Customer resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionAddress", + "description": "Detail of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35150,7 +35150,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -35165,7 +35165,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -35184,14 +35184,14 @@ } } }, - "/aggregate/subscription-address": { + "/aggregate/subscription-customer": { "post": { "tags": [ - "Subscription Address" + "Subscription Customer" ], - "summary": "Aggregate for the Subscription Address resources.", + "summary": "Aggregate for the Subscription Customer resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionAddress", + "operationId": "aggregateSubscriptionCustomer", "requestBody": { "required": true, "content": { @@ -35215,7 +35215,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionAddress", + "description": "List of SubscriptionCustomer", "content": { "application/vnd.api+json": { "schema": { @@ -35229,7 +35229,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -35247,7 +35247,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionAddress" + "$ref": "#/components/schemas/SubscriptionCustomer" } } } @@ -35264,14 +35264,14 @@ } } }, - "/subscription-customer": { + "/subscription-interval": { "get": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "List with basic information of Subscription Customer resources.", + "summary": "List with basic information of Subscription Interval resources.", "description": "", - "operationId": "getSubscriptionCustomerList", + "operationId": "getSubscriptionIntervalList", "parameters": [ { "name": "limit", @@ -35300,7 +35300,7 @@ ], "responses": { "200": { - "description": "List of Subscription Customer resources.", + "description": "List of Subscription Interval resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35319,7 +35319,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } ] @@ -35333,16 +35333,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-customer?limit=25" + "example": "/subscription-interval?limit=25" }, "last": { - "example": "/subscription-customer?limit=25&page=11" + "example": "/subscription-interval?limit=25&page=11" }, "next": { - "example": "/subscription-customer?limit=25&page=4" + "example": "/subscription-interval?limit=25&page=4" }, "prev": { - "example": "/subscription-customer?limit=25&page=2" + "example": "/subscription-interval?limit=25&page=2" } } } @@ -35363,7 +35363,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35378,11 +35378,11 @@ }, "post": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Create a new Subscription Customer resources.", + "summary": "Create a new Subscription Interval resources.", "description": "", - "operationId": "createSubscriptionCustomer", + "operationId": "createSubscriptionInterval", "parameters": [ { "name": "_response", @@ -35401,14 +35401,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35420,7 +35420,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35435,7 +35435,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35451,14 +35451,14 @@ } } }, - "/search/subscription-customer": { + "/search/subscription-interval": { "post": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Search for the Subscription Customer resources.", + "summary": "Search for the Subscription Interval resources.", "description": "", - "operationId": "searchSubscriptionCustomer", + "operationId": "searchSubscriptionInterval", "parameters": [ { "name": "sw-include-search-info", @@ -35486,7 +35486,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35500,7 +35500,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35518,7 +35518,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35535,19 +35535,19 @@ } } }, - "/subscription-customer/{id}": { + "/subscription-interval/{id}": { "get": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Detailed information about a Subscription Customer resource.", + "summary": "Detailed information about a Subscription Interval resource.", "description": "", - "operationId": "getSubscriptionCustomer", + "operationId": "getSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -35557,7 +35557,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35569,7 +35569,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35584,7 +35584,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35601,16 +35601,16 @@ }, "delete": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Delete a Subscription Customer resource.", + "summary": "Delete a Subscription Interval resource.", "description": "", - "operationId": "deleteSubscriptionCustomer", + "operationId": "deleteSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -35641,16 +35641,16 @@ }, "patch": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Partially update information about a Subscription Customer resource.", + "summary": "Partially update information about a Subscription Interval resource.", "description": "", - "operationId": "updateSubscriptionCustomer", + "operationId": "updateSubscriptionInterval", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_customer", + "description": "Identifier for the subscription_interval", "required": true, "schema": { "type": "string", @@ -35668,18 +35668,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Customer resource.", + "description": "Partially update information about a Subscription Interval resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionCustomer", + "description": "Detail of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35691,7 +35691,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35706,7 +35706,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35725,14 +35725,14 @@ } } }, - "/aggregate/subscription-customer": { + "/aggregate/subscription-interval": { "post": { "tags": [ - "Subscription Customer" + "Subscription Interval" ], - "summary": "Aggregate for the Subscription Customer resources.", + "summary": "Aggregate for the Subscription Interval resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionCustomer", + "operationId": "aggregateSubscriptionInterval", "requestBody": { "required": true, "content": { @@ -35756,7 +35756,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionCustomer", + "description": "List of SubscriptionInterval", "content": { "application/vnd.api+json": { "schema": { @@ -35770,7 +35770,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35788,7 +35788,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionCustomer" + "$ref": "#/components/schemas/SubscriptionInterval" } } } @@ -35805,14 +35805,14 @@ } } }, - "/subscription-interval": { + "/subscription-plan": { "get": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "List with basic information of Subscription Interval resources.", + "summary": "List with basic information of Subscription Plan resources.", "description": "", - "operationId": "getSubscriptionIntervalList", + "operationId": "getSubscriptionPlanList", "parameters": [ { "name": "limit", @@ -35841,7 +35841,7 @@ ], "responses": { "200": { - "description": "List of Subscription Interval resources.", + "description": "List of Subscription Plan resources.", "content": { "application/vnd.api+json": { "schema": { @@ -35860,7 +35860,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } ] @@ -35874,16 +35874,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-interval?limit=25" + "example": "/subscription-plan?limit=25" }, "last": { - "example": "/subscription-interval?limit=25&page=11" + "example": "/subscription-plan?limit=25&page=11" }, "next": { - "example": "/subscription-interval?limit=25&page=4" + "example": "/subscription-plan?limit=25&page=4" }, "prev": { - "example": "/subscription-interval?limit=25&page=2" + "example": "/subscription-plan?limit=25&page=2" } } } @@ -35904,7 +35904,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35919,11 +35919,11 @@ }, "post": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Create a new Subscription Interval resources.", + "summary": "Create a new Subscription Plan resources.", "description": "", - "operationId": "createSubscriptionInterval", + "operationId": "createSubscriptionPlan", "parameters": [ { "name": "_response", @@ -35942,14 +35942,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -35961,7 +35961,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35976,7 +35976,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -35992,14 +35992,14 @@ } } }, - "/search/subscription-interval": { + "/search/subscription-plan": { "post": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Search for the Subscription Interval resources.", + "summary": "Search for the Subscription Plan resources.", "description": "", - "operationId": "searchSubscriptionInterval", + "operationId": "searchSubscriptionPlan", "parameters": [ { "name": "sw-include-search-info", @@ -36027,7 +36027,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -36041,7 +36041,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36059,7 +36059,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36076,19 +36076,19 @@ } } }, - "/subscription-interval/{id}": { + "/subscription-plan/{id}": { "get": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Detailed information about a Subscription Interval resource.", + "summary": "Detailed information about a Subscription Plan resource.", "description": "", - "operationId": "getSubscriptionInterval", + "operationId": "getSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -36098,7 +36098,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -36110,7 +36110,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36125,7 +36125,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36142,16 +36142,16 @@ }, "delete": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Delete a Subscription Interval resource.", + "summary": "Delete a Subscription Plan resource.", "description": "", - "operationId": "deleteSubscriptionInterval", + "operationId": "deleteSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -36182,16 +36182,16 @@ }, "patch": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Partially update information about a Subscription Interval resource.", + "summary": "Partially update information about a Subscription Plan resource.", "description": "", - "operationId": "updateSubscriptionInterval", + "operationId": "updateSubscriptionPlan", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_interval", + "description": "Identifier for the subscription_plan", "required": true, "schema": { "type": "string", @@ -36209,18 +36209,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Interval resource.", + "description": "Partially update information about a Subscription Plan resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionInterval", + "description": "Detail of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -36232,7 +36232,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36247,7 +36247,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36266,14 +36266,14 @@ } } }, - "/aggregate/subscription-interval": { + "/aggregate/subscription-plan": { "post": { "tags": [ - "Subscription Interval" + "Subscription Plan" ], - "summary": "Aggregate for the Subscription Interval resources.", + "summary": "Aggregate for the Subscription Plan resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionInterval", + "operationId": "aggregateSubscriptionPlan", "requestBody": { "required": true, "content": { @@ -36297,7 +36297,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionInterval", + "description": "List of SubscriptionPlan", "content": { "application/vnd.api+json": { "schema": { @@ -36311,7 +36311,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36329,7 +36329,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionInterval" + "$ref": "#/components/schemas/SubscriptionPlan" } } } @@ -36346,14 +36346,14 @@ } } }, - "/subscription-plan": { + "/swag-delay-action": { "get": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "List with basic information of Subscription Plan resources.", + "summary": "List with basic information of Swag Delay Action resources.", "description": "", - "operationId": "getSubscriptionPlanList", + "operationId": "getSwagDelayActionList", "parameters": [ { "name": "limit", @@ -36382,7 +36382,7 @@ ], "responses": { "200": { - "description": "List of Subscription Plan resources.", + "description": "List of Swag Delay Action resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36401,7 +36401,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } ] @@ -36415,16 +36415,16 @@ "type": "object", "properties": { "first": { - "example": "/subscription-plan?limit=25" + "example": "/swag-delay-action?limit=25" }, "last": { - "example": "/subscription-plan?limit=25&page=11" + "example": "/swag-delay-action?limit=25&page=11" }, "next": { - "example": "/subscription-plan?limit=25&page=4" + "example": "/swag-delay-action?limit=25&page=4" }, "prev": { - "example": "/subscription-plan?limit=25&page=2" + "example": "/swag-delay-action?limit=25&page=2" } } } @@ -36445,7 +36445,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36460,11 +36460,11 @@ }, "post": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Create a new Subscription Plan resources.", + "summary": "Create a new Swag Delay Action resources.", "description": "", - "operationId": "createSubscriptionPlan", + "operationId": "createSwagDelayAction", "parameters": [ { "name": "_response", @@ -36483,14 +36483,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36502,7 +36502,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36517,7 +36517,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36533,14 +36533,14 @@ } } }, - "/search/subscription-plan": { + "/search/swag-delay-action": { "post": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Search for the Subscription Plan resources.", + "summary": "Search for the Swag Delay Action resources.", "description": "", - "operationId": "searchSubscriptionPlan", + "operationId": "searchSwagDelayAction", "parameters": [ { "name": "sw-include-search-info", @@ -36568,7 +36568,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36582,7 +36582,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36600,7 +36600,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36617,19 +36617,19 @@ } } }, - "/subscription-plan/{id}": { + "/swag-delay-action/{id}": { "get": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Detailed information about a Subscription Plan resource.", + "summary": "Detailed information about a Swag Delay Action resource.", "description": "", - "operationId": "getSubscriptionPlan", + "operationId": "getSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -36639,7 +36639,7 @@ ], "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36651,7 +36651,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36666,7 +36666,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36683,16 +36683,16 @@ }, "delete": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Delete a Subscription Plan resource.", + "summary": "Delete a Swag Delay Action resource.", "description": "", - "operationId": "deleteSubscriptionPlan", + "operationId": "deleteSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -36723,16 +36723,16 @@ }, "patch": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Partially update information about a Subscription Plan resource.", + "summary": "Partially update information about a Swag Delay Action resource.", "description": "", - "operationId": "updateSubscriptionPlan", + "operationId": "updateSwagDelayAction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the subscription_plan", + "description": "Identifier for the swag_delay_action", "required": true, "schema": { "type": "string", @@ -36750,18 +36750,18 @@ } ], "requestBody": { - "description": "Partially update information about a Subscription Plan resource.", + "description": "Partially update information about a Swag Delay Action resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } }, "responses": { "200": { - "description": "Detail of SubscriptionPlan", + "description": "Detail of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36773,7 +36773,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36788,7 +36788,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36807,14 +36807,14 @@ } } }, - "/aggregate/subscription-plan": { + "/aggregate/swag-delay-action": { "post": { "tags": [ - "Subscription Plan" + "Swag Delay Action" ], - "summary": "Aggregate for the Subscription Plan resources.", + "summary": "Aggregate for the Swag Delay Action resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSubscriptionPlan", + "operationId": "aggregateSwagDelayAction", "requestBody": { "required": true, "content": { @@ -36838,7 +36838,7 @@ }, "responses": { "200": { - "description": "List of SubscriptionPlan", + "description": "List of SwagDelayAction", "content": { "application/vnd.api+json": { "schema": { @@ -36852,7 +36852,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36870,7 +36870,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SubscriptionPlan" + "$ref": "#/components/schemas/SwagDelayAction" } } } @@ -36887,14 +36887,14 @@ } } }, - "/swag-delay-action": { + "/warehouse": { "get": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "List with basic information of Swag Delay Action resources.", + "summary": "List with basic information of Warehouse resources.", "description": "", - "operationId": "getSwagDelayActionList", + "operationId": "getWarehouseList", "parameters": [ { "name": "limit", @@ -36923,7 +36923,7 @@ ], "responses": { "200": { - "description": "List of Swag Delay Action resources.", + "description": "List of Warehouse resources.", "content": { "application/vnd.api+json": { "schema": { @@ -36942,7 +36942,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } ] @@ -36956,16 +36956,16 @@ "type": "object", "properties": { "first": { - "example": "/swag-delay-action?limit=25" + "example": "/warehouse?limit=25" }, "last": { - "example": "/swag-delay-action?limit=25&page=11" + "example": "/warehouse?limit=25&page=11" }, "next": { - "example": "/swag-delay-action?limit=25&page=4" + "example": "/warehouse?limit=25&page=4" }, "prev": { - "example": "/swag-delay-action?limit=25&page=2" + "example": "/warehouse?limit=25&page=2" } } } @@ -36986,7 +36986,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37001,11 +37001,11 @@ }, "post": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Create a new Swag Delay Action resources.", + "summary": "Create a new Warehouse resources.", "description": "", - "operationId": "createSwagDelayAction", + "operationId": "createWarehouse", "parameters": [ { "name": "_response", @@ -37024,14 +37024,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } }, "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -37043,7 +37043,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37058,7 +37058,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37074,14 +37074,14 @@ } } }, - "/search/swag-delay-action": { + "/search/warehouse": { "post": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Search for the Swag Delay Action resources.", + "summary": "Search for the Warehouse resources.", "description": "", - "operationId": "searchSwagDelayAction", + "operationId": "searchWarehouse", "parameters": [ { "name": "sw-include-search-info", @@ -37109,7 +37109,7 @@ }, "responses": { "200": { - "description": "List of SwagDelayAction", + "description": "List of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -37123,7 +37123,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37141,7 +37141,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37158,19 +37158,19 @@ } } }, - "/swag-delay-action/{id}": { + "/warehouse/{id}": { "get": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Detailed information about a Swag Delay Action resource.", + "summary": "Detailed information about a Warehouse resource.", "description": "", - "operationId": "getSwagDelayAction", + "operationId": "getWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -37180,7 +37180,7 @@ ], "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -37192,7 +37192,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37207,7 +37207,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37224,16 +37224,16 @@ }, "delete": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Delete a Swag Delay Action resource.", + "summary": "Delete a Warehouse resource.", "description": "", - "operationId": "deleteSwagDelayAction", + "operationId": "deleteWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -37264,16 +37264,16 @@ }, "patch": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Partially update information about a Swag Delay Action resource.", + "summary": "Partially update information about a Warehouse resource.", "description": "", - "operationId": "updateSwagDelayAction", + "operationId": "updateWarehouse", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the swag_delay_action", + "description": "Identifier for the warehouse", "required": true, "schema": { "type": "string", @@ -37291,18 +37291,18 @@ } ], "requestBody": { - "description": "Partially update information about a Swag Delay Action resource.", + "description": "Partially update information about a Warehouse resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } }, "responses": { "200": { - "description": "Detail of SwagDelayAction", + "description": "Detail of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -37314,7 +37314,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37329,7 +37329,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37348,14 +37348,14 @@ } } }, - "/aggregate/swag-delay-action": { + "/aggregate/warehouse": { "post": { "tags": [ - "Swag Delay Action" + "Warehouse" ], - "summary": "Aggregate for the Swag Delay Action resources.", + "summary": "Aggregate for the Warehouse resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateSwagDelayAction", + "operationId": "aggregateWarehouse", "requestBody": { "required": true, "content": { @@ -37379,7 +37379,7 @@ }, "responses": { "200": { - "description": "List of SwagDelayAction", + "description": "List of Warehouse", "content": { "application/vnd.api+json": { "schema": { @@ -37393,7 +37393,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37411,7 +37411,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SwagDelayAction" + "$ref": "#/components/schemas/Warehouse" } } } @@ -37428,14 +37428,14 @@ } } }, - "/warehouse": { + "/warehouse-group": { "get": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "List with basic information of Warehouse resources.", + "summary": "List with basic information of Warehouse Group resources.", "description": "", - "operationId": "getWarehouseList", + "operationId": "getWarehouseGroupList", "parameters": [ { "name": "limit", @@ -37464,7 +37464,7 @@ ], "responses": { "200": { - "description": "List of Warehouse resources.", + "description": "List of Warehouse Group resources.", "content": { "application/vnd.api+json": { "schema": { @@ -37483,7 +37483,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } ] @@ -37497,16 +37497,16 @@ "type": "object", "properties": { "first": { - "example": "/warehouse?limit=25" + "example": "/warehouse-group?limit=25" }, "last": { - "example": "/warehouse?limit=25&page=11" + "example": "/warehouse-group?limit=25&page=11" }, "next": { - "example": "/warehouse?limit=25&page=4" + "example": "/warehouse-group?limit=25&page=4" }, "prev": { - "example": "/warehouse?limit=25&page=2" + "example": "/warehouse-group?limit=25&page=2" } } } @@ -37527,7 +37527,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37542,11 +37542,11 @@ }, "post": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Create a new Warehouse resources.", + "summary": "Create a new Warehouse Group resources.", "description": "", - "operationId": "createWarehouse", + "operationId": "createWarehouseGroup", "parameters": [ { "name": "_response", @@ -37565,14 +37565,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of Warehouse", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37584,7 +37584,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37599,7 +37599,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37615,14 +37615,14 @@ } } }, - "/search/warehouse": { + "/search/warehouse-group": { "post": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Search for the Warehouse resources.", + "summary": "Search for the Warehouse Group resources.", "description": "", - "operationId": "searchWarehouse", + "operationId": "searchWarehouseGroup", "parameters": [ { "name": "sw-include-search-info", @@ -37650,7 +37650,7 @@ }, "responses": { "200": { - "description": "List of Warehouse", + "description": "List of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37664,7 +37664,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37682,7 +37682,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37699,19 +37699,19 @@ } } }, - "/warehouse/{id}": { + "/warehouse-group/{id}": { "get": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Detailed information about a Warehouse resource.", + "summary": "Detailed information about a Warehouse Group resource.", "description": "", - "operationId": "getWarehouse", + "operationId": "getWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the warehouse", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -37721,7 +37721,7 @@ ], "responses": { "200": { - "description": "Detail of Warehouse", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37733,7 +37733,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37748,7 +37748,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37765,16 +37765,16 @@ }, "delete": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Delete a Warehouse resource.", + "summary": "Delete a Warehouse Group resource.", "description": "", - "operationId": "deleteWarehouse", + "operationId": "deleteWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the warehouse", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -37805,16 +37805,16 @@ }, "patch": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Partially update information about a Warehouse resource.", + "summary": "Partially update information about a Warehouse Group resource.", "description": "", - "operationId": "updateWarehouse", + "operationId": "updateWarehouseGroup", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the warehouse", + "description": "Identifier for the warehouse_group", "required": true, "schema": { "type": "string", @@ -37832,18 +37832,18 @@ } ], "requestBody": { - "description": "Partially update information about a Warehouse resource.", + "description": "Partially update information about a Warehouse Group resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } }, "responses": { "200": { - "description": "Detail of Warehouse", + "description": "Detail of WarehouseGroup", "content": { "application/vnd.api+json": { "schema": { @@ -37855,7 +37855,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37870,7 +37870,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/Warehouse" + "$ref": "#/components/schemas/WarehouseGroup" } } } @@ -37889,14 +37889,14 @@ } } }, - "/aggregate/warehouse": { + "/aggregate/warehouse-group": { "post": { "tags": [ - "Warehouse" + "Warehouse Group" ], - "summary": "Aggregate for the Warehouse resources.", + "summary": "Aggregate for the Warehouse Group resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateWarehouse", + "operationId": "aggregateWarehouseGroup", "requestBody": { "required": true, "content": { @@ -37918,277 +37918,6 @@ } } }, - "responses": { - "200": { - "description": "List of Warehouse", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Warehouse" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/warehouse-group": { - "get": { - "tags": [ - "Warehouse Group" - ], - "summary": "List with basic information of Warehouse Group resources.", - "description": "", - "operationId": "getWarehouseGroupList", - "parameters": [ - { - "name": "limit", - "in": "query", - "description": "Max amount of resources to be returned in a page", - "schema": { - "type": "integer" - } - }, - { - "name": "page", - "in": "query", - "description": "The page to be returned", - "schema": { - "type": "integer" - } - }, - { - "name": "query", - "in": "query", - "description": "Encoded SwagQL in JSON", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "description": "List of Warehouse Group resources.", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "allOf": [ - { - "$ref": "#/components/schemas/data" - }, - { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/warehouse-group?limit=25" - }, - "last": { - "example": "/warehouse-group?limit=25&page=11" - }, - "next": { - "example": "/warehouse-group?limit=25&page=4" - }, - "prev": { - "example": "/warehouse-group?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Create a new Warehouse Group resources.", - "description": "", - "operationId": "createWarehouseGroup", - "parameters": [ - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "schema": { - "type": "string", - "enum": [ - "basic", - "detail" - ] - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/warehouse-group": { - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Search for the Warehouse Group resources.", - "description": "", - "operationId": "searchWarehouseGroup", - "parameters": [ - { - "name": "sw-include-search-info", - "in": "header", - "description": "Controls whether API search information is included in the response. Default is 1 (enabled), will be 0 (disabled) in the next major version.", - "schema": { - "type": "string", - "enum": [ - "0", - "1" - ], - "default": "1" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Criteria" - } - } - } - }, "responses": { "200": { "description": "List of WarehouseGroup", @@ -38240,808 +37969,6 @@ } } }, - "/warehouse-group/{id}": { - "get": { - "tags": [ - "Warehouse Group" - ], - "summary": "Detailed information about a Warehouse Group resource.", - "description": "", - "operationId": "getWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Warehouse Group" - ], - "summary": "Delete a Warehouse Group resource.", - "description": "", - "operationId": "deleteWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/204" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "patch": { - "tags": [ - "Warehouse Group" - ], - "summary": "Partially update information about a Warehouse Group resource.", - "description": "", - "operationId": "updateWarehouseGroup", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the warehouse_group", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "_response", - "in": "query", - "description": "Data format for response. Empty if none is provided.", - "allowEmptyValue": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "description": "Partially update information about a Warehouse Group resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/warehouse-group": { - "post": { - "tags": [ - "Warehouse Group" - ], - "summary": "Aggregate for the Warehouse Group resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateWarehouseGroup", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "aggregations": { - "type": "array", - "items": { - "$ref": "#/components/schemas/Aggregation" - } - } - }, - "required": [ - "aggregations" - ] - } - } - } - }, - "responses": { - "200": { - "description": "List of WarehouseGroup", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/WarehouseGroup" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/_action/sales-channel-file/{fileFamily}/{salesChannelId}": { - "get": { - "tags": [ - "Sales Channel Files" - ], - "summary": "List discovered sales channel files", - "description": "Lists all discovered public files for a file family and sales channel, including content type and the stored sales-channel configuration when one exists.", - "operationId": "listSalesChannelFiles", - "parameters": [ - { - "name": "fileFamily", - "in": "path", - "description": "File family below `Resources/views/files`, for example `agentic`.", - "required": true, - "schema": { - "type": "string", - "maxLength": 64, - "pattern": "^[A-Za-z0-9_-]+$" - } - }, - { - "name": "salesChannelId", - "in": "path", - "description": "Identifier of the sales channel for which stored configuration should be loaded.", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Discovered sales channel files for the given file family.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SalesChannelFileListResponse" - } - } - } - }, - "400": { - "description": "Invalid file family.", - "$ref": "#/components/responses/400" - } - } - } - }, - "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/detail": { - "get": { - "tags": [ - "Sales Channel Files" - ], - "summary": "Load sales channel file detail", - "description": "Loads detail data for a discovered public file, including contributing Twig templates, their source content, and the stored sales-channel configuration when one exists.", - "operationId": "getSalesChannelFileDetail", - "parameters": [ - { - "name": "fileFamily", - "in": "path", - "description": "File family below `Resources/views/files`, for example `agentic`.", - "required": true, - "schema": { - "type": "string", - "maxLength": 64, - "pattern": "^[A-Za-z0-9_-]+$" - } - }, - { - "name": "salesChannelId", - "in": "path", - "description": "Identifier of the sales channel for which stored configuration should be loaded.", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - }, - { - "name": "fileName", - "in": "query", - "description": "Public file path without a leading slash. Subfolders are supported, for example `.well-known/ucp.json`.", - "required": true, - "schema": { - "type": "string", - "examples": [ - "llms.txt", - ".well-known/ucp.json" - ] - } - } - ], - "responses": { - "200": { - "description": "Detail data for the discovered sales channel file.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SalesChannelFileDetailResponse" - } - } - } - }, - "400": { - "description": "Invalid file family or file name.", - "$ref": "#/components/responses/400" - }, - "404": { - "description": "The requested sales channel file was not discovered.", - "$ref": "#/components/responses/404" - } - } - } - }, - "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/preview": { - "post": { - "tags": [ - "Sales Channel Files" - ], - "summary": "Preview a sales channel file", - "description": "Renders a discovered public file for a sales channel with the supplied Twig template overrides. This allows Administration previews without persisting the overrides first.", - "operationId": "previewSalesChannelFile", - "parameters": [ - { - "name": "fileFamily", - "in": "path", - "description": "File family below `Resources/views/files`, for example `agentic`.", - "required": true, - "schema": { - "type": "string", - "maxLength": 64, - "pattern": "^[A-Za-z0-9_-]+$" - } - }, - { - "name": "salesChannelId", - "in": "path", - "description": "Identifier of the sales channel used to build the rendering context.", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "requestBody": { - "description": "Preview input containing the public file name and optional Twig overrides keyed by Twig namespace.", - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SalesChannelFilePreviewRequest" - } - } - } - }, - "responses": { - "200": { - "description": "Rendered preview content.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SalesChannelFilePreviewResponse" - } - } - } - }, - "400": { - "description": "Invalid request payload, file family, or file name.", - "$ref": "#/components/responses/400" - }, - "404": { - "description": "The requested sales channel file was not discovered.", - "$ref": "#/components/responses/404" - } - } - } - }, - "/_action/media/{mediaId}/download": { - "get": { - "tags": [ - "Asset Management" - ], - "summary": "Download a media file", - "description": "Downloads a media file by its identifier.", - "operationId": "downloadMedia", - "parameters": [ - { - "name": "mediaId", - "in": "path", - "description": "Identifier of the media entity.", - "required": true, - "schema": { - "$ref": "#/components/schemas/MediaId" - } - } - ], - "responses": { - "200": { - "description": "The media file.", - "content": { - "application/octet-stream": { - "schema": { - "type": "string", - "format": "binary" - } - } - } - }, - "302": { - "description": "Redirects to the resolved media download URL.", - "headers": { - "Location": { - "description": "Contains the resolved media download URL.", - "schema": { - "type": "string" - } - } - } - } - } - } - }, - "/_action/media/{mediaId}/download/prepare": { - "get": { - "tags": [ - "Asset Management" - ], - "summary": "Prepare a media download", - "description": "Resolves the browser download URL for a media file by its identifier.", - "operationId": "prepareMediaDownload", - "parameters": [ - { - "name": "mediaId", - "in": "path", - "description": "Identifier of the media entity.", - "required": true, - "schema": { - "$ref": "#/components/schemas/MediaId" - } - } - ], - "responses": { - "200": { - "description": "The resolved browser download strategy.", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "external", - "blob" - ], - "description": "Whether the frontend should trigger an external URL directly or fall back to an authenticated blob download." - }, - "url": { - "type": "string", - "description": "External URL that should be used by the browser to start the download." - } - } - } - } - } - } - } - } - }, - "/_action/translation/list": { - "get": { - "tags": [ - "Translation Management" - ], - "summary": "List configured translation locales", - "description": "Lists every locale configured for translation download together with its locally installed metadata.", - "operationId": "translationList", - "responses": { - "200": { - "description": "The configured locales and their installed metadata.", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "description": "Number of configured locales.", - "type": "integer" - }, - "items": { - "type": "array", - "items": { - "type": "object", - "properties": { - "locale": { - "description": "The locale code, for example `de-DE`.", - "type": "string" - }, - "name": { - "description": "The configured language name.", - "type": "string" - }, - "lastUpdate": { - "description": "ISO-8601 timestamp of the last installation, or null if not installed.", - "type": "string", - "format": "date-time" - }, - "progress": { - "description": "Translation completeness in percent, or null if not installed.", - "type": "integer" - } - } - } - } - } - } - } - } - } - } - } - }, - "/_action/translation/install": { - "post": { - "tags": [ - "Translation Management" - ], - "summary": "Install translations for locales", - "description": "Downloads and installs translations for the given locales, or for all configured locales when `all` is set. Created languages are activated unless `activate` is set to `false`.", - "operationId": "translationInstall", - "requestBody": { - "required": false, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "locales": { - "description": "Locale codes to install, for example `[\"de-DE\", \"fr-FR\"]`. Required unless `all` is true.", - "type": "array", - "items": { - "type": "string" - } - }, - "all": { - "description": "Install all configured locales instead of the `locales` list.", - "type": "boolean" - }, - "activate": { - "description": "Whether created languages are activated. Defaults to true.", - "type": "boolean" - } - } - } - } - } - }, - "responses": { - "200": { - "description": "The locales that were updated and the ones skipped as already up to date.", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "updated": { - "description": "Locale codes that were downloaded and installed.", - "type": "array", - "items": { - "type": "string" - } - }, - "skipped": { - "description": "Locale codes that were already up to date.", - "type": "array", - "items": { - "type": "string" - } - }, - "unavailable": { - "description": "Requested locale codes that have no translation available and were not installed.", - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - } - } - } - }, - "/_action/translation/update": { - "post": { - "tags": [ - "Translation Management" - ], - "summary": "Update all installed translations", - "description": "Updates all installed translations.", - "operationId": "translationUpdate", - "responses": { - "200": { - "description": "The locales that were updated and the ones skipped as already up to date.", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "updated": { - "description": "Locale codes that were downloaded and installed.", - "type": "array", - "items": { - "type": "string" - } - }, - "skipped": { - "description": "Locale codes that were already up to date.", - "type": "array", - "items": { - "type": "string" - } - }, - "unavailable": { - "description": "Requested locale codes that have no translation available and were not installed.", - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - } - } - } - }, - "/_action/translation/{locale}": { - "delete": { - "tags": [ - "Translation Management" - ], - "summary": "Uninstall a translation", - "description": "Removes the downloaded translation files and the metadata entry for the given locale. The associated language, locale and snippet set records are left untouched and can be managed through their regular admin API endpoints.", - "operationId": "translationDelete", - "parameters": [ - { - "name": "locale", - "in": "path", - "description": "The locale code to uninstall, for example `de-DE`.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "description": "The translation files and metadata entry were removed." - } - } - } - }, - "/_action/customer-convert/{customerId}": { - "post": { - "tags": [ - "Customer convert" - ], - "summary": "Convert guest customer to registered customer", - "description": "Converts an existing guest customer into a registered customer. If a password is provided, the customer can immediately log in using that password. If no password is provided, a password recovery email will be sent to the customer so they can set their password.", - "parameters": [ - { - "name": "customerId", - "in": "path", - "description": "The id of the customer that should be converted.", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "required": false, - "description": "Optional data for the conversion process.", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "password": { - "type": "string", - "description": "Optional password for the customer. If provided, the customer can log in immediately using this password. If omitted, a password recovery email will be sent." - } - } - } - } - } - }, - "responses": { - "204": { - "description": "Customer successfully converted to a registered customer." - }, - "401": { - "description": "The customer with the specified ID could not be found.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/failure" - } - } - } - }, - "400": { - "description": "The customer is not a guest, or the sales channel domain could not be found.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/failure" - } - } - } - } - } - } - }, "/_action/custom-price": { "post": { "tags": [ @@ -68157,11 +67084,11 @@ "required": [ "id", "technicalName", - "label", "sourceEntity", "fileType", "delimiter", - "enclosure" + "enclosure", + "label" ], "properties": { "id": { @@ -68171,9 +67098,6 @@ "technicalName": { "type": "string" }, - "label": { - "type": "string" - }, "type": { "description": "Import-export type can be orders, customers, categories.", "type": "string" @@ -68206,6 +67130,9 @@ "config": { "type": "object" }, + "label": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", @@ -68265,11 +67192,11 @@ "required": [ "id", "technicalName", - "label", "sourceEntity", "fileType", "delimiter", - "enclosure" + "enclosure", + "label" ], "properties": { "id": { @@ -68279,9 +67206,6 @@ "technicalName": { "type": "string" }, - "label": { - "type": "string" - }, "type": { "description": "Import-export type can be orders, customers, categories.", "type": "string" @@ -68314,6 +67238,9 @@ "config": { "type": "object" }, + "label": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time", diff --git a/SwagCommercial-adminapi.summary.json b/SwagCommercial-adminapi.summary.json index a0eb119..120977d 100644 --- a/SwagCommercial-adminapi.summary.json +++ b/SwagCommercial-adminapi.summary.json @@ -2,24 +2,14 @@ "paths": [ "/_action/create-employee", "/_action/custom-price", - "/_action/customer-convert/{customerId}", "/_action/invite-employee", - "/_action/media/{mediaId}/download", - "/_action/media/{mediaId}/download/prepare", "/_action/quote/{quoteId}/comment", "/_action/quote/{quoteId}/lineItem", "/_action/quote/{quoteId}/product/{productId}", "/_action/quote/{quoteId}/recalculate", - "/_action/sales-channel-file/{fileFamily}/{salesChannelId}", - "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/detail", - "/_action/sales-channel-file/{fileFamily}/{salesChannelId}/preview", "/_action/share-config/download/{entity}/{id}", "/_action/share-config/upload/{entity}", "/_action/text-to-image/generate", - "/_action/translation/install", - "/_action/translation/list", - "/_action/translation/update", - "/_action/translation/{locale}", "/_action/update-employee", "/_proxy-quote/{salesChannelId}", "/advanced-search-action", @@ -94,7 +84,6 @@ "/aggregate/quote-employee", "/aggregate/quote-line-item", "/aggregate/quote-transaction", - "/aggregate/sales-channel-file", "/aggregate/spatial-render-config-size", "/aggregate/spatial-scene", "/aggregate/spatial-scene-camera", @@ -204,8 +193,6 @@ "/quote-transaction", "/quote-transaction/{id}", "/quote/{id}", - "/sales-channel-file", - "/sales-channel-file/{id}", "/search/advanced-search-action", "/search/advanced-search-action-search-term", "/search/advanced-search-boosting", @@ -258,7 +245,6 @@ "/search/quote-employee", "/search/quote-line-item", "/search/quote-transaction", - "/search/sales-channel-file", "/search/spatial-render-config-size", "/search/spatial-scene", "/search/spatial-scene-camera",