DHIL-3364 - Minor fixes.
This commit is contained in:
parent
12d6dcb183
commit
d3ec657057
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user