diff --git a/src/openapi/customers/SE-tat-security.yaml b/src/openapi/customers/SE-tat-security.yaml index 68d851b..65798b8 100644 --- a/src/openapi/customers/SE-tat-security.yaml +++ b/src/openapi/customers/SE-tat-security.yaml @@ -88,20 +88,33 @@ paths: application/json: schema: $ref: "#/components/schemas/TokenStatusResponse" - example: - isSecured: true - isAuthorized: false - xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27 - _links: { - "secure": { - "href": "/tokens/securetoken", - "method": "POST" - }, - "authorize": { - "href": "/tokens/authorizetoken", - "method": "POST" - } - } + examples: + isSecuredandnotAuthorized: + summary: Token is secured but HTM is not authorized + description: Token is secured but HTM is not authorized + value: + isSecured: true + isAuthorized: false + xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27 + _links: { + "authorize": { + "href": "/tokens/authorizetoken", + "method": "POST" + } + } + notSecuredandnotAuthorized: + summary: Token is secured but HTM is not authorized + description: Token is secured but HTM is not authorized + value: + isSecured: false + isAuthorized: false + xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27 + _links: { + "secure": { + "href": "/tokens/securetoken", + "method": "POST" + } + } "400": description: Bad Request content: