Set a post reminder
POST/api/v4/users/:user_id/posts/:post_id/reminder
Set a reminder for the user for the post.
Permissions
Must have read_channel permission for the channel the post is in.
Minimum server version: 7.2
Request
Responses
- 200
- 400
- 401
- 403
- 404
Reminder set successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found