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