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

    Request Examples

    Example Request

    PUT
    /me/status/id.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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