Skip to content

Commit

Permalink
Adding new canvas public API sample JSON data (#1322)
Browse files Browse the repository at this point in the history
* Adding new canvas public API sample JSON data.
---------

Co-authored-by: Kazuhiro Sera <seratch@gmail.com>
  • Loading branch information
filmaj and seratch committed Jun 11, 2024
1 parent 54d924c commit 6f9fedd
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 0 deletions.
8 changes: 8 additions & 0 deletions json-logs/samples/api/canvases.access.delete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ok": false,
"error": "",
"failed_to_update_channel_ids": [""],
"failed_to_update_user_ids": [""],
"response_metadata": {
}
}
8 changes: 8 additions & 0 deletions json-logs/samples/api/canvases.access.set.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ok": false,
"error": "",
"failed_to_update_channel_ids": [ "" ],
"failed_to_update_user_ids": [ "" ],
"response_metadata": {
}
}
11 changes: 11 additions & 0 deletions json-logs/samples/api/canvases.create.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"ok": false,
"canvas_id": "F016BFXUEQ2",
"detail": "",
"error": "",
"response_metadata": {
"messages": [
""
]
}
}
6 changes: 6 additions & 0 deletions json-logs/samples/api/canvases.delete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ok": false,
"error": "",
"response_metadata": {
}
}
7 changes: 7 additions & 0 deletions json-logs/samples/api/canvases.edit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ok": false,
"detail": "",
"error": "",
"response_metadata": {
}
}
9 changes: 9 additions & 0 deletions json-logs/samples/api/canvases.sections.lookup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ok":false,
"error": "",
"sections":[
{"id":""}
],
"response_metadata":{
}
}
11 changes: 11 additions & 0 deletions json-logs/samples/api/conversations.canvases.create.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"ok": false,
"canvas_id": "F016BFXUEQ2",
"detail": "",
"error": "",
"response_metadata": {
"messages": [
""
]
}
}

0 comments on commit 6f9fedd

Please sign in to comment.