Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.conversations.convertToPublic.json
Raw

priv/docs/methods/admin.conversations.convertToPublic.json

{
"args": {
"channel_id": {
"desc": "The channel to convert to public.",
"example": "C12345",
"required": true
}
},
"desc": "Convert a private channel to a public channel.",
"errors": {
"channel_not_found": "The channel requested for conversion to public could not be found.",
"channel_owner_restriction": "away-side SC conversion fails due to home-side being private",
"could_not_convert_channel": "This channel could not be converted to public.",
"external_limited_restriction": "away-side SC conversion fails due to being under Limited Access (“external\\_limited” aka “can only post”)",
"feature_not_enabled": "The feature has not been enabled for this Organization",
"invalid_user": "Value passed for `user_id` was not valid",
"is_idp_managed": "The channel cannot be converted because it is IDP Managed",
"not_an_enterprise": "Only enterprises can convert channel to public.",
"not_supported": "Conversion to public channel is not supported for this channel.",
"restricted_action": "This user is not able to convert this channel to public."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.conversations:write",
"url": "https://docs.slack.dev/reference/scopes/admin.conversations.write"
}
]
}
}