Skip to content

Commit

Permalink
#21 Change API idempotancy (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman authored Sep 28, 2024
1 parent c462cfa commit 5287cfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions people/api/src/main/resources/static/openapi/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5287cfd

Please sign in to comment.