Skip to content

Commit 4f6ee8d

Browse files
Update Documentation with core changes (#132)
Co-authored-by: discoursebuild <[email protected]>
1 parent 72ffd51 commit 4f6ee8d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

openapi.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7717,6 +7717,12 @@
77177717
},
77187718
"navigation_menu_site_top_tags": {
77197719
"type": "array"
7720+
},
7721+
"full_name_required_for_signup": {
7722+
"type": "boolean"
7723+
},
7724+
"full_name_visible_in_signup": {
7725+
"type": "boolean"
77207726
}
77217727
},
77227728
"required": [
@@ -7749,7 +7755,9 @@
77497755
"categories",
77507756
"archetypes",
77517757
"user_fields",
7752-
"auth_providers"
7758+
"auth_providers",
7759+
"full_name_required_for_signup",
7760+
"full_name_visible_in_signup"
77537761
]
77547762
}
77557763
}

openapi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5494,6 +5494,10 @@ paths:
54945494
type: array
54955495
navigation_menu_site_top_tags:
54965496
type: array
5497+
full_name_required_for_signup:
5498+
type: boolean
5499+
full_name_visible_in_signup:
5500+
type: boolean
54975501
required:
54985502
- default_archetype
54995503
- notification_types
@@ -5525,6 +5529,8 @@ paths:
55255529
- archetypes
55265530
- user_fields
55275531
- auth_providers
5532+
- full_name_required_for_signup
5533+
- full_name_visible_in_signup
55285534
"/site/basic-info.json":
55295535
get:
55305536
summary: Get site basic info

0 commit comments

Comments
 (0)