Update channel bookmark
PATCH/api/v4/channels/:channel_id/bookmarks/:bookmark_id
Partially update a channel bookmark by providing only the fields you want to update. Ommited fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
Minimum server version: 9.5
Permissions
Must have the edit_bookmark_public_channel or
edit_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
- 404
Channel Bookmark update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found