From 403b33652284b3d33f7fe0722e66cd201fb6843e Mon Sep 17 00:00:00 2001 From: Max Martens Date: Thu, 27 Nov 2025 13:22:09 +0100 Subject: [PATCH] Rename HATEOAS for transfer to "transfer_token" to be in line with actual SE implementation --- src/openapi/customers/SE-customers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 3c8d039..0f75322 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -2403,7 +2403,7 @@ paths: }, "_links": { - "transfer": + "transfer_token": { "href": "https://services.dev.api.htm.nl/abt/touchpoint/1.0/customers/tokens/1/transfer", "method": "POST",