Skip to content

Commit

Permalink
Update Documentation with core changes (#127)
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 Nov 14, 2024
1 parent fce2c07 commit 88e0078
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12614,6 +12614,12 @@
"hide_profile_and_presence": {
"type": "boolean"
},
"hide_profile": {
"type": "boolean"
},
"hide_presence": {
"type": "boolean"
},
"text_size": {
"type": "string"
},
Expand Down Expand Up @@ -12692,6 +12698,8 @@
"enable_allowed_pm_users",
"homepage_id",
"hide_profile_and_presence",
"hide_profile",
"hide_presence",
"text_size",
"text_size_seq",
"title_count_mode",
Expand Down Expand Up @@ -13641,6 +13649,12 @@
"hide_profile_and_presence": {
"type": "boolean"
},
"hide_profile": {
"type": "boolean"
},
"hide_presence": {
"type": "boolean"
},
"text_size": {
"type": "string"
},
Expand Down Expand Up @@ -13719,6 +13733,8 @@
"enable_allowed_pm_users",
"homepage_id",
"hide_profile_and_presence",
"hide_profile",
"hide_presence",
"text_size",
"text_size_seq",
"title_count_mode",
Expand Down Expand Up @@ -14603,6 +14619,12 @@
"hide_profile_and_presence": {
"type": "boolean"
},
"hide_profile": {
"type": "boolean"
},
"hide_presence": {
"type": "boolean"
},
"text_size": {
"type": "string"
},
Expand Down Expand Up @@ -14681,6 +14703,8 @@
"enable_allowed_pm_users",
"homepage_id",
"hide_profile_and_presence",
"hide_profile",
"hide_presence",
"text_size",
"text_size_seq",
"title_count_mode",
Expand Down
18 changes: 18 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8947,6 +8947,10 @@ paths:
- 'null'
hide_profile_and_presence:
type: boolean
hide_profile:
type: boolean
hide_presence:
type: boolean
text_size:
type: string
text_size_seq:
Expand Down Expand Up @@ -9008,6 +9012,8 @@ paths:
- enable_allowed_pm_users
- homepage_id
- hide_profile_and_presence
- hide_profile
- hide_presence
- text_size
- text_size_seq
- title_count_mode
Expand Down Expand Up @@ -9684,6 +9690,10 @@ paths:
- 'null'
hide_profile_and_presence:
type: boolean
hide_profile:
type: boolean
hide_presence:
type: boolean
text_size:
type: string
text_size_seq:
Expand Down Expand Up @@ -9745,6 +9755,8 @@ paths:
- enable_allowed_pm_users
- homepage_id
- hide_profile_and_presence
- hide_profile
- hide_presence
- text_size
- text_size_seq
- title_count_mode
Expand Down Expand Up @@ -10382,6 +10394,10 @@ paths:
- 'null'
hide_profile_and_presence:
type: boolean
hide_profile:
type: boolean
hide_presence:
type: boolean
text_size:
type: string
text_size_seq:
Expand Down Expand Up @@ -10443,6 +10459,8 @@ paths:
- enable_allowed_pm_users
- homepage_id
- hide_profile_and_presence
- hide_profile
- hide_presence
- text_size
- text_size_seq
- title_count_mode
Expand Down

0 comments on commit 88e0078

Please sign in to comment.