Skip to content

Commit

Permalink
fixup! feat: openapi for application management
Browse files Browse the repository at this point in the history
adding 204 to delete, in case it can be satisfied immediately
  • Loading branch information
tuler committed Dec 6, 2023
1 parent ed623cb commit b2b5173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/management.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ paths:
responses:
"202":
description: Delete request accepted
"204":
description: Delete successful
"400":
$ref: "#/components/responses/BadRequest"
"404":
Expand Down

0 comments on commit b2b5173

Please sign in to comment.