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 62325ed commit cb158ca
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 @@ -1577,7 +1577,7 @@
"name": "id",
"in": "path",
"description": "the id of an administrative area",
"required": false,
"required": true,
"schema":{"type": "integer"}
},
"owner_id":{
Expand Down

0 comments on commit cb158ca

Please sign in to comment.