From d3ec657057a35141fcf40ab8f7fe5e7817688760 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Thu, 26 Sep 2024 13:32:55 +0200 Subject: [PATCH] DHIL-3364 - Minor fixes. --- src/openapi/orders/orders-crud.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 290a6f1..2e033f5 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -1299,6 +1299,15 @@ paths: }, ] /customertokens/{customerTokenId}: + parameters: + - in: path + name: customerTokenId + schema: + type: string + format: uuid + example: 510194ef-0038-45ef-94c7-262df93ef1d7 + required: true + description: The id of the customer token. patch: summary: Update a customer token. description: Update a customer token.