diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 04494cf..6e184ee 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -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" } + } + } } } }