Skip to content

Commit

Permalink
Update Documentation with core changes (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: discoursebuild <[email protected]>
  • Loading branch information
github-actions[bot] and discoursebuild authored Jan 2, 2025
1 parent 72ffd51 commit 4f6ee8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -7749,7 +7755,9 @@
"categories",
"archetypes",
"user_fields",
"auth_providers"
"auth_providers",
"full_name_required_for_signup",
"full_name_visible_in_signup"
]
}
}
Expand Down
6 changes: 6 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f6ee8d

Please sign in to comment.