Skip to content

Commit

Permalink
schema/openapi: Added params to GET /organizations
Browse files Browse the repository at this point in the history
Added references to `components.parameters.taxonomy_term_id` and `components.parameters.taxonomy_id` to the `params` array for GET /organizations

As per proposal:

* https://docs.google.com/document/d/1Pab0d1dGu1WvPu1x2VezyNWrsguU14QwCFBpbkD_uMM/view
  • Loading branch information
Matt Marshall committed Sep 12, 2024
1 parent 4175580 commit 8a5be40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,12 @@
"description": "Contains full nested organization information",
"$ref": "#/components/parameters/full"
},
{
"$ref": "#/components/parameters/taxonomy_term_id"
},
{
"$ref": "#/components/parameters/taxonomy_id"
},
{
"$ref": "#/components/parameters/page"
},
Expand Down

0 comments on commit 8a5be40

Please sign in to comment.