Skip to content

Commit

Permalink
Fix specified status code in two patch routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Dec 29, 2023
1 parent 170d007 commit cccb6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ paths:
schema:
$ref: "#/components/schemas/PatchKit"
responses:
'201':
'200':
description: The patched kit.
content:
application/json:
Expand Down Expand Up @@ -848,7 +848,7 @@ paths:
schema:
$ref: "#/components/schemas/PatchKitConfiguration"
responses:
'201':
'200':
description: The patched kit configuration.
content:
application/json:
Expand Down

0 comments on commit cccb6d2

Please sign in to comment.