Skip to content

Commit

Permalink
Fix swagger docs (#2401)
Browse files Browse the repository at this point in the history
* fix: Update swagger docs

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kdheepak and pre-commit-ci[bot] authored Jul 16, 2022
1 parent 19f225d commit 5b34d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/swagger/reference/web-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"/{broker_id}": {
"post": {
"summary": "Create New User",
"summary": "Create New Broker",
"operationId": "post-broker",
"responses": {
"200": {
"description": "User Created",
"description": "Broker Created",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"examples": {}
}
},
"description": "Post the necessary fields for the API to create a new user."
"description": "Post the necessary fields for the API to create a new broker."
},
"description": "Create a new broker"
},
Expand Down

0 comments on commit 5b34d50

Please sign in to comment.