From 07f69e089b4f7b9561bffd33bb559d6d80f711a4 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Thu, 27 Mar 2025 17:01:48 +0100 Subject: [PATCH] example for pesonalization hateoas link --- src/openapi/customers/SE-customers.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" } + } + } } } }