Skip to content

Commit 73149b5

Browse files
waleedlatif1claude
andcommitted
docs(slack): update output key in docs to match channelInfo rename
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c427eb1 commit 73149b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/docs/en/tools/slack.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ Create a new public or private channel in a Slack workspace.
943943

944944
| Parameter | Type | Description |
945945
| --------- | ---- | ----------- |
946-
| `channel` | object | The newly created channel object |
946+
| `channelInfo` | object | The newly created channel object |
947947
|`id` | string | Channel ID \(e.g., C1234567890\) |
948948
|`name` | string | Channel name without # prefix |
949949
|`is_channel` | boolean | Whether this is a channel |
@@ -979,7 +979,7 @@ Invite one or more users to a Slack channel. Supports up to 100 users at a time.
979979

980980
| Parameter | Type | Description |
981981
| --------- | ---- | ----------- |
982-
| `channel` | object | The channel object after inviting users |
982+
| `channelInfo` | object | The channel object after inviting users |
983983
|`id` | string | Channel ID \(e.g., C1234567890\) |
984984
|`name` | string | Channel name without # prefix |
985985
|`is_channel` | boolean | Whether this is a channel |

0 commit comments

Comments
 (0)