From 2f4d4012d0a91962e32c92a1cb5c95827ce39641 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Fri, 1 May 2026 10:33:47 +0000 Subject: [PATCH] [create-pull-request] automated change --- SwagDigitalSalesRooms-adminapi.json | 2196 +++++++++---------- SwagDigitalSalesRooms-adminapi.summary.json | 18 +- 2 files changed, 1070 insertions(+), 1144 deletions(-) diff --git a/SwagDigitalSalesRooms-adminapi.json b/SwagDigitalSalesRooms-adminapi.json index 277d16b..7fa51c3 100644 --- a/SwagDigitalSalesRooms-adminapi.json +++ b/SwagDigitalSalesRooms-adminapi.json @@ -15,14 +15,14 @@ } ], "paths": { - "/dsr-appointment": { + "/document-file": { "get": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "List with basic information of Dsr Appointment resources.", - "description": "", - "operationId": "getDsrAppointmentList", + "summary": "List with basic information of Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFileList", "parameters": [ { "name": "limit", @@ -51,7 +51,7 @@ ], "responses": { "200": { - "description": "List of Dsr Appointment resources.", + "description": "List of Document File resources.", "content": { "application/vnd.api+json": { "schema": { @@ -70,7 +70,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } ] @@ -84,16 +84,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-appointment?limit=25" + "example": "/document-file?limit=25" }, "last": { - "example": "/dsr-appointment?limit=25&page=11" + "example": "/document-file?limit=25&page=11" }, "next": { - "example": "/dsr-appointment?limit=25&page=4" + "example": "/document-file?limit=25&page=4" }, "prev": { - "example": "/dsr-appointment?limit=25&page=2" + "example": "/document-file?limit=25&page=2" } } } @@ -114,7 +114,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -129,11 +129,11 @@ }, "post": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "Create a new Dsr Appointment resources.", - "description": "", - "operationId": "createDsrAppointment", + "summary": "Create a new Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "createDocumentFile", "parameters": [ { "name": "_response", @@ -152,14 +152,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointment", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -171,7 +171,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -186,7 +186,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -202,14 +202,14 @@ } } }, - "/search/dsr-appointment": { + "/search/document-file": { "post": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "Search for the Dsr Appointment resources.", - "description": "", - "operationId": "searchDsrAppointment", + "summary": "Search for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "searchDocumentFile", "parameters": [ { "name": "sw-include-search-info", @@ -237,7 +237,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointment", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -251,7 +251,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -269,7 +269,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -286,19 +286,19 @@ } } }, - "/dsr-appointment/{id}": { + "/document-file/{id}": { "get": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "Detailed information about a Dsr Appointment resource.", - "description": "", - "operationId": "getDsrAppointment", + "summary": "Detailed information about a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "getDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -308,7 +308,7 @@ ], "responses": { "200": { - "description": "Detail of DsrAppointment", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -320,7 +320,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -335,7 +335,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -352,16 +352,16 @@ }, "delete": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "Delete a Dsr Appointment resource.", - "description": "", - "operationId": "deleteDsrAppointment", + "summary": "Delete a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "deleteDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -392,16 +392,16 @@ }, "patch": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "Partially update information about a Dsr Appointment resource.", - "description": "", - "operationId": "updateDsrAppointment", + "summary": "Partially update information about a Document File resource.", + "description": "Available since: 6.7.10.0", + "operationId": "updateDocumentFile", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment", + "description": "Identifier for the document_file", "required": true, "schema": { "type": "string", @@ -419,18 +419,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Appointment resource.", + "description": "Partially update information about a Document File resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointment", + "description": "Detail of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -442,7 +442,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -457,7 +457,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -476,14 +476,14 @@ } } }, - "/aggregate/dsr-appointment": { + "/aggregate/document-file": { "post": { "tags": [ - "Dsr Appointment" + "Document File" ], - "summary": "Aggregate for the Dsr Appointment resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrAppointment", + "summary": "Aggregate for the Document File resources.", + "description": "Available since: 6.7.10.0", + "operationId": "aggregateDocumentFile", "requestBody": { "required": true, "content": { @@ -507,7 +507,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointment", + "description": "List of DocumentFile", "content": { "application/vnd.api+json": { "schema": { @@ -521,7 +521,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -539,7 +539,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointment" + "$ref": "#/components/schemas/DocumentFile" } } } @@ -556,14 +556,14 @@ } } }, - "/dsr-appointment-attendee": { + "/dsr-appointment": { "get": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "List with basic information of Dsr Appointment Attendee resources.", + "summary": "List with basic information of Dsr Appointment resources.", "description": "", - "operationId": "getDsrAppointmentAttendeeList", + "operationId": "getDsrAppointmentList", "parameters": [ { "name": "limit", @@ -592,7 +592,7 @@ ], "responses": { "200": { - "description": "List of Dsr Appointment Attendee resources.", + "description": "List of Dsr Appointment resources.", "content": { "application/vnd.api+json": { "schema": { @@ -611,7 +611,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } ] @@ -625,16 +625,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-appointment-attendee?limit=25" + "example": "/dsr-appointment?limit=25" }, "last": { - "example": "/dsr-appointment-attendee?limit=25&page=11" + "example": "/dsr-appointment?limit=25&page=11" }, "next": { - "example": "/dsr-appointment-attendee?limit=25&page=4" + "example": "/dsr-appointment?limit=25&page=4" }, "prev": { - "example": "/dsr-appointment-attendee?limit=25&page=2" + "example": "/dsr-appointment?limit=25&page=2" } } } @@ -655,7 +655,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -670,11 +670,11 @@ }, "post": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "Create a new Dsr Appointment Attendee resources.", + "summary": "Create a new Dsr Appointment resources.", "description": "", - "operationId": "createDsrAppointmentAttendee", + "operationId": "createDsrAppointment", "parameters": [ { "name": "_response", @@ -693,14 +693,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointmentAttendee", + "description": "Detail of DsrAppointment", "content": { "application/vnd.api+json": { "schema": { @@ -712,7 +712,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -727,7 +727,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -743,14 +743,14 @@ } } }, - "/search/dsr-appointment-attendee": { + "/search/dsr-appointment": { "post": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "Search for the Dsr Appointment Attendee resources.", + "summary": "Search for the Dsr Appointment resources.", "description": "", - "operationId": "searchDsrAppointmentAttendee", + "operationId": "searchDsrAppointment", "parameters": [ { "name": "sw-include-search-info", @@ -778,7 +778,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointmentAttendee", + "description": "List of DsrAppointment", "content": { "application/vnd.api+json": { "schema": { @@ -792,7 +792,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -810,7 +810,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -827,19 +827,19 @@ } } }, - "/dsr-appointment-attendee/{id}": { + "/dsr-appointment/{id}": { "get": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "Detailed information about a Dsr Appointment Attendee resource.", + "summary": "Detailed information about a Dsr Appointment resource.", "description": "", - "operationId": "getDsrAppointmentAttendee", + "operationId": "getDsrAppointment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_attendee", + "description": "Identifier for the dsr_appointment", "required": true, "schema": { "type": "string", @@ -849,7 +849,7 @@ ], "responses": { "200": { - "description": "Detail of DsrAppointmentAttendee", + "description": "Detail of DsrAppointment", "content": { "application/vnd.api+json": { "schema": { @@ -861,7 +861,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -876,7 +876,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -893,16 +893,16 @@ }, "delete": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "Delete a Dsr Appointment Attendee resource.", + "summary": "Delete a Dsr Appointment resource.", "description": "", - "operationId": "deleteDsrAppointmentAttendee", + "operationId": "deleteDsrAppointment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_attendee", + "description": "Identifier for the dsr_appointment", "required": true, "schema": { "type": "string", @@ -933,16 +933,16 @@ }, "patch": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "Partially update information about a Dsr Appointment Attendee resource.", + "summary": "Partially update information about a Dsr Appointment resource.", "description": "", - "operationId": "updateDsrAppointmentAttendee", + "operationId": "updateDsrAppointment", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_attendee", + "description": "Identifier for the dsr_appointment", "required": true, "schema": { "type": "string", @@ -960,18 +960,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Appointment Attendee resource.", + "description": "Partially update information about a Dsr Appointment resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointmentAttendee", + "description": "Detail of DsrAppointment", "content": { "application/vnd.api+json": { "schema": { @@ -983,7 +983,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -998,7 +998,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -1017,14 +1017,14 @@ } } }, - "/aggregate/dsr-appointment-attendee": { + "/aggregate/dsr-appointment": { "post": { "tags": [ - "Dsr Appointment Attendee" + "Dsr Appointment" ], - "summary": "Aggregate for the Dsr Appointment Attendee resources.", + "summary": "Aggregate for the Dsr Appointment resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrAppointmentAttendee", + "operationId": "aggregateDsrAppointment", "requestBody": { "required": true, "content": { @@ -1048,7 +1048,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointmentAttendee", + "description": "List of DsrAppointment", "content": { "application/vnd.api+json": { "schema": { @@ -1062,7 +1062,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -1080,7 +1080,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentAttendee" + "$ref": "#/components/schemas/DsrAppointment" } } } @@ -1097,14 +1097,14 @@ } } }, - "/dsr-appointment-request": { + "/dsr-appointment-attendee": { "get": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "List with basic information of Dsr Appointment Request resources.", + "summary": "List with basic information of Dsr Appointment Attendee resources.", "description": "", - "operationId": "getDsrAppointmentRequestList", + "operationId": "getDsrAppointmentAttendeeList", "parameters": [ { "name": "limit", @@ -1133,7 +1133,7 @@ ], "responses": { "200": { - "description": "List of Dsr Appointment Request resources.", + "description": "List of Dsr Appointment Attendee resources.", "content": { "application/vnd.api+json": { "schema": { @@ -1152,7 +1152,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } ] @@ -1166,16 +1166,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-appointment-request?limit=25" + "example": "/dsr-appointment-attendee?limit=25" }, "last": { - "example": "/dsr-appointment-request?limit=25&page=11" + "example": "/dsr-appointment-attendee?limit=25&page=11" }, "next": { - "example": "/dsr-appointment-request?limit=25&page=4" + "example": "/dsr-appointment-attendee?limit=25&page=4" }, "prev": { - "example": "/dsr-appointment-request?limit=25&page=2" + "example": "/dsr-appointment-attendee?limit=25&page=2" } } } @@ -1196,7 +1196,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1211,11 +1211,11 @@ }, "post": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "Create a new Dsr Appointment Request resources.", + "summary": "Create a new Dsr Appointment Attendee resources.", "description": "", - "operationId": "createDsrAppointmentRequest", + "operationId": "createDsrAppointmentAttendee", "parameters": [ { "name": "_response", @@ -1234,14 +1234,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointmentRequest", + "description": "Detail of DsrAppointmentAttendee", "content": { "application/vnd.api+json": { "schema": { @@ -1253,7 +1253,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1268,7 +1268,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1284,14 +1284,14 @@ } } }, - "/search/dsr-appointment-request": { + "/search/dsr-appointment-attendee": { "post": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "Search for the Dsr Appointment Request resources.", + "summary": "Search for the Dsr Appointment Attendee resources.", "description": "", - "operationId": "searchDsrAppointmentRequest", + "operationId": "searchDsrAppointmentAttendee", "parameters": [ { "name": "sw-include-search-info", @@ -1319,7 +1319,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointmentRequest", + "description": "List of DsrAppointmentAttendee", "content": { "application/vnd.api+json": { "schema": { @@ -1333,7 +1333,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1351,7 +1351,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1368,19 +1368,19 @@ } } }, - "/dsr-appointment-request/{id}": { + "/dsr-appointment-attendee/{id}": { "get": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "Detailed information about a Dsr Appointment Request resource.", + "summary": "Detailed information about a Dsr Appointment Attendee resource.", "description": "", - "operationId": "getDsrAppointmentRequest", + "operationId": "getDsrAppointmentAttendee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_request", + "description": "Identifier for the dsr_appointment_attendee", "required": true, "schema": { "type": "string", @@ -1390,7 +1390,7 @@ ], "responses": { "200": { - "description": "Detail of DsrAppointmentRequest", + "description": "Detail of DsrAppointmentAttendee", "content": { "application/vnd.api+json": { "schema": { @@ -1402,7 +1402,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1417,7 +1417,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1434,16 +1434,16 @@ }, "delete": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "Delete a Dsr Appointment Request resource.", + "summary": "Delete a Dsr Appointment Attendee resource.", "description": "", - "operationId": "deleteDsrAppointmentRequest", + "operationId": "deleteDsrAppointmentAttendee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_request", + "description": "Identifier for the dsr_appointment_attendee", "required": true, "schema": { "type": "string", @@ -1474,16 +1474,16 @@ }, "patch": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "Partially update information about a Dsr Appointment Request resource.", + "summary": "Partially update information about a Dsr Appointment Attendee resource.", "description": "", - "operationId": "updateDsrAppointmentRequest", + "operationId": "updateDsrAppointmentAttendee", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_request", + "description": "Identifier for the dsr_appointment_attendee", "required": true, "schema": { "type": "string", @@ -1501,18 +1501,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Appointment Request resource.", + "description": "Partially update information about a Dsr Appointment Attendee resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointmentRequest", + "description": "Detail of DsrAppointmentAttendee", "content": { "application/vnd.api+json": { "schema": { @@ -1524,7 +1524,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1539,7 +1539,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1558,14 +1558,14 @@ } } }, - "/aggregate/dsr-appointment-request": { + "/aggregate/dsr-appointment-attendee": { "post": { "tags": [ - "Dsr Appointment Request" + "Dsr Appointment Attendee" ], - "summary": "Aggregate for the Dsr Appointment Request resources.", + "summary": "Aggregate for the Dsr Appointment Attendee resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrAppointmentRequest", + "operationId": "aggregateDsrAppointmentAttendee", "requestBody": { "required": true, "content": { @@ -1589,7 +1589,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointmentRequest", + "description": "List of DsrAppointmentAttendee", "content": { "application/vnd.api+json": { "schema": { @@ -1603,7 +1603,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1621,7 +1621,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentRequest" + "$ref": "#/components/schemas/DsrAppointmentAttendee" } } } @@ -1638,14 +1638,14 @@ } } }, - "/dsr-appointment-video-chat": { + "/dsr-appointment-request": { "get": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "List with basic information of Dsr Appointment Video Chat resources.", + "summary": "List with basic information of Dsr Appointment Request resources.", "description": "", - "operationId": "getDsrAppointmentVideoChatList", + "operationId": "getDsrAppointmentRequestList", "parameters": [ { "name": "limit", @@ -1674,7 +1674,7 @@ ], "responses": { "200": { - "description": "List of Dsr Appointment Video Chat resources.", + "description": "List of Dsr Appointment Request resources.", "content": { "application/vnd.api+json": { "schema": { @@ -1693,7 +1693,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } ] @@ -1707,16 +1707,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-appointment-video-chat?limit=25" + "example": "/dsr-appointment-request?limit=25" }, "last": { - "example": "/dsr-appointment-video-chat?limit=25&page=11" + "example": "/dsr-appointment-request?limit=25&page=11" }, "next": { - "example": "/dsr-appointment-video-chat?limit=25&page=4" + "example": "/dsr-appointment-request?limit=25&page=4" }, "prev": { - "example": "/dsr-appointment-video-chat?limit=25&page=2" + "example": "/dsr-appointment-request?limit=25&page=2" } } } @@ -1737,7 +1737,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1752,11 +1752,11 @@ }, "post": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "Create a new Dsr Appointment Video Chat resources.", + "summary": "Create a new Dsr Appointment Request resources.", "description": "", - "operationId": "createDsrAppointmentVideoChat", + "operationId": "createDsrAppointmentRequest", "parameters": [ { "name": "_response", @@ -1775,14 +1775,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointmentVideoChat", + "description": "Detail of DsrAppointmentRequest", "content": { "application/vnd.api+json": { "schema": { @@ -1794,7 +1794,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1809,7 +1809,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1825,14 +1825,14 @@ } } }, - "/search/dsr-appointment-video-chat": { + "/search/dsr-appointment-request": { "post": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "Search for the Dsr Appointment Video Chat resources.", + "summary": "Search for the Dsr Appointment Request resources.", "description": "", - "operationId": "searchDsrAppointmentVideoChat", + "operationId": "searchDsrAppointmentRequest", "parameters": [ { "name": "sw-include-search-info", @@ -1860,7 +1860,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointmentVideoChat", + "description": "List of DsrAppointmentRequest", "content": { "application/vnd.api+json": { "schema": { @@ -1874,7 +1874,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1892,7 +1892,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1909,19 +1909,19 @@ } } }, - "/dsr-appointment-video-chat/{id}": { + "/dsr-appointment-request/{id}": { "get": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "Detailed information about a Dsr Appointment Video Chat resource.", + "summary": "Detailed information about a Dsr Appointment Request resource.", "description": "", - "operationId": "getDsrAppointmentVideoChat", + "operationId": "getDsrAppointmentRequest", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_video_chat", + "description": "Identifier for the dsr_appointment_request", "required": true, "schema": { "type": "string", @@ -1931,7 +1931,7 @@ ], "responses": { "200": { - "description": "Detail of DsrAppointmentVideoChat", + "description": "Detail of DsrAppointmentRequest", "content": { "application/vnd.api+json": { "schema": { @@ -1943,7 +1943,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1958,7 +1958,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -1975,16 +1975,16 @@ }, "delete": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "Delete a Dsr Appointment Video Chat resource.", + "summary": "Delete a Dsr Appointment Request resource.", "description": "", - "operationId": "deleteDsrAppointmentVideoChat", + "operationId": "deleteDsrAppointmentRequest", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_video_chat", + "description": "Identifier for the dsr_appointment_request", "required": true, "schema": { "type": "string", @@ -2015,16 +2015,16 @@ }, "patch": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "Partially update information about a Dsr Appointment Video Chat resource.", + "summary": "Partially update information about a Dsr Appointment Request resource.", "description": "", - "operationId": "updateDsrAppointmentVideoChat", + "operationId": "updateDsrAppointmentRequest", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_appointment_video_chat", + "description": "Identifier for the dsr_appointment_request", "required": true, "schema": { "type": "string", @@ -2042,18 +2042,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Appointment Video Chat resource.", + "description": "Partially update information about a Dsr Appointment Request resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } }, "responses": { "200": { - "description": "Detail of DsrAppointmentVideoChat", + "description": "Detail of DsrAppointmentRequest", "content": { "application/vnd.api+json": { "schema": { @@ -2065,7 +2065,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -2080,7 +2080,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -2099,14 +2099,14 @@ } } }, - "/aggregate/dsr-appointment-video-chat": { + "/aggregate/dsr-appointment-request": { "post": { "tags": [ - "Dsr Appointment Video Chat" + "Dsr Appointment Request" ], - "summary": "Aggregate for the Dsr Appointment Video Chat resources.", + "summary": "Aggregate for the Dsr Appointment Request resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrAppointmentVideoChat", + "operationId": "aggregateDsrAppointmentRequest", "requestBody": { "required": true, "content": { @@ -2130,7 +2130,7 @@ }, "responses": { "200": { - "description": "List of DsrAppointmentVideoChat", + "description": "List of DsrAppointmentRequest", "content": { "application/vnd.api+json": { "schema": { @@ -2144,7 +2144,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -2162,7 +2162,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAppointmentVideoChat" + "$ref": "#/components/schemas/DsrAppointmentRequest" } } } @@ -2179,14 +2179,14 @@ } } }, - "/dsr-attendee-product-collection": { + "/dsr-appointment-video-chat": { "get": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "List with basic information of Dsr Attendee Product Collection resources.", + "summary": "List with basic information of Dsr Appointment Video Chat resources.", "description": "", - "operationId": "getDsrAttendeeProductCollectionList", + "operationId": "getDsrAppointmentVideoChatList", "parameters": [ { "name": "limit", @@ -2215,7 +2215,7 @@ ], "responses": { "200": { - "description": "List of Dsr Attendee Product Collection resources.", + "description": "List of Dsr Appointment Video Chat resources.", "content": { "application/vnd.api+json": { "schema": { @@ -2234,7 +2234,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } ] @@ -2248,16 +2248,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-attendee-product-collection?limit=25" + "example": "/dsr-appointment-video-chat?limit=25" }, "last": { - "example": "/dsr-attendee-product-collection?limit=25&page=11" + "example": "/dsr-appointment-video-chat?limit=25&page=11" }, "next": { - "example": "/dsr-attendee-product-collection?limit=25&page=4" + "example": "/dsr-appointment-video-chat?limit=25&page=4" }, "prev": { - "example": "/dsr-attendee-product-collection?limit=25&page=2" + "example": "/dsr-appointment-video-chat?limit=25&page=2" } } } @@ -2278,7 +2278,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2293,11 +2293,11 @@ }, "post": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "Create a new Dsr Attendee Product Collection resources.", + "summary": "Create a new Dsr Appointment Video Chat resources.", "description": "", - "operationId": "createDsrAttendeeProductCollection", + "operationId": "createDsrAppointmentVideoChat", "parameters": [ { "name": "_response", @@ -2316,14 +2316,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } }, "responses": { "200": { - "description": "Detail of DsrAttendeeProductCollection", + "description": "Detail of DsrAppointmentVideoChat", "content": { "application/vnd.api+json": { "schema": { @@ -2335,7 +2335,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2350,7 +2350,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2366,14 +2366,14 @@ } } }, - "/search/dsr-attendee-product-collection": { + "/search/dsr-appointment-video-chat": { "post": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "Search for the Dsr Attendee Product Collection resources.", + "summary": "Search for the Dsr Appointment Video Chat resources.", "description": "", - "operationId": "searchDsrAttendeeProductCollection", + "operationId": "searchDsrAppointmentVideoChat", "parameters": [ { "name": "sw-include-search-info", @@ -2401,7 +2401,7 @@ }, "responses": { "200": { - "description": "List of DsrAttendeeProductCollection", + "description": "List of DsrAppointmentVideoChat", "content": { "application/vnd.api+json": { "schema": { @@ -2415,7 +2415,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2433,7 +2433,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2450,19 +2450,19 @@ } } }, - "/dsr-attendee-product-collection/{id}": { + "/dsr-appointment-video-chat/{id}": { "get": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "Detailed information about a Dsr Attendee Product Collection resource.", + "summary": "Detailed information about a Dsr Appointment Video Chat resource.", "description": "", - "operationId": "getDsrAttendeeProductCollection", + "operationId": "getDsrAppointmentVideoChat", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_attendee_product_collection", + "description": "Identifier for the dsr_appointment_video_chat", "required": true, "schema": { "type": "string", @@ -2472,7 +2472,7 @@ ], "responses": { "200": { - "description": "Detail of DsrAttendeeProductCollection", + "description": "Detail of DsrAppointmentVideoChat", "content": { "application/vnd.api+json": { "schema": { @@ -2484,7 +2484,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2499,7 +2499,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2516,16 +2516,16 @@ }, "delete": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "Delete a Dsr Attendee Product Collection resource.", + "summary": "Delete a Dsr Appointment Video Chat resource.", "description": "", - "operationId": "deleteDsrAttendeeProductCollection", + "operationId": "deleteDsrAppointmentVideoChat", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_attendee_product_collection", + "description": "Identifier for the dsr_appointment_video_chat", "required": true, "schema": { "type": "string", @@ -2556,16 +2556,16 @@ }, "patch": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "Partially update information about a Dsr Attendee Product Collection resource.", + "summary": "Partially update information about a Dsr Appointment Video Chat resource.", "description": "", - "operationId": "updateDsrAttendeeProductCollection", + "operationId": "updateDsrAppointmentVideoChat", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_attendee_product_collection", + "description": "Identifier for the dsr_appointment_video_chat", "required": true, "schema": { "type": "string", @@ -2583,18 +2583,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Attendee Product Collection resource.", + "description": "Partially update information about a Dsr Appointment Video Chat resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } }, "responses": { "200": { - "description": "Detail of DsrAttendeeProductCollection", + "description": "Detail of DsrAppointmentVideoChat", "content": { "application/vnd.api+json": { "schema": { @@ -2606,7 +2606,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2621,7 +2621,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2640,14 +2640,14 @@ } } }, - "/aggregate/dsr-attendee-product-collection": { + "/aggregate/dsr-appointment-video-chat": { "post": { "tags": [ - "Dsr Attendee Product Collection" + "Dsr Appointment Video Chat" ], - "summary": "Aggregate for the Dsr Attendee Product Collection resources.", + "summary": "Aggregate for the Dsr Appointment Video Chat resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrAttendeeProductCollection", + "operationId": "aggregateDsrAppointmentVideoChat", "requestBody": { "required": true, "content": { @@ -2671,7 +2671,7 @@ }, "responses": { "200": { - "description": "List of DsrAttendeeProductCollection", + "description": "List of DsrAppointmentVideoChat", "content": { "application/vnd.api+json": { "schema": { @@ -2685,7 +2685,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2703,7 +2703,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrAttendeeProductCollection" + "$ref": "#/components/schemas/DsrAppointmentVideoChat" } } } @@ -2720,14 +2720,14 @@ } } }, - "/dsr-cms-slide": { + "/dsr-attendee-product-collection": { "get": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "List with basic information of Dsr Cms Slide resources.", + "summary": "List with basic information of Dsr Attendee Product Collection resources.", "description": "", - "operationId": "getDsrCmsSlideList", + "operationId": "getDsrAttendeeProductCollectionList", "parameters": [ { "name": "limit", @@ -2756,7 +2756,7 @@ ], "responses": { "200": { - "description": "List of Dsr Cms Slide resources.", + "description": "List of Dsr Attendee Product Collection resources.", "content": { "application/vnd.api+json": { "schema": { @@ -2775,7 +2775,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } ] @@ -2789,16 +2789,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-cms-slide?limit=25" + "example": "/dsr-attendee-product-collection?limit=25" }, "last": { - "example": "/dsr-cms-slide?limit=25&page=11" + "example": "/dsr-attendee-product-collection?limit=25&page=11" }, "next": { - "example": "/dsr-cms-slide?limit=25&page=4" + "example": "/dsr-attendee-product-collection?limit=25&page=4" }, "prev": { - "example": "/dsr-cms-slide?limit=25&page=2" + "example": "/dsr-attendee-product-collection?limit=25&page=2" } } } @@ -2819,7 +2819,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -2834,11 +2834,11 @@ }, "post": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "Create a new Dsr Cms Slide resources.", + "summary": "Create a new Dsr Attendee Product Collection resources.", "description": "", - "operationId": "createDsrCmsSlide", + "operationId": "createDsrAttendeeProductCollection", "parameters": [ { "name": "_response", @@ -2857,14 +2857,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } }, "responses": { "200": { - "description": "Detail of DsrCmsSlide", + "description": "Detail of DsrAttendeeProductCollection", "content": { "application/vnd.api+json": { "schema": { @@ -2876,7 +2876,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -2891,7 +2891,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -2907,14 +2907,14 @@ } } }, - "/search/dsr-cms-slide": { + "/search/dsr-attendee-product-collection": { "post": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "Search for the Dsr Cms Slide resources.", + "summary": "Search for the Dsr Attendee Product Collection resources.", "description": "", - "operationId": "searchDsrCmsSlide", + "operationId": "searchDsrAttendeeProductCollection", "parameters": [ { "name": "sw-include-search-info", @@ -2942,7 +2942,7 @@ }, "responses": { "200": { - "description": "List of DsrCmsSlide", + "description": "List of DsrAttendeeProductCollection", "content": { "application/vnd.api+json": { "schema": { @@ -2956,7 +2956,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -2974,7 +2974,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -2991,19 +2991,19 @@ } } }, - "/dsr-cms-slide/{id}": { + "/dsr-attendee-product-collection/{id}": { "get": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "Detailed information about a Dsr Cms Slide resource.", + "summary": "Detailed information about a Dsr Attendee Product Collection resource.", "description": "", - "operationId": "getDsrCmsSlide", + "operationId": "getDsrAttendeeProductCollection", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_cms_slide", + "description": "Identifier for the dsr_attendee_product_collection", "required": true, "schema": { "type": "string", @@ -3013,7 +3013,7 @@ ], "responses": { "200": { - "description": "Detail of DsrCmsSlide", + "description": "Detail of DsrAttendeeProductCollection", "content": { "application/vnd.api+json": { "schema": { @@ -3025,7 +3025,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -3040,7 +3040,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -3057,16 +3057,16 @@ }, "delete": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "Delete a Dsr Cms Slide resource.", + "summary": "Delete a Dsr Attendee Product Collection resource.", "description": "", - "operationId": "deleteDsrCmsSlide", + "operationId": "deleteDsrAttendeeProductCollection", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_cms_slide", + "description": "Identifier for the dsr_attendee_product_collection", "required": true, "schema": { "type": "string", @@ -3097,16 +3097,16 @@ }, "patch": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "Partially update information about a Dsr Cms Slide resource.", + "summary": "Partially update information about a Dsr Attendee Product Collection resource.", "description": "", - "operationId": "updateDsrCmsSlide", + "operationId": "updateDsrAttendeeProductCollection", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_cms_slide", + "description": "Identifier for the dsr_attendee_product_collection", "required": true, "schema": { "type": "string", @@ -3124,18 +3124,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Cms Slide resource.", + "description": "Partially update information about a Dsr Attendee Product Collection resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } }, "responses": { "200": { - "description": "Detail of DsrCmsSlide", + "description": "Detail of DsrAttendeeProductCollection", "content": { "application/vnd.api+json": { "schema": { @@ -3147,7 +3147,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -3162,7 +3162,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -3181,14 +3181,14 @@ } } }, - "/aggregate/dsr-cms-slide": { + "/aggregate/dsr-attendee-product-collection": { "post": { "tags": [ - "Dsr Cms Slide" + "Dsr Attendee Product Collection" ], - "summary": "Aggregate for the Dsr Cms Slide resources.", + "summary": "Aggregate for the Dsr Attendee Product Collection resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrCmsSlide", + "operationId": "aggregateDsrAttendeeProductCollection", "requestBody": { "required": true, "content": { @@ -3212,7 +3212,7 @@ }, "responses": { "200": { - "description": "List of DsrCmsSlide", + "description": "List of DsrAttendeeProductCollection", "content": { "application/vnd.api+json": { "schema": { @@ -3226,7 +3226,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -3244,7 +3244,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrCmsSlide" + "$ref": "#/components/schemas/DsrAttendeeProductCollection" } } } @@ -3261,14 +3261,14 @@ } } }, - "/dsr-interaction": { + "/dsr-cms-slide": { "get": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "List with basic information of Dsr Interaction resources.", + "summary": "List with basic information of Dsr Cms Slide resources.", "description": "", - "operationId": "getDsrInteractionList", + "operationId": "getDsrCmsSlideList", "parameters": [ { "name": "limit", @@ -3297,7 +3297,7 @@ ], "responses": { "200": { - "description": "List of Dsr Interaction resources.", + "description": "List of Dsr Cms Slide resources.", "content": { "application/vnd.api+json": { "schema": { @@ -3316,7 +3316,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } ] @@ -3330,16 +3330,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-interaction?limit=25" + "example": "/dsr-cms-slide?limit=25" }, "last": { - "example": "/dsr-interaction?limit=25&page=11" + "example": "/dsr-cms-slide?limit=25&page=11" }, "next": { - "example": "/dsr-interaction?limit=25&page=4" + "example": "/dsr-cms-slide?limit=25&page=4" }, "prev": { - "example": "/dsr-interaction?limit=25&page=2" + "example": "/dsr-cms-slide?limit=25&page=2" } } } @@ -3360,7 +3360,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3375,11 +3375,11 @@ }, "post": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "Create a new Dsr Interaction resources.", + "summary": "Create a new Dsr Cms Slide resources.", "description": "", - "operationId": "createDsrInteraction", + "operationId": "createDsrCmsSlide", "parameters": [ { "name": "_response", @@ -3398,14 +3398,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } }, "responses": { "200": { - "description": "Detail of DsrInteraction", + "description": "Detail of DsrCmsSlide", "content": { "application/vnd.api+json": { "schema": { @@ -3417,7 +3417,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3432,7 +3432,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3448,14 +3448,14 @@ } } }, - "/search/dsr-interaction": { + "/search/dsr-cms-slide": { "post": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "Search for the Dsr Interaction resources.", + "summary": "Search for the Dsr Cms Slide resources.", "description": "", - "operationId": "searchDsrInteraction", + "operationId": "searchDsrCmsSlide", "parameters": [ { "name": "sw-include-search-info", @@ -3483,7 +3483,7 @@ }, "responses": { "200": { - "description": "List of DsrInteraction", + "description": "List of DsrCmsSlide", "content": { "application/vnd.api+json": { "schema": { @@ -3497,7 +3497,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3515,7 +3515,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3532,19 +3532,19 @@ } } }, - "/dsr-interaction/{id}": { + "/dsr-cms-slide/{id}": { "get": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "Detailed information about a Dsr Interaction resource.", + "summary": "Detailed information about a Dsr Cms Slide resource.", "description": "", - "operationId": "getDsrInteraction", + "operationId": "getDsrCmsSlide", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_interaction", + "description": "Identifier for the dsr_cms_slide", "required": true, "schema": { "type": "string", @@ -3554,7 +3554,7 @@ ], "responses": { "200": { - "description": "Detail of DsrInteraction", + "description": "Detail of DsrCmsSlide", "content": { "application/vnd.api+json": { "schema": { @@ -3566,7 +3566,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3581,7 +3581,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3598,16 +3598,16 @@ }, "delete": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "Delete a Dsr Interaction resource.", + "summary": "Delete a Dsr Cms Slide resource.", "description": "", - "operationId": "deleteDsrInteraction", + "operationId": "deleteDsrCmsSlide", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_interaction", + "description": "Identifier for the dsr_cms_slide", "required": true, "schema": { "type": "string", @@ -3638,16 +3638,16 @@ }, "patch": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "Partially update information about a Dsr Interaction resource.", + "summary": "Partially update information about a Dsr Cms Slide resource.", "description": "", - "operationId": "updateDsrInteraction", + "operationId": "updateDsrCmsSlide", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_interaction", + "description": "Identifier for the dsr_cms_slide", "required": true, "schema": { "type": "string", @@ -3665,18 +3665,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Interaction resource.", + "description": "Partially update information about a Dsr Cms Slide resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } }, "responses": { "200": { - "description": "Detail of DsrInteraction", + "description": "Detail of DsrCmsSlide", "content": { "application/vnd.api+json": { "schema": { @@ -3688,7 +3688,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3703,7 +3703,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3722,14 +3722,14 @@ } } }, - "/aggregate/dsr-interaction": { + "/aggregate/dsr-cms-slide": { "post": { "tags": [ - "Dsr Interaction" + "Dsr Cms Slide" ], - "summary": "Aggregate for the Dsr Interaction resources.", + "summary": "Aggregate for the Dsr Cms Slide resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrInteraction", + "operationId": "aggregateDsrCmsSlide", "requestBody": { "required": true, "content": { @@ -3753,7 +3753,7 @@ }, "responses": { "200": { - "description": "List of DsrInteraction", + "description": "List of DsrCmsSlide", "content": { "application/vnd.api+json": { "schema": { @@ -3767,7 +3767,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3785,7 +3785,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrInteraction" + "$ref": "#/components/schemas/DsrCmsSlide" } } } @@ -3802,14 +3802,14 @@ } } }, - "/dsr-presentation": { + "/dsr-interaction": { "get": { "tags": [ - "Dsr Presentation" + "Dsr Interaction" ], - "summary": "List with basic information of Dsr Presentation resources.", + "summary": "List with basic information of Dsr Interaction resources.", "description": "", - "operationId": "getDsrPresentationList", + "operationId": "getDsrInteractionList", "parameters": [ { "name": "limit", @@ -3838,7 +3838,7 @@ ], "responses": { "200": { - "description": "List of Dsr Presentation resources.", + "description": "List of Dsr Interaction resources.", "content": { "application/vnd.api+json": { "schema": { @@ -3857,7 +3857,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } ] @@ -3871,16 +3871,16 @@ "type": "object", "properties": { "first": { - "example": "/dsr-presentation?limit=25" + "example": "/dsr-interaction?limit=25" }, "last": { - "example": "/dsr-presentation?limit=25&page=11" + "example": "/dsr-interaction?limit=25&page=11" }, "next": { - "example": "/dsr-presentation?limit=25&page=4" + "example": "/dsr-interaction?limit=25&page=4" }, "prev": { - "example": "/dsr-presentation?limit=25&page=2" + "example": "/dsr-interaction?limit=25&page=2" } } } @@ -3901,7 +3901,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -3916,11 +3916,11 @@ }, "post": { "tags": [ - "Dsr Presentation" + "Dsr Interaction" ], - "summary": "Create a new Dsr Presentation resources.", + "summary": "Create a new Dsr Interaction resources.", "description": "", - "operationId": "createDsrPresentation", + "operationId": "createDsrInteraction", "parameters": [ { "name": "_response", @@ -3939,14 +3939,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } }, "responses": { "200": { - "description": "Detail of DsrPresentation", + "description": "Detail of DsrInteraction", "content": { "application/vnd.api+json": { "schema": { @@ -3958,7 +3958,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -3973,7 +3973,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -3989,14 +3989,14 @@ } } }, - "/search/dsr-presentation": { + "/search/dsr-interaction": { "post": { "tags": [ - "Dsr Presentation" + "Dsr Interaction" ], - "summary": "Search for the Dsr Presentation resources.", + "summary": "Search for the Dsr Interaction resources.", "description": "", - "operationId": "searchDsrPresentation", + "operationId": "searchDsrInteraction", "parameters": [ { "name": "sw-include-search-info", @@ -4024,7 +4024,7 @@ }, "responses": { "200": { - "description": "List of DsrPresentation", + "description": "List of DsrInteraction", "content": { "application/vnd.api+json": { "schema": { @@ -4038,7 +4038,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4056,7 +4056,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4073,19 +4073,19 @@ } } }, - "/dsr-presentation/{id}": { + "/dsr-interaction/{id}": { "get": { "tags": [ - "Dsr Presentation" + "Dsr Interaction" ], - "summary": "Detailed information about a Dsr Presentation resource.", + "summary": "Detailed information about a Dsr Interaction resource.", "description": "", - "operationId": "getDsrPresentation", + "operationId": "getDsrInteraction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_presentation", + "description": "Identifier for the dsr_interaction", "required": true, "schema": { "type": "string", @@ -4095,7 +4095,7 @@ ], "responses": { "200": { - "description": "Detail of DsrPresentation", + "description": "Detail of DsrInteraction", "content": { "application/vnd.api+json": { "schema": { @@ -4107,7 +4107,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4122,7 +4122,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrPresentation" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4139,16 +4139,16 @@ }, "delete": { "tags": [ - "Dsr Presentation" + "Dsr Interaction" ], - "summary": "Delete a Dsr Presentation resource.", + "summary": "Delete a Dsr Interaction resource.", "description": "", - "operationId": "deleteDsrPresentation", + "operationId": "deleteDsrInteraction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_presentation", + "description": "Identifier for the dsr_interaction", "required": true, "schema": { "type": "string", @@ -4179,557 +4179,16 @@ }, "patch": { "tags": [ - "Dsr Presentation" + "Dsr Interaction" ], - "summary": "Partially update information about a Dsr Presentation resource.", + "summary": "Partially update information about a Dsr Interaction resource.", "description": "", - "operationId": "updateDsrPresentation", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the dsr_presentation", - "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 Dsr Presentation resource.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/DsrPresentation" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of DsrPresentation", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/DsrPresentation" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/DsrPresentation" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/aggregate/dsr-presentation": { - "post": { - "tags": [ - "Dsr Presentation" - ], - "summary": "Aggregate for the Dsr Presentation resources.", - "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrPresentation", - "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 DsrPresentation", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DsrPresentation" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DsrPresentation" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/dsr-presentation-cms-page": { - "get": { - "tags": [ - "Dsr Presentation Cms Page" - ], - "summary": "List with basic information of Dsr Presentation Cms Page resources.", - "description": "Available since: 6.0.0.0", - "operationId": "getDsrPresentationCmsPageList", - "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 Dsr Presentation Cms Page 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/DsrPresentationCmsPage" - } - } - ] - }, - "links": { - "allOf": [ - { - "$ref": "#/components/schemas/pagination" - }, - { - "type": "object", - "properties": { - "first": { - "example": "/dsr-presentation-cms-page?limit=25" - }, - "last": { - "example": "/dsr-presentation-cms-page?limit=25&page=11" - }, - "next": { - "example": "/dsr-presentation-cms-page?limit=25&page=4" - }, - "prev": { - "example": "/dsr-presentation-cms-page?limit=25&page=2" - } - } - } - ] - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - } - } - } - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "post": { - "tags": [ - "Dsr Presentation Cms Page" - ], - "summary": "Create a new Dsr Presentation Cms Page resources.", - "description": "Available since: 6.0.0.0", - "operationId": "createDsrPresentationCmsPage", - "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/DsrPresentationCmsPage" - } - } - } - }, - "responses": { - "200": { - "description": "Detail of DsrPresentationCmsPage", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/search/dsr-presentation-cms-page": { - "post": { - "tags": [ - "Dsr Presentation Cms Page" - ], - "summary": "Search for the Dsr Presentation Cms Page resources.", - "description": "Available since: 6.0.0.0", - "operationId": "searchDsrPresentationCmsPage", - "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 DsrPresentationCmsPage", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "properties": { - "total": { - "type": "integer" - }, - "data": { - "type": "array", - "items": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - } - } - } - }, - "400": { - "$ref": "#/components/responses/400" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - } - }, - "/dsr-presentation-cms-page/{id}": { - "get": { - "tags": [ - "Dsr Presentation Cms Page" - ], - "summary": "Detailed information about a Dsr Presentation Cms Page resource.", - "description": "Available since: 6.0.0.0", - "operationId": "getDsrPresentationCmsPage", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the dsr_presentation_cms_page", - "required": true, - "schema": { - "type": "string", - "pattern": "^[0-9a-f]{32}$" - } - } - ], - "responses": { - "200": { - "description": "Detail of DsrPresentationCmsPage", - "content": { - "application/vnd.api+json": { - "schema": { - "allOf": [ - { - "$ref": "#/components/schemas/success" - }, - { - "type": "object", - "properties": { - "data": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - ] - } - }, - "application/json": { - "schema": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" - } - } - } - } - } - }, - "404": { - "$ref": "#/components/responses/404" - }, - "401": { - "$ref": "#/components/responses/401" - } - } - }, - "delete": { - "tags": [ - "Dsr Presentation Cms Page" - ], - "summary": "Delete a Dsr Presentation Cms Page resource.", - "description": "Available since: 6.0.0.0", - "operationId": "deleteDsrPresentationCmsPage", - "parameters": [ - { - "name": "id", - "in": "path", - "description": "Identifier for the dsr_presentation_cms_page", - "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": [ - "Dsr Presentation Cms Page" - ], - "summary": "Partially update information about a Dsr Presentation Cms Page resource.", - "description": "Available since: 6.0.0.0", - "operationId": "updateDsrPresentationCmsPage", + "operationId": "updateDsrInteraction", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the dsr_presentation_cms_page", + "description": "Identifier for the dsr_interaction", "required": true, "schema": { "type": "string", @@ -4747,18 +4206,18 @@ } ], "requestBody": { - "description": "Partially update information about a Dsr Presentation Cms Page resource.", + "description": "Partially update information about a Dsr Interaction resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" + "$ref": "#/components/schemas/DsrInteraction" } } } }, "responses": { "200": { - "description": "Detail of DsrPresentationCmsPage", + "description": "Detail of DsrInteraction", "content": { "application/vnd.api+json": { "schema": { @@ -4770,7 +4229,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4785,7 +4244,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4804,14 +4263,14 @@ } } }, - "/aggregate/dsr-presentation-cms-page": { + "/aggregate/dsr-interaction": { "post": { "tags": [ - "Dsr Presentation Cms Page" + "Dsr Interaction" ], - "summary": "Aggregate for the Dsr Presentation Cms Page resources.", + "summary": "Aggregate for the Dsr Interaction resources.", "description": "Available since: 6.6.10.0", - "operationId": "aggregateDsrPresentationCmsPage", + "operationId": "aggregateDsrInteraction", "requestBody": { "required": true, "content": { @@ -4835,7 +4294,7 @@ }, "responses": { "200": { - "description": "List of DsrPresentationCmsPage", + "description": "List of DsrInteraction", "content": { "application/vnd.api+json": { "schema": { @@ -4849,7 +4308,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4867,7 +4326,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/DsrPresentationCmsPage" + "$ref": "#/components/schemas/DsrInteraction" } } } @@ -4884,15 +4343,14 @@ } } }, - "/sales-channel-tracking-customer": { + "/dsr-presentation": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "List with basic information of Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingCustomerList", + "summary": "List with basic information of Dsr Presentation resources.", + "description": "", + "operationId": "getDsrPresentationList", "parameters": [ { "name": "limit", @@ -4921,7 +4379,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Customer resources.", + "description": "List of Dsr Presentation resources.", "content": { "application/vnd.api+json": { "schema": { @@ -4940,7 +4398,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } ] @@ -4954,16 +4412,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-customer?limit=25" + "example": "/dsr-presentation?limit=25" }, "last": { - "example": "/sales-channel-tracking-customer?limit=25&page=11" + "example": "/dsr-presentation?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-customer?limit=25&page=4" + "example": "/dsr-presentation?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-customer?limit=25&page=2" + "example": "/dsr-presentation?limit=25&page=2" } } } @@ -4984,7 +4442,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -4999,12 +4457,11 @@ }, "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "Create a new Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "createSalesChannelTrackingCustomer", + "summary": "Create a new Dsr Presentation resources.", + "description": "", + "operationId": "createDsrPresentation", "parameters": [ { "name": "_response", @@ -5023,14 +4480,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of DsrPresentation", "content": { "application/vnd.api+json": { "schema": { @@ -5042,7 +4499,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5057,7 +4514,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5073,15 +4530,14 @@ } } }, - "/search/sales-channel-tracking-customer": { + "/search/dsr-presentation": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "Search for the Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "searchSalesChannelTrackingCustomer", + "summary": "Search for the Dsr Presentation resources.", + "description": "", + "operationId": "searchDsrPresentation", "parameters": [ { "name": "sw-include-search-info", @@ -5109,7 +4565,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of DsrPresentation", "content": { "application/vnd.api+json": { "schema": { @@ -5123,7 +4579,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5141,7 +4597,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5158,20 +4614,19 @@ } } }, - "/sales-channel-tracking-customer/{id}": { + "/dsr-presentation/{id}": { "get": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "Detailed information about a Sales Channel Tracking Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingCustomer", + "summary": "Detailed information about a Dsr Presentation resource.", + "description": "", + "operationId": "getDsrPresentation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the dsr_presentation", "required": true, "schema": { "type": "string", @@ -5181,7 +4636,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of DsrPresentation", "content": { "application/vnd.api+json": { "schema": { @@ -5193,7 +4648,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5208,7 +4663,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5225,17 +4680,16 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "Delete a Sales Channel Tracking Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "deleteSalesChannelTrackingCustomer", + "summary": "Delete a Dsr Presentation resource.", + "description": "", + "operationId": "deleteDsrPresentation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the dsr_presentation", "required": true, "schema": { "type": "string", @@ -5266,17 +4720,16 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "Partially update information about a Sales Channel Tracking Customer resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "updateSalesChannelTrackingCustomer", + "summary": "Partially update information about a Dsr Presentation resource.", + "description": "", + "operationId": "updateDsrPresentation", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_customer", + "description": "Identifier for the dsr_presentation", "required": true, "schema": { "type": "string", @@ -5294,18 +4747,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Customer resource.", + "description": "Partially update information about a Dsr Presentation resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingCustomer", + "description": "Detail of DsrPresentation", "content": { "application/vnd.api+json": { "schema": { @@ -5317,7 +4770,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5332,7 +4785,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5351,15 +4804,14 @@ } } }, - "/aggregate/sales-channel-tracking-customer": { + "/aggregate/dsr-presentation": { "post": { "tags": [ - "Sales Channel Tracking Customer", - "Experimental" + "Dsr Presentation" ], - "summary": "Aggregate for the Sales Channel Tracking Customer resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "aggregateSalesChannelTrackingCustomer", + "summary": "Aggregate for the Dsr Presentation resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateDsrPresentation", "requestBody": { "required": true, "content": { @@ -5383,7 +4835,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingCustomer", + "description": "List of DsrPresentation", "content": { "application/vnd.api+json": { "schema": { @@ -5397,7 +4849,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5415,7 +4867,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingCustomer" + "$ref": "#/components/schemas/DsrPresentation" } } } @@ -5432,15 +4884,14 @@ } } }, - "/sales-channel-tracking-order": { + "/dsr-presentation-cms-page": { "get": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "List with basic information of Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingOrderList", + "summary": "List with basic information of Dsr Presentation Cms Page resources.", + "description": "Available since: 6.0.0.0", + "operationId": "getDsrPresentationCmsPageList", "parameters": [ { "name": "limit", @@ -5469,7 +4920,7 @@ ], "responses": { "200": { - "description": "List of Sales Channel Tracking Order resources.", + "description": "List of Dsr Presentation Cms Page resources.", "content": { "application/vnd.api+json": { "schema": { @@ -5488,7 +4939,7 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } ] @@ -5502,16 +4953,16 @@ "type": "object", "properties": { "first": { - "example": "/sales-channel-tracking-order?limit=25" + "example": "/dsr-presentation-cms-page?limit=25" }, "last": { - "example": "/sales-channel-tracking-order?limit=25&page=11" + "example": "/dsr-presentation-cms-page?limit=25&page=11" }, "next": { - "example": "/sales-channel-tracking-order?limit=25&page=4" + "example": "/dsr-presentation-cms-page?limit=25&page=4" }, "prev": { - "example": "/sales-channel-tracking-order?limit=25&page=2" + "example": "/dsr-presentation-cms-page?limit=25&page=2" } } } @@ -5532,7 +4983,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5547,12 +4998,11 @@ }, "post": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "Create a new Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "createSalesChannelTrackingOrder", + "summary": "Create a new Dsr Presentation Cms Page resources.", + "description": "Available since: 6.0.0.0", + "operationId": "createDsrPresentationCmsPage", "parameters": [ { "name": "_response", @@ -5571,14 +5021,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of DsrPresentationCmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -5590,7 +5040,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5605,7 +5055,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5621,15 +5071,14 @@ } } }, - "/search/sales-channel-tracking-order": { + "/search/dsr-presentation-cms-page": { "post": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "Search for the Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "searchSalesChannelTrackingOrder", + "summary": "Search for the Dsr Presentation Cms Page resources.", + "description": "Available since: 6.0.0.0", + "operationId": "searchDsrPresentationCmsPage", "parameters": [ { "name": "sw-include-search-info", @@ -5657,7 +5106,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of DsrPresentationCmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -5671,7 +5120,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5689,7 +5138,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5706,20 +5155,19 @@ } } }, - "/sales-channel-tracking-order/{id}": { + "/dsr-presentation-cms-page/{id}": { "get": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "Detailed information about a Sales Channel Tracking Order resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "getSalesChannelTrackingOrder", + "summary": "Detailed information about a Dsr Presentation Cms Page resource.", + "description": "Available since: 6.0.0.0", + "operationId": "getDsrPresentationCmsPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the dsr_presentation_cms_page", "required": true, "schema": { "type": "string", @@ -5729,7 +5177,7 @@ ], "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of DsrPresentationCmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -5741,7 +5189,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5756,7 +5204,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5773,17 +5221,16 @@ }, "delete": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "Delete a Sales Channel Tracking Order resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "deleteSalesChannelTrackingOrder", + "summary": "Delete a Dsr Presentation Cms Page resource.", + "description": "Available since: 6.0.0.0", + "operationId": "deleteDsrPresentationCmsPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the dsr_presentation_cms_page", "required": true, "schema": { "type": "string", @@ -5814,17 +5261,16 @@ }, "patch": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "Partially update information about a Sales Channel Tracking Order resource. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "updateSalesChannelTrackingOrder", + "summary": "Partially update information about a Dsr Presentation Cms Page resource.", + "description": "Available since: 6.0.0.0", + "operationId": "updateDsrPresentationCmsPage", "parameters": [ { "name": "id", "in": "path", - "description": "Identifier for the sales_channel_tracking_order", + "description": "Identifier for the dsr_presentation_cms_page", "required": true, "schema": { "type": "string", @@ -5842,18 +5288,18 @@ } ], "requestBody": { - "description": "Partially update information about a Sales Channel Tracking Order resource.", + "description": "Partially update information about a Dsr Presentation Cms Page resource.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } }, "responses": { "200": { - "description": "Detail of SalesChannelTrackingOrder", + "description": "Detail of DsrPresentationCmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -5865,7 +5311,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5880,7 +5326,7 @@ ], "properties": { "data": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5899,15 +5345,14 @@ } } }, - "/aggregate/sales-channel-tracking-order": { + "/aggregate/dsr-presentation-cms-page": { "post": { "tags": [ - "Sales Channel Tracking Order", - "Experimental" + "Dsr Presentation Cms Page" ], - "summary": "Aggregate for the Sales Channel Tracking Order resources. Experimental API, not part of our backwards compatibility promise, thus this API can introduce breaking changes at any time.", - "description": "Available since: 6.7.9.0", - "operationId": "aggregateSalesChannelTrackingOrder", + "summary": "Aggregate for the Dsr Presentation Cms Page resources.", + "description": "Available since: 6.6.10.0", + "operationId": "aggregateDsrPresentationCmsPage", "requestBody": { "required": true, "content": { @@ -5931,7 +5376,7 @@ }, "responses": { "200": { - "description": "List of SalesChannelTrackingOrder", + "description": "List of DsrPresentationCmsPage", "content": { "application/vnd.api+json": { "schema": { @@ -5945,7 +5390,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5963,7 +5408,7 @@ "data": { "type": "array", "items": { - "$ref": "#/components/schemas/SalesChannelTrackingOrder" + "$ref": "#/components/schemas/DsrPresentationCmsPage" } } } @@ -5980,6 +5425,224 @@ } } }, + "/_action/media/presign-upload": { + "post": { + "tags": [ + "Asset Management" + ], + "summary": "Prepare a presigned upload", + "description": "Creates or reuses a media entity and returns a presigned S3 URL for direct browser-to-storage upload. The client uploads the file directly to the returned URL, then calls the finalize endpoint.", + "operationId": "presignUpload", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "fileName", + "extension", + "mimeType" + ], + "properties": { + "fileName": { + "type": "string", + "description": "Name of the file without extension" + }, + "extension": { + "type": "string", + "description": "File extension, e.g. `jpg`, `png`, `pdf`" + }, + "mimeType": { + "type": "string", + "description": "MIME type of the file, e.g. `image/jpeg`" + }, + "mediaFolderId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the media folder to place the new media in" + }, + "private": { + "type": "boolean", + "default": false, + "description": "Whether the media should be private" + }, + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of an existing media entity to replace. If omitted, a new entity is created." + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Presigned upload prepared successfully", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "mediaId", + "url", + "path", + "expiresAt", + "isDuplicate" + ], + "properties": { + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the media entity" + }, + "url": { + "type": "string", + "description": "Presigned URL to upload the file to via HTTP PUT" + }, + "path": { + "type": "string", + "description": "Storage path of the media file, required for the finalize call" + }, + "expiresAt": { + "type": "string", + "format": "date-time", + "description": "Expiration time of the presigned URL" + }, + "isDuplicate": { + "type": "boolean", + "description": "Whether a file with the same name already exists" + } + } + } + } + } + }, + "400": { + "description": "Bad request. The file extension is not supported or the file name is invalid.", + "$ref": "#/components/responses/400" + }, + "404": { + "description": "The media entity with the given `mediaId` was not found.", + "$ref": "#/components/responses/404" + }, + "422": { + "description": "Validation error. Required fields (`fileName`, `extension`, `mimeType`) must not be blank.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/failure" + } + } + } + } + } + } + }, + "/_action/media/{mediaId}/finalize-upload": { + "post": { + "tags": [ + "Asset Management" + ], + "summary": "Finalize a presigned upload", + "description": "Confirms that the file has been uploaded to storage via the presigned URL and updates the media entity with file metadata.", + "operationId": "finalizeUpload", + "parameters": [ + { + "name": "mediaId", + "in": "path", + "required": true, + "description": "ID of the media entity to finalize", + "schema": { + "$ref": "#/components/schemas/MediaId" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "fileName", + "extension", + "mimeType", + "path" + ], + "properties": { + "fileName": { + "type": "string", + "description": "Name of the file without extension" + }, + "extension": { + "type": "string", + "description": "File extension, e.g. `jpg`, `png`, `pdf`" + }, + "mimeType": { + "type": "string", + "description": "MIME type of the file" + }, + "path": { + "type": "string", + "description": "Storage path returned by the presign-upload endpoint" + }, + "width": { + "type": "integer", + "description": "Image width in pixels (optional, for images only)" + }, + "height": { + "type": "integer", + "description": "Image height in pixels (optional, for images only)" + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Upload finalized successfully", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "mediaId" + ], + "properties": { + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "description": "ID of the finalized media entity" + } + } + } + } + } + }, + "400": { + "description": "Bad request. The file extension is not supported, the storage path does not match, the file name is already taken, or the file could not be found on the remote storage.", + "$ref": "#/components/responses/400" + }, + "404": { + "description": "The media entity with the given `mediaId` was not found.", + "$ref": "#/components/responses/404" + }, + "422": { + "description": "Validation error. Required fields (`fileName`, `extension`, `mimeType`, `path`) must not be blank.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/failure" + } + } + } + } + } + } + }, "/_action/dsr/appointment/{appointmentId}/join-as-guide": { "post": { "tags": [ @@ -17120,6 +16783,37 @@ } }, "type": "object" + }, + "documentFiles": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/document/0945359809dad1fbf3dea1c95a0da951/documentFiles" + } + } + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "document_file" + }, + "id": { + "type": "string", + "example": "aad3bfae9fe3322b72a0bfbdda842b11" + } + } + } + } + }, + "type": "object" } }, "type": "object" @@ -17215,6 +16909,12 @@ }, "documentA11yMediaFile": { "$ref": "#/components/schemas/Media" + }, + "documentFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentFile" + } } }, "type": "object" @@ -17642,6 +17342,156 @@ }, "type": "object" }, + "DocumentFileJsonApi": { + "description": "Added since version: 6.7.10.0", + "allOf": [ + { + "$ref": "#/components/schemas/resource" + }, + { + "required": [ + "id", + "documentId", + "mediaId", + "documentFormat" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentFormat": { + "type": "string" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "relationships": { + "properties": { + "document": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/document-file/5580291c9799ddf9960e32b951f5e86b/document" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "document" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "fdc3bdefb79cec8eb8211d2499e04704" + } + } + } + }, + "type": "object" + }, + "media": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/document-file/5580291c9799ddf9960e32b951f5e86b/media" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "media" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "62933a2951ef01f4eafd9bdf4d3cd2f0" + } + } + } + }, + "type": "object" + } + }, + "type": "object" + } + }, + "type": "object" + } + ] + }, + "DocumentFile": { + "description": "Added since version: 6.7.10.0", + "required": [ + "id", + "documentId", + "mediaId", + "documentFormat" + ], + "properties": { + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "mediaId": { + "type": "string", + "pattern": "^[0-9a-f]{32}$" + }, + "documentFormat": { + "type": "string" + }, + "createdAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "readOnly": true + }, + "document": { + "$ref": "#/components/schemas/Document" + }, + "media": { + "$ref": "#/components/schemas/Media" + } + }, + "type": "object" + }, "DocumentTypeJsonApi": { "description": "Added since version: 6.0.0.0", "allOf": [ @@ -24794,6 +24644,35 @@ } }, "type": "object" + }, + "documentFile": { + "properties": { + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "format": "uri-reference", + "example": "/media/3b563524fdb17b4a86590470d40bef74/documentFile" + } + } + }, + "data": { + "type": "object", + "properties": { + "type": { + "type": "string", + "example": "document_file" + }, + "id": { + "type": "string", + "pattern": "^[0-9a-f]{32}$", + "example": "e6fc751fcb387f6f87970b7fed0b489f" + } + } + } + }, + "type": "object" } }, "type": "object" @@ -25109,6 +24988,9 @@ "items": { "$ref": "#/components/schemas/AppShippingMethod" } + }, + "documentFile": { + "$ref": "#/components/schemas/DocumentFile" } }, "type": "object" @@ -33327,12 +33209,6 @@ "description": "When the value is set to true, the product is hidden when sold out.", "type": "boolean" }, - "availableStock": { - "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", - "type": "integer", - "format": "int64", - "readOnly": true - }, "stock": { "description": "Indicates the number of products available.", "type": "integer", @@ -33552,6 +33428,13 @@ "readOnly": true, "deprecated": true }, + "availableStock": { + "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", + "type": "integer", + "format": "int64", + "readOnly": true, + "deprecated": true + }, "createdAt": { "type": "string", "format": "date-time", @@ -34730,12 +34613,6 @@ "description": "When the value is set to true, the product is hidden when sold out.", "type": "boolean" }, - "availableStock": { - "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", - "type": "integer", - "format": "int64", - "readOnly": true - }, "stock": { "description": "Indicates the number of products available.", "type": "integer", @@ -34955,6 +34832,13 @@ "readOnly": true, "deprecated": true }, + "availableStock": { + "description": "Indicates the number of products still available. This value results from the stock minus the open orders.", + "type": "integer", + "format": "int64", + "readOnly": true, + "deprecated": true + }, "createdAt": { "type": "string", "format": "date-time", @@ -37241,6 +37125,9 @@ "$ref": "#/components/schemas/Price" } }, + "customFields": { + "type": "object" + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -37251,9 +37138,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object" - }, "createdAt": { "type": "string", "format": "date-time", @@ -37370,6 +37254,9 @@ "$ref": "#/components/schemas/Price" } }, + "customFields": { + "type": "object" + }, "quantityStart": { "description": "Starting range of quantity of an item.", "type": "integer", @@ -37380,9 +37267,6 @@ "type": "integer", "format": "int64" }, - "customFields": { - "type": "object" - }, "createdAt": { "type": "string", "format": "date-time", @@ -45299,6 +45183,11 @@ "customFields": { "type": "object" }, + "position": { + "description": "Numerical value that indicates the order in which the defined salutations must be displayed in the frontend.", + "type": "integer", + "format": "int64" + }, "createdAt": { "type": "string", "format": "date-time", @@ -45503,6 +45392,11 @@ "customFields": { "type": "object" }, + "position": { + "description": "Numerical value that indicates the order in which the defined salutations must be displayed in the frontend.", + "type": "integer", + "format": "int64" + }, "createdAt": { "type": "string", "format": "date-time", @@ -52364,6 +52258,10 @@ "disableExtensionManagement": { "type": "boolean", "description": "True if runtime extension management is disabled." + }, + "presignedUploadSupported": { + "type": "boolean", + "description": "Whether presigned S3 upload is available. True when presigned upload is enabled and an S3 filesystem is configured." } }, "required": [ @@ -53331,39 +53229,62 @@ "description": "Price object", "properties": { "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", "pattern": "^[0-9a-f]{32}$" }, "gross": { - "description": "", + "description": "Gross price for the associated currency.", "type": "number" }, "net": { - "description": "", + "description": "Net price for the associated currency.", "type": "number" }, "linked": { - "description": "", + "description": "Whether gross and net prices are linked through the tax configuration.", "type": "boolean" }, + "percentage": { + "description": "Discount percentage relative to the list price for the gross and net amounts. `null` when no list price is set.", + "type": [ + "object", + "null" + ], + "properties": { + "gross": { + "description": "Discount percentage relative to the gross list price.", + "type": "number" + }, + "net": { + "description": "Discount percentage relative to the net list price.", + "type": "number" + } + }, + "required": [ + "gross", + "net" + ] + }, "listPrice": { - "description": "", + "description": "Reference list price for displaying discounts.", "type": "object", "properties": { "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", "pattern": "^[0-9a-f]{32}$" }, "gross": { - "description": "", + "description": "Gross list price for the associated currency.", "type": "number" }, "net": { - "description": "", + "description": "Net list price for the associated currency.", "type": "number" }, "linked": { - "description": "", + "description": "Whether gross and net list prices are linked through the tax configuration.", "type": "boolean" } }, @@ -53374,23 +53295,24 @@ ] }, "regulationPrice": { - "description": "", + "description": "Reference price used for legal price disclosures.", "type": "object", "properties": { "currencyId": { + "description": "Unique identity of the associated currency.", "type": "string", "pattern": "^[0-9a-f]{32}$" }, "gross": { - "description": "", + "description": "Gross regulation price for the associated currency.", "type": "number" }, "net": { - "description": "", + "description": "Net regulation price for the associated currency.", "type": "number" }, "linked": { - "description": "", + "description": "Whether gross and net regulation prices are linked through the tax configuration.", "type": "boolean" } }, @@ -56099,6 +56021,10 @@ "name": "Document Base Config Sales Channel", "description": "The endpoint for operations on Document Base Config Sales Channel" }, + { + "name": "Document File", + "description": "The endpoint for operations on Document File" + }, { "name": "Document Type", "description": "The endpoint for operations on Document Type" diff --git a/SwagDigitalSalesRooms-adminapi.summary.json b/SwagDigitalSalesRooms-adminapi.summary.json index 6faf772..f27ac61 100644 --- a/SwagDigitalSalesRooms-adminapi.summary.json +++ b/SwagDigitalSalesRooms-adminapi.summary.json @@ -20,6 +20,9 @@ "/_action/dsr/appointment/{appointmentId}/widgets/cart-statistics", "/_action/dsr/appointment/{appointmentId}/widgets/last-seen-statistics", "/_action/dsr/appointment/{appointmentId}/widgets/wishlist-statistics", + "/_action/media/presign-upload", + "/_action/media/{mediaId}/finalize-upload", + "/aggregate/document-file", "/aggregate/dsr-appointment", "/aggregate/dsr-appointment-attendee", "/aggregate/dsr-appointment-request", @@ -29,8 +32,8 @@ "/aggregate/dsr-interaction", "/aggregate/dsr-presentation", "/aggregate/dsr-presentation-cms-page", - "/aggregate/sales-channel-tracking-customer", - "/aggregate/sales-channel-tracking-order", + "/document-file", + "/document-file/{id}", "/dsr-appointment", "/dsr-appointment-attendee", "/dsr-appointment-attendee/{id}", @@ -49,10 +52,7 @@ "/dsr-presentation-cms-page", "/dsr-presentation-cms-page/{id}", "/dsr-presentation/{id}", - "/sales-channel-tracking-customer", - "/sales-channel-tracking-customer/{id}", - "/sales-channel-tracking-order", - "/sales-channel-tracking-order/{id}", + "/search/document-file", "/search/dsr-appointment", "/search/dsr-appointment-attendee", "/search/dsr-appointment-request", @@ -61,9 +61,7 @@ "/search/dsr-cms-slide", "/search/dsr-interaction", "/search/dsr-presentation", - "/search/dsr-presentation-cms-page", - "/search/sales-channel-tracking-customer", - "/search/sales-channel-tracking-order" + "/search/dsr-presentation-cms-page" ], "schemas": [ "AbstractDynamicPageOpenedPayload", @@ -164,6 +162,8 @@ "DocumentBaseConfigJsonApi", "DocumentBaseConfigSalesChannel", "DocumentBaseConfigSalesChannelJsonApi", + "DocumentFile", + "DocumentFileJsonApi", "DocumentJsonApi", "DocumentType", "DocumentTypeJsonApi",