rebased changes

This commit is contained in:
Mirjam Herald 2026-07-28 15:38:12 +02:00
parent 96fd6341b0
commit a493694021

View File

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