Skip to content

Commit 6f9fedd

Browse files
Fil Majseratch
andauthored
Adding new canvas public API sample JSON data (#1322)
* Adding new canvas public API sample JSON data. --------- Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent 54d924c commit 6f9fedd

File tree

7 files changed

+60
-0
lines changed

7 files changed

+60
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ok": false,
3+
"error": "",
4+
"failed_to_update_channel_ids": [""],
5+
"failed_to_update_user_ids": [""],
6+
"response_metadata": {
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ok": false,
3+
"error": "",
4+
"failed_to_update_channel_ids": [ "" ],
5+
"failed_to_update_user_ids": [ "" ],
6+
"response_metadata": {
7+
}
8+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"ok": false,
3+
"canvas_id": "F016BFXUEQ2",
4+
"detail": "",
5+
"error": "",
6+
"response_metadata": {
7+
"messages": [
8+
""
9+
]
10+
}
11+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ok": false,
3+
"error": "",
4+
"response_metadata": {
5+
}
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ok": false,
3+
"detail": "",
4+
"error": "",
5+
"response_metadata": {
6+
}
7+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ok":false,
3+
"error": "",
4+
"sections":[
5+
{"id":""}
6+
],
7+
"response_metadata":{
8+
}
9+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"ok": false,
3+
"canvas_id": "F016BFXUEQ2",
4+
"detail": "",
5+
"error": "",
6+
"response_metadata": {
7+
"messages": [
8+
""
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)