diff --git a/src/openapi/container/abt-container-tokens.yaml b/src/openapi/container/abt-container-tokens.yaml index 0348e57..ac63ab0 100644 --- a/src/openapi/container/abt-container-tokens.yaml +++ b/src/openapi/container/abt-container-tokens.yaml @@ -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