From d435fedcc1a4dbc78d53aeebb887df84a9bae230 Mon Sep 17 00:00:00 2001 From: Matt Marshall Date: Thu, 26 Sep 2024 11:39:05 +0100 Subject: [PATCH] Schema: POST /organizations taxonomy params Added the query-by-taxonomies params to the POST /organizations query. Also ran jq to tidy up the file but didn't need much --- schema/openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/openapi.json b/schema/openapi.json index c83d657..c6badc3 100644 --- a/schema/openapi.json +++ b/schema/openapi.json @@ -597,6 +597,12 @@ }, { "$ref": "#/components/parameters/format" + }, + { + "$ref": "#/components/parameters/taxonomy_term_id" + }, + { + "$ref": "#/components/parameters/taxonomy_id" } ], "responses": {