Mark as unread from a post.
POST/api/v4/users/:user_id/posts/:post_id/set_unread
Mark a channel as being unread from a given post.
Permissions
Must have read_channel permission for the channel the post is in or if the channel is public, have the read_public_channels permission for the team.
Must have edit_other_users permission if the user is not the one marking the post for himself.
Minimum server version: 5.18
Request
Responses
- 200
- 400
- 401
- 403
- 404
Post marked as unread successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found