removed schema from hateoas link example
This commit is contained in:
parent
f3474dc10f
commit
88ec45425d
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user