We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e8e5d commit dddee2eCopy full SHA for dddee2e
methods/canvases/canvases.create.json
@@ -4,6 +4,12 @@
4
"deprecated": false,
5
"desc": "Create canvas for a user",
6
"args": {
7
+ "channel_id": {
8
+ "required": false,
9
+ "example": "C1234567890",
10
+ "desc": "Channel ID of the channel we create the channel canvas for.",
11
+ "type": "string"
12
+ },
13
"document_content": {
14
"required": false,
15
"example": "{\"type\": \"markdown\", \"markdown\": \"> standalone canvas!\"}",
0 commit comments