develop #38

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

View File

@ -340,16 +340,7 @@ paths:
}, },
"create_tokenPersonalization": { "create_tokenPersonalization": {
"href": "https://api.integratielaag.nl/abt/1.0/touchpoint/tokenPersonalizations?ovpaytokenId=1", "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" }
}
}
} }
} }
} }