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