Create channel bookmark
POST/api/v4/channels/:channel_id/bookmarks
Creates a new channel bookmark for this channel.
Minimum server version: 9.5
Permissions
Must have the add_bookmark_public_channel or
add_bookmark_private_channel depending on the channel
type. If the channel is a DM or GM, must be a non-guest
member.
Request
Responses
- 201
- 400
- 401
- 403
Channel Bookmark creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions