From a2e81d0f43791ba06501bd0c70a278d1d8129a2f Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 9 Sep 2025 11:16:24 +0200 Subject: [PATCH] OVPAY-2018 - Added devices patch response. --- src/openapi/customers/customers-crud-v2.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 2bbaa38..de34997 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -1428,7 +1428,14 @@ paths: content: application/json: schema: - $ref: "#/components/schemas/unavailable" + $ref: "#/components/schemas/getDevices" + examples: + updateDeviceResponse: + value: + deviceId: "5bedce29-af0c-4f3c-b182-2caa8a1f9377" + externalDeviceId: "7122a988-a00a-417d-a5b4-da2d91354976" + alias: "iPhone zakelijk" + security: - default: [] x-auth-type: Application & Application User