removed schema from hateoas link example

This commit is contained in:
Mirjam Herald 2025-03-28 15:49:32 +01:00
parent f3474dc10f
commit 88ec45425d

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