Skip to content

Commit 88e0078

Browse files
Update Documentation with core changes (#127)
Co-authored-by: discoursebuild <[email protected]>
1 parent fce2c07 commit 88e0078

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

openapi.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12614,6 +12614,12 @@
1261412614
"hide_profile_and_presence": {
1261512615
"type": "boolean"
1261612616
},
12617+
"hide_profile": {
12618+
"type": "boolean"
12619+
},
12620+
"hide_presence": {
12621+
"type": "boolean"
12622+
},
1261712623
"text_size": {
1261812624
"type": "string"
1261912625
},
@@ -12692,6 +12698,8 @@
1269212698
"enable_allowed_pm_users",
1269312699
"homepage_id",
1269412700
"hide_profile_and_presence",
12701+
"hide_profile",
12702+
"hide_presence",
1269512703
"text_size",
1269612704
"text_size_seq",
1269712705
"title_count_mode",
@@ -13641,6 +13649,12 @@
1364113649
"hide_profile_and_presence": {
1364213650
"type": "boolean"
1364313651
},
13652+
"hide_profile": {
13653+
"type": "boolean"
13654+
},
13655+
"hide_presence": {
13656+
"type": "boolean"
13657+
},
1364413658
"text_size": {
1364513659
"type": "string"
1364613660
},
@@ -13719,6 +13733,8 @@
1371913733
"enable_allowed_pm_users",
1372013734
"homepage_id",
1372113735
"hide_profile_and_presence",
13736+
"hide_profile",
13737+
"hide_presence",
1372213738
"text_size",
1372313739
"text_size_seq",
1372413740
"title_count_mode",
@@ -14603,6 +14619,12 @@
1460314619
"hide_profile_and_presence": {
1460414620
"type": "boolean"
1460514621
},
14622+
"hide_profile": {
14623+
"type": "boolean"
14624+
},
14625+
"hide_presence": {
14626+
"type": "boolean"
14627+
},
1460614628
"text_size": {
1460714629
"type": "string"
1460814630
},
@@ -14681,6 +14703,8 @@
1468114703
"enable_allowed_pm_users",
1468214704
"homepage_id",
1468314705
"hide_profile_and_presence",
14706+
"hide_profile",
14707+
"hide_presence",
1468414708
"text_size",
1468514709
"text_size_seq",
1468614710
"title_count_mode",

openapi.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8947,6 +8947,10 @@ paths:
89478947
- 'null'
89488948
hide_profile_and_presence:
89498949
type: boolean
8950+
hide_profile:
8951+
type: boolean
8952+
hide_presence:
8953+
type: boolean
89508954
text_size:
89518955
type: string
89528956
text_size_seq:
@@ -9008,6 +9012,8 @@ paths:
90089012
- enable_allowed_pm_users
90099013
- homepage_id
90109014
- hide_profile_and_presence
9015+
- hide_profile
9016+
- hide_presence
90119017
- text_size
90129018
- text_size_seq
90139019
- title_count_mode
@@ -9684,6 +9690,10 @@ paths:
96849690
- 'null'
96859691
hide_profile_and_presence:
96869692
type: boolean
9693+
hide_profile:
9694+
type: boolean
9695+
hide_presence:
9696+
type: boolean
96879697
text_size:
96889698
type: string
96899699
text_size_seq:
@@ -9745,6 +9755,8 @@ paths:
97459755
- enable_allowed_pm_users
97469756
- homepage_id
97479757
- hide_profile_and_presence
9758+
- hide_profile
9759+
- hide_presence
97489760
- text_size
97499761
- text_size_seq
97509762
- title_count_mode
@@ -10382,6 +10394,10 @@ paths:
1038210394
- 'null'
1038310395
hide_profile_and_presence:
1038410396
type: boolean
10397+
hide_profile:
10398+
type: boolean
10399+
hide_presence:
10400+
type: boolean
1038510401
text_size:
1038610402
type: string
1038710403
text_size_seq:
@@ -10443,6 +10459,8 @@ paths:
1044310459
- enable_allowed_pm_users
1044410460
- homepage_id
1044510461
- hide_profile_and_presence
10462+
- hide_profile
10463+
- hide_presence
1044610464
- text_size
1044710465
- text_size_seq
1044810466
- title_count_mode

0 commit comments

Comments
 (0)