Skip to content

Commit

Permalink
Fix response codes and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Sep 15, 2023
1 parent 59dc46b commit 38a49a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ paths:
schema:
$ref: "#/components/schemas/NewInstance"
responses:
202:
description: The build has started
201:
description: The instance was created successfully
content:
application/json:
schema:
Expand Down Expand Up @@ -230,8 +230,8 @@ paths:
contentType: application/octet-stream

responses:
200:
description: Successfully returned all environments
202:
description: The build has started
content:
application/json:
schema:
Expand Down

0 comments on commit 38a49a9

Please sign in to comment.