Skip to content

Commit

Permalink
Schema: POST /organizations taxonomy params
Browse files Browse the repository at this point in the history
Added the query-by-taxonomies params to the POST /organizations query.

Also ran jq to tidy up the file but didn't need much
  • Loading branch information
Matt Marshall committed Sep 26, 2024
1 parent aefefbc commit d435fed
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 @@ -597,6 +597,12 @@
},
{
"$ref": "#/components/parameters/format"
},
{
"$ref": "#/components/parameters/taxonomy_term_id"
},
{
"$ref": "#/components/parameters/taxonomy_id"
}
],
"responses": {
Expand Down

0 comments on commit d435fed

Please sign in to comment.