fixed indentation and added customerProfileId in POST body

This commit is contained in:
Mirjam Herald 2026-06-25 10:54:24 +02:00
parent 699c633a4e
commit 42ff41baea

View File

@ -27,7 +27,8 @@ paths:
value:
{
"xTat": "cf694905-7f76-4799-b0bc-490716921323",
"otpKey": "123456789123456789123456789abcde"
"otpKey": "123456789123456789123456789abcde",
"customerProfileId": 12314
}
responses:
"201":
@ -125,7 +126,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/SecurityTokenStatusResponse"
examples:
examples:
Not secured and not authorized :
summary: Not secured, not authorized
value:
@ -370,6 +371,11 @@ components:
description: >-
Key used to validate the OTP at GBO
example: 123456789123456789123456789abcde
customerProfileId:
type : integer
description: >-
CustomerProfileId of the account requesting security or giving authorization
example: 123456
SecurityTokenStatusResponse:
description: Response for when the status of a token is requested
type: object