PUT/me/status/id.json
Update my Status
This endpoint allows you to update a specfic status by passing in the ID.
Responses
- Code
 - 200
 - Type
 - object
 - Schema
 - Description
 - 200 Response
 
200 Response
application/json
{
  "userstatus": {
    "status": "Updated status message here",
    "notify": "no"
  }
}