Mark a thread that user is following as unread based on a post id
POST/api/v4/users/:user_id/teams/:team_id/threads/:thread_id/set_unread/:post_id
Mark a thread that user is following as unread
Minimum server version: 6.7
Permissions
Must have read_channel permission for the channel the thread 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 thread for himself.
Request
Responses
- 200
- 400
- 401
- 404
User's thread update successful
Invalid or missing parameters in URL or request body
No access token provided
Resource not found