diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 6ff2f7e..1fff848 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -1438,13 +1438,7 @@ paths: content: application/json: schema: - $ref: "#/components/schemas/getDevices" - examples: - updateDeviceResponse: - value: - deviceId: "5bedce29-af0c-4f3c-b182-2caa8a1f9377" - externalDeviceId: "7122a988-a00a-417d-a5b4-da2d91354976" - alias: "iPhone zakelijk" + $ref: "#/components/schemas/patchDeviceResponse" security: - default: [] @@ -2857,6 +2851,14 @@ components: type: array items: $ref: "#/components/schemas/getDeviceEntity" + patchDeviceResponse: + type: object + properties: + deviceId: + type: string + format: uuid + example: "b2c8a8c6-3d1c-4b6b-8f8d-3a6a1b6a1b6a" + getDeviceEntity: type: object properties: