Skip to content

Commit

Permalink
changing countries to be optional for remainders endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tingold committed Oct 25, 2023
1 parent 42b618f commit c5a4529
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 @@ -203,7 +203,7 @@
"operationId": "get-remainders",
"parameters": [
{
"$ref": "#/components/parameters/countries_csv"
"$ref": "#/components/parameters/countries_csv_optional"
},
{
"$ref": "#/components/parameters/years_csv"
Expand Down

0 comments on commit c5a4529

Please sign in to comment.