Update channel bookmark's order
POST/api/v4/channels/:channel_id/bookmarks/:bookmark_id/sort_order
Updates the order of a channel bookmark, setting its new order from the parameters and updating the rest of the bookmarks of the channel to accomodate for this change.
Minimum server version: 9.5
Permissions
Must have the order_bookmark_public_channel or
order_bookmark_private_channel depending on the channel
type. If the channel is a DM or GM, must be a non-guest
member.
Request
Responses
- 200
- 400
- 401
- 403
Channel Bookmark Sort Order update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions