Skip to content

Commit 15e8e5d

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/03/27
1 parent 2705b4d commit 15e8e5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

methods/conversations/conversations.canvases.create.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"required": false,
1515
"example": "{\"type\": \"markdown\", \"markdown\": \"> channel canvas!\"}",
1616
"desc": "Structure describing the type and value of the content to create."
17+
},
18+
"title": {
19+
"required": false,
20+
"example": "The Coolest Title Ever",
21+
"desc": "Title of the newly created canvas.",
22+
"type": "string"
1723
}
1824
},
1925
"response": {

0 commit comments

Comments
 (0)