PUT/me/status/id.json

Update my Status

This endpoint allows you to update a specfic status by passing in the ID.


Body Params

    • Name
      userStatus
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "userstatus": {
        "status": "Updated status message here",
        "notify": "no"
      }
    }