From 43bca1a87de113acab2ddb52ef9a0d77fc71bee2 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Mon, 26 May 2025 14:16:15 +0200 Subject: [PATCH] error message post PAD --- src/openapi/orders/orders-crud.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 5f3530e..76b6380 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -1458,9 +1458,13 @@ paths: exisiting PersonalAccountData: summary: PersonalAccountData already exists for customerToken description: PersonalAccountData already exists for customerToken - value: - "Resource already exist" - + value: + { + "code": "405", + "type": "string", + "message": "Method not allowed", + "description": "PersonalAccountData resource already exists for customerToken with customerTokenId:510194ef-0038-45ef-94c7-262df93ef1d7" + } /personalaccountdata: get: summary: P5. Find personal account data.