Skip to content

Commit 4999b64

Browse files
authored
Add canvas APIs and users.discoverableContacts.lookup API (#1323)
1 parent 59590f7 commit 4999b64

File tree

72 files changed

+1357
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1357
-53
lines changed
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"ok": false,
33
"error": "",
4-
"failed_to_update_channel_ids": [""],
5-
"failed_to_update_user_ids": [""],
6-
"response_metadata": {
7-
}
8-
}
4+
"failed_to_update_channel_ids": [
5+
""
6+
],
7+
"failed_to_update_user_ids": [
8+
""
9+
],
10+
"response_metadata": {},
11+
"needed": "",
12+
"provided": ""
13+
}
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"ok": false,
33
"error": "",
4-
"failed_to_update_channel_ids": [ "" ],
5-
"failed_to_update_user_ids": [ "" ],
6-
"response_metadata": {
7-
}
8-
}
4+
"failed_to_update_channel_ids": [
5+
""
6+
],
7+
"failed_to_update_user_ids": [
8+
""
9+
],
10+
"response_metadata": {},
11+
"needed": "",
12+
"provided": ""
13+
}
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"ok": false,
3-
"canvas_id": "F016BFXUEQ2",
3+
"canvas_id": "F00000000",
44
"detail": "",
55
"error": "",
66
"response_metadata": {
77
"messages": [
88
""
99
]
10-
}
11-
}
10+
},
11+
"needed": "",
12+
"provided": ""
13+
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ok": false,
33
"error": "",
4-
"response_metadata": {
5-
}
6-
}
4+
"response_metadata": {},
5+
"needed": "",
6+
"provided": ""
7+
}

json-logs/samples/api/canvases.edit.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"detail": "",
44
"error": "",
55
"response_metadata": {
6-
}
7-
}
6+
"messages": [
7+
""
8+
]
9+
},
10+
"needed": "",
11+
"provided": ""
12+
}
Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
2-
"ok":false,
2+
"ok": false,
33
"error": "",
4-
"sections":[
5-
{"id":""}
4+
"sections": [
5+
{
6+
"id": ""
7+
}
68
],
7-
"response_metadata":{
8-
}
9-
}
9+
"response_metadata": {
10+
"messages": [
11+
""
12+
]
13+
},
14+
"needed": "",
15+
"provided": ""
16+
}

json-logs/samples/api/chat.postMessage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8353,6 +8353,7 @@
83538353
"last_read": 123,
83548354
"title_blocks": [],
83558355
"private_channels_with_file_access_count": 123,
8356+
"private_file_with_access_count": 123,
83568357
"dm_mpdm_users_with_file_access": [],
83578358
"org_or_workspace_access": "",
83588359
"update_notification": 123,
@@ -12839,6 +12840,7 @@
1283912840
}
1284012841
],
1284112842
"private_channels_with_file_access_count": 123,
12843+
"private_file_with_access_count": 123,
1284212844
"dm_mpdm_users_with_file_access": [
1284312845
{
1284412846
"user_id": "",
@@ -19707,6 +19709,7 @@
1970719709
"last_read": 123,
1970819710
"title_blocks": [],
1970919711
"private_channels_with_file_access_count": 123,
19712+
"private_file_with_access_count": 123,
1971019713
"dm_mpdm_users_with_file_access": [],
1971119714
"org_or_workspace_access": "",
1971219715
"update_notification": 123,

json-logs/samples/api/chat.scheduleMessage.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,7 @@
28982898
"last_read": 123,
28992899
"title_blocks": [],
29002900
"private_channels_with_file_access_count": 123,
2901+
"private_file_with_access_count": 123,
29012902
"dm_mpdm_users_with_file_access": [],
29022903
"org_or_workspace_access": "",
29032904
"update_notification": 123,

json-logs/samples/api/chat.update.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4316,6 +4316,7 @@
43164316
}
43174317
],
43184318
"private_channels_with_file_access_count": 123,
4319+
"private_file_with_access_count": 123,
43194320
"dm_mpdm_users_with_file_access": [
43204321
{
43214322
"user_id": "",
@@ -7187,6 +7188,7 @@
71877188
"last_read": 123,
71887189
"title_blocks": [],
71897190
"private_channels_with_file_access_count": 123,
7191+
"private_file_with_access_count": 123,
71907192
"dm_mpdm_users_with_file_access": [],
71917193
"org_or_workspace_access": "",
71927194
"update_notification": 123,
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"ok": false,
3-
"canvas_id": "F016BFXUEQ2",
3+
"canvas_id": "F00000000",
44
"detail": "",
55
"error": "",
66
"response_metadata": {
77
"messages": [
88
""
99
]
10-
}
11-
}
10+
},
11+
"needed": "",
12+
"provided": ""
13+
}

0 commit comments

Comments
 (0)