Skip to content

Commit 1882fa5

Browse files
committed
feat: add webapi response changes as of 2026-07-16
1 parent d98c5d2 commit 1882fa5

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,14 @@
105105
"is_disabled": false
106106
},
107107
{
108-
"type": "",
109108
"id": "",
109+
"label": "",
110+
"type": "",
110111
"data": {
112+
"folder_bookmark_id": "",
111113
"file_id": "F00000000",
112114
"shared_ts": "0000000000.000000"
113-
},
114-
"label": ""
115+
}
115116
}
116117
],
117118
"meeting_notes": {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"api_app_id": "A00000000",
6363
"huddle_state": "",
6464
"huddle_state_expiration_ts": 12345,
65-
"start_date": ""
65+
"start_date": "",
66+
"guest_invited_by": ""
6667
},
6768
"has_2fa": false,
6869
"two_factor_type": "",

0 commit comments

Comments
 (0)