Skip to content

Commit c130876

Browse files
committed
feat: add webapi response changes as of 2026-08-13
1 parent f51b8ba commit c130876

4 files changed

Lines changed: 9 additions & 42 deletions

File tree

json-logs/samples/api/files.completeUploadExternal.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,6 @@
5050
"latest_reply": "0000000000.000000",
5151
"source": "",
5252
"is_silent_share": false
53-
},
54-
{
55-
"ts": "0000000000.000000",
56-
"channel_name": "",
57-
"team_id": "T00000000",
58-
"share_user_id": "U00000000",
59-
"source": "",
60-
"is_silent_share": false,
61-
"reply_users": [
62-
""
63-
],
64-
"reply_users_count": 12345,
65-
"reply_count": 12345
6653
}
6754
],
6855
"C00000001": [
@@ -80,19 +67,6 @@
8067
"latest_reply": "0000000000.000000",
8168
"source": "",
8269
"is_silent_share": false
83-
},
84-
{
85-
"ts": "0000000000.000000",
86-
"channel_name": "",
87-
"team_id": "T00000000",
88-
"share_user_id": "U00000000",
89-
"source": "",
90-
"is_silent_share": false,
91-
"reply_users": [
92-
""
93-
],
94-
"reply_users_count": 12345,
95-
"reply_count": 12345
9670
}
9771
]
9872
}

json-logs/samples/api/users.conversations.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,9 @@
9292
"is_disabled": false
9393
},
9494
{
95-
"id": "",
96-
"label": "",
9795
"type": "",
98-
"data": {
99-
"folder_bookmark_id": "",
100-
"file_id": "F00000000",
101-
"shared_ts": "0000000000.000000"
102-
}
96+
"label": "",
97+
"id": ""
10398
}
10499
],
105100
"tabz": [
@@ -115,14 +110,7 @@
115110
"is_disabled": false
116111
},
117112
{
118-
"id": "",
119-
"label": "",
120-
"type": "",
121-
"data": {
122-
"folder_bookmark_id": "",
123-
"file_id": "F00000000",
124-
"shared_ts": "0000000000.000000"
125-
}
113+
"type": ""
126114
}
127115
],
128116
"meeting_notes": {

json-logs/samples/api/users.list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"huddle_state": "",
6464
"huddle_state_expiration_ts": 12345,
6565
"start_date": "",
66-
"guest_invited_by": ""
66+
"guest_invited_by": "",
67+
"pronouns": ""
6768
},
6869
"has_2fa": false,
6970
"two_factor_type": "",

json-logs/samples/scim/v2/Users.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"manager": {}
8282
},
8383
"groups": [
84+
{
85+
"value": "S00000000",
86+
"display": ""
87+
},
8488
{
8589
"value": "",
8690
"display": ""

0 commit comments

Comments
 (0)