Skip to content

Commit

Permalink
feat: 🎨 update swagger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini7Dev committed Jul 2, 2023
1 parent b51706b commit 8f30c1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server/src/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1898,12 +1898,13 @@
"security": [{ "bearerAuth": [] }],
"parameters": [
{
"name": "region",
"name": "marking_region",
"in": "query",
"description": "Região de filtro",
"required": true,
"schema": {
"type": "string"
"type": "string",
"enum": ["NORTH", "SOUTH", "EAST", "WEST", "CENTER"],
"default": null
}
},
{
Expand Down

0 comments on commit 8f30c1a

Please sign in to comment.