Skip to content

Commit 82a8a8a

Browse files
committed
feat: add webapi response changes as of 2026-08-05
1 parent 93f55a5 commit 82a8a8a

4 files changed

Lines changed: 9 additions & 39 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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@
9292
"is_disabled": false
9393
},
9494
{
95-
"type": "",
96-
"label": "",
9795
"id": "",
96+
"label": "",
97+
"type": "",
9898
"data": {
99+
"folder_bookmark_id": "",
99100
"file_id": "F00000000",
100101
"shared_ts": "0000000000.000000"
101102
}
@@ -114,13 +115,14 @@
114115
"is_disabled": false
115116
},
116117
{
117-
"type": "",
118118
"id": "",
119+
"label": "",
120+
"type": "",
119121
"data": {
122+
"folder_bookmark_id": "",
120123
"file_id": "F00000000",
121124
"shared_ts": "0000000000.000000"
122-
},
123-
"label": ""
125+
}
124126
}
125127
],
126128
"meeting_notes": {

json-logs/samples/audit/v1/logs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@
461461
"type": [],
462462
"user": []
463463
},
464+
"tool": "",
464465
"tool_name": "",
466+
"arguments": {},
465467
"service_type": "",
466468
"server_name": "",
467469
"server_url": "",

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
}
3737
],
3838
"photos": [
39-
{
40-
"value": "https://www.example.com/",
41-
"type": ""
42-
},
4339
{
4440
"value": "",
4541
"type": ""
@@ -81,10 +77,6 @@
8177
"manager": {}
8278
},
8379
"groups": [
84-
{
85-
"value": "S00000000",
86-
"display": ""
87-
},
8880
{
8981
"value": "",
9082
"display": ""

0 commit comments

Comments
 (0)