Skip to content

Commit

Permalink
Fix status code (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 authored May 11, 2024
1 parent b6ae37f commit 9ec85f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ paths:
summary: Create group
operationId: create-group
responses:
'200':
description: OK
'201':
description: Created
content:
application/json:
schema:
Expand Down Expand Up @@ -289,8 +289,8 @@ paths:
summary: Add group members
operationId: add-group-members
responses:
'200':
description: OK
'201':
description: Created
content:
application/json:
schema:
Expand Down Expand Up @@ -356,8 +356,8 @@ paths:
summary: Create item
operationId: create-item
responses:
'200':
description: OK
'201':
description: Created
content:
application/json:
schema:
Expand Down Expand Up @@ -537,8 +537,8 @@ paths:
summary: Create comment
operationId: create-comment
responses:
'200':
description: OK
'201':
description: Created
content:
application/json:
schema:
Expand All @@ -564,8 +564,8 @@ paths:
summary: Create imported comment
operationId: create-imported-comment
responses:
'200':
description: OK
'201':
description: Created
content:
application/json:
schema:
Expand Down

0 comments on commit 9ec85f1

Please sign in to comment.