Skip to content

Commit 8e85461

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/04/01
1 parent dddee2e commit 8e85461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

methods/canvases/canvases.create.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"channel_id": {
88
"required": false,
99
"example": "C1234567890",
10-
"desc": "Channel ID of the channel we create the channel canvas for.",
10+
"desc": "Channel ID of the channel the canvas will be tabbed in. This is a required field for free teams.",
1111
"type": "string"
1212
},
1313
"document_content": {
@@ -30,7 +30,7 @@
3030
},
3131
"errors": {
3232
"canvas_disabled_user_team": "Canvas is disabled on user's team.",
33-
"free_teams_cannot_create_standalone_canvases": "Free teams cannot create standalone canvases.",
33+
"free_teams_cannot_create_non_tabbed_canvases": "Free teams cannot create non-tabbed standalone canvases.",
3434
"restricted_action": "User does not have permission to perform this action.",
3535
"canvas_creation_failed": "Canvas was unable to be created.",
3636
"access_denied": "Access to a resource specified in the request is denied.",

0 commit comments

Comments
 (0)