Add 404 error when no PAD present for OVpay token

This commit is contained in:
Max Martens 2025-03-21 17:57:18 +01:00
parent 665ca2aae1
commit 3e4760f6c4

View File

@ -94,7 +94,23 @@ paths:
"instance": "urn:uuid:13c8416f-7632-4c8b-8a16-2132197be60c", "instance": "urn:uuid:13c8416f-7632-4c8b-8a16-2132197be60c",
"apiErrorCode": "htm.api.err.400.3", "apiErrorCode": "htm.api.err.400.3",
} }
"404":
description: Not found
content:
application/json:
schema:
$ref: "#/components/schemas/rfc9457Response"
examples:
No birthdate present in PAD of OVpay token:
summary: No birthdate present in PAD of OVpay token
value:
{
"type": "https://www.htm.nl/api/v1/404Error",
"title": "Missing birthdate in PAD",
"detail": "There is no birthdate present in the PAD of the OVpay token, or there is no PAD present at all",
"instance": "urn:uuid:13c8416f-7632-4c8b-8a16-2132197be60c",
"apiErrorCode": "htm.api.err.404.1",
}
components: components:
schemas: schemas:
GboAgeProfileResponse: GboAgeProfileResponse: