features/OVPAY2475-AGO #66

Merged
MirjamHTM merged 11 commits from features/OVPAY2475-AGO into develop 2026-08-10 12:09:05 +00:00
Showing only changes of commit a493694021 - Show all commits

View File

@ -88,20 +88,33 @@ paths:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/TokenStatusResponse" $ref: "#/components/schemas/TokenStatusResponse"
example: examples:
isSecured: true isSecuredandnotAuthorized:
isAuthorized: false summary: Token is secured but HTM is not authorized
xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27 description: Token is secured but HTM is not authorized
_links: { value:
"secure": { isSecured: true
"href": "/tokens/securetoken", isAuthorized: false
"method": "POST" xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27
}, _links: {
"authorize": { "authorize": {
"href": "/tokens/authorizetoken", "href": "/tokens/authorizetoken",
"method": "POST" "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": "400":
description: Bad Request description: Bad Request
content: content: