Skip to content

Commit

Permalink
Merge pull request #36 from capcom6/docs/api-response-code
Browse files Browse the repository at this point in the history
Updated: post message response code
  • Loading branch information
capcom6 authored Feb 6, 2024
2 parents bf4ec87 + c088c20 commit 65ae2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"$ref": "#/components/requestBodies/SendMessageRequest"
},
"responses": {
"201": {
"202": {
"$ref": "#/components/responses/MessageStatusResponse"
},
"400": {
Expand Down Expand Up @@ -133,7 +133,7 @@
"securitySchemes": {
"BasicAuth": {
"type": "http",
"description": "Авторизация по логину и паролю",
"description": "Login-password auth",
"scheme": "basic"
}
},
Expand Down

0 comments on commit 65ae2e5

Please sign in to comment.