Skip to content

Commit

Permalink
fixed docs examples (for #587)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Aug 28, 2023
1 parent 25f7fef commit 5d4ceea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/operations-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ def some_operation(request):
"/tasks",
openapi_extra={
"responses": {
"400": {
400: {
"description": "Error Response",
},
"404": {
404: {
"description": "Not Found Response",
},
},
Expand Down

0 comments on commit 5d4ceea

Please sign in to comment.