example for pesonalization hateoas link

This commit is contained in:
Mirjam Herald 2025-03-27 17:01:48 +01:00
parent 5138662556
commit 07f69e089b

View File

@ -325,7 +325,16 @@ paths:
},
"create_tokenPersonalization": {
"href": "https://api.integratielaag.nl/abt/1.0/touchpoint/tokenPersonalizations?ovpaytokenId=1",
"method": "POST"
"method": "POST",
"schema": {
"type": "object",
"properties": {
"photo": { "type": "image" },
"name": { "type": "string" },
"birthDate": { "type": "string" },
"oneTimePassword": { "type": "string" }
}
}
}
}
}