Skip to content

Commit

Permalink
fixing required flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tingold committed Oct 24, 2023
1 parent e28bd5b commit 62325ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/v4/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
"name": "adminId",
"in": "query",
"description": "the id of an administrative area",
"required": true,
"required": false,
"schema":{"type": "integer"}
},
"admin_id":{
Expand Down

0 comments on commit 62325ed

Please sign in to comment.