DHIL-3364 - Minor fixes.

This commit is contained in:
Bas Boterman 2024-09-26 13:32:55 +02:00
parent 12d6dcb183
commit d3ec657057

View File

@ -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.