Skip to content

Commit

Permalink
Change 200 response code to the correct 201
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Dec 4, 2023
1 parent 4a217a8 commit 04091f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@ paths:
summary: Create a Deployment Draft
description: Create a new application deployment draft, if none exists.
responses:
"200":
"201":
description: Successfully created draft.
content:
application/json:
Expand Down

0 comments on commit 04091f2

Please sign in to comment.