develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 07f69e089b - Show all commits

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" }
}
}
}
}
}