From c8e2123b40a1ec3eaec5cc7b43125a51fd77fcad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:12:10 +0200 Subject: [PATCH] Update Documentation with core changes (#97) Co-authored-by: discoursebuild --- openapi.json | 27 +++++++++++++++++++++++++++ openapi.yml | 18 ++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/openapi.json b/openapi.json index 1d230c4..950d4af 100644 --- a/openapi.json +++ b/openapi.json @@ -11733,6 +11733,15 @@ "null" ] }, + "sidebar_tags": { + "type": "array" + }, + "sidebar_category_ids": { + "type": "array" + }, + "display_sidebar_tags": { + "type": "boolean" + }, "user_auth_tokens": { "type": "array", "items": { @@ -12731,6 +12740,15 @@ "null" ] }, + "sidebar_tags": { + "type": "array" + }, + "sidebar_category_ids": { + "type": "array" + }, + "display_sidebar_tags": { + "type": "boolean" + }, "user_auth_tokens": { "type": "array", "items": { @@ -13664,6 +13682,15 @@ "null" ] }, + "sidebar_tags": { + "type": "array" + }, + "sidebar_category_ids": { + "type": "array" + }, + "display_sidebar_tags": { + "type": "boolean" + }, "user_auth_tokens": { "type": "array", "items": { diff --git a/openapi.yml b/openapi.yml index 76d1575..4251e74 100644 --- a/openapi.yml +++ b/openapi.yml @@ -8321,6 +8321,12 @@ paths: type: - string - 'null' + sidebar_tags: + type: array + sidebar_category_ids: + type: array + display_sidebar_tags: + type: boolean user_auth_tokens: type: array items: @@ -9038,6 +9044,12 @@ paths: type: - string - 'null' + sidebar_tags: + type: array + sidebar_category_ids: + type: array + display_sidebar_tags: + type: boolean user_auth_tokens: type: array items: @@ -9716,6 +9728,12 @@ paths: type: - string - 'null' + sidebar_tags: + type: array + sidebar_category_ids: + type: array + display_sidebar_tags: + type: boolean user_auth_tokens: type: array items: