From 4f6ee8d9084230229e0386b5497fba82d7a89eb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:18:58 +0100 Subject: [PATCH] Update Documentation with core changes (#132) Co-authored-by: discoursebuild --- openapi.json | 10 +++++++++- openapi.yml | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index 7366739..0004134 100644 --- a/openapi.json +++ b/openapi.json @@ -7717,6 +7717,12 @@ }, "navigation_menu_site_top_tags": { "type": "array" + }, + "full_name_required_for_signup": { + "type": "boolean" + }, + "full_name_visible_in_signup": { + "type": "boolean" } }, "required": [ @@ -7749,7 +7755,9 @@ "categories", "archetypes", "user_fields", - "auth_providers" + "auth_providers", + "full_name_required_for_signup", + "full_name_visible_in_signup" ] } } diff --git a/openapi.yml b/openapi.yml index 214ccbf..60b8596 100644 --- a/openapi.yml +++ b/openapi.yml @@ -5494,6 +5494,10 @@ paths: type: array navigation_menu_site_top_tags: type: array + full_name_required_for_signup: + type: boolean + full_name_visible_in_signup: + type: boolean required: - default_archetype - notification_types @@ -5525,6 +5529,8 @@ paths: - archetypes - user_fields - auth_providers + - full_name_required_for_signup + - full_name_visible_in_signup "/site/basic-info.json": get: summary: Get site basic info