Update user custom status
PUT/api/v4/users/:user_id/status/custom
Updates a user's custom status by setting the value in the user's props and updates the user. Also save the given custom status to the recent custom statuses in the user's props
Permissions
Must be logged in as the user whose custom status is being updated.
Request
Responses
- 200
- 400
- 401
User custom status update successful
Invalid or missing parameters in URL or request body
No access token provided