Skip to content

Commit 7ab5a49

Browse files
committed
#1 Make POST /people return 201 Created
1 parent 4dd5475 commit 7ab5a49

File tree

1 file changed

+2
-2
lines changed
  • people/api/src/main/resources/static/openapi

1 file changed

+2
-2
lines changed

people/api/src/main/resources/static/openapi/api.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ paths:
203203
schema:
204204
$ref: "#/components/schemas/PersonDraft"
205205
responses:
206-
200:
207-
description: OK
206+
201:
207+
description: Created
208208
content:
209209
application/json:
210210
schema:

0 commit comments

Comments
 (0)