diff --git a/people/api/src/main/resources/static/openapi/api.yml b/people/api/src/main/resources/static/openapi/api.yml index 4fae9ed..a100c6a 100644 --- a/people/api/src/main/resources/static/openapi/api.yml +++ b/people/api/src/main/resources/static/openapi/api.yml @@ -218,7 +218,7 @@ paths: post: tags: [People] summary: Create a person - description: Creates a person with given parameters + description: Creates a person with given parameters, idempotent parameters: - $ref: "#/components/parameters/IdempotencyKeyHeader" requestBody: @@ -238,8 +238,6 @@ paths: $ref: "#/components/responses/400" 401: $ref: "#/components/responses/401" - 409: - $ref: "#/components/responses/409" 500: $ref: "#/components/responses/500" 503: