Skip to content

Commit

Permalink
docs(command-api): update return status
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreier committed Oct 27, 2023
1 parent f1534a7 commit 3f0d525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions livingdocs-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1430,12 +1430,12 @@
}
},
"responses": {
"200": {
"204": {
"description": "ok",
"content": {
"application/json": {
"example": {
"status": 200
"status": 204
}
}
}
Expand Down Expand Up @@ -5029,4 +5029,4 @@
}
}
}
}
}

0 comments on commit 3f0d525

Please sign in to comment.