diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 62657fa..27098f2 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -340,16 +340,7 @@ paths: }, "create_tokenPersonalization": { "href": "https://api.integratielaag.nl/abt/1.0/touchpoint/tokenPersonalizations?ovpaytokenId=1", - "method": "POST", - "schema": { - "type": "object", - "properties": { - "photo": { "type": "image" }, - "name": { "type": "string" }, - "birthDate": { "type": "string" }, - "oneTimePassword": { "type": "string" } - } - } + "method": "POST" } } }