POST/projects/{projectId}/update.json

Create a Project Update

To add a project update via the api, call this endpoint and pass in the update and health in the body of the request.

Checkout our Teamwork.com code sample repo on GitHub for an Update project health code sample


Path Params

  • Name
    projectId
    Type
    string
    required
    Description

Body Params

    • Name
      update
      Type
      object
    • Name
      notifyIds
      Type
      string

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "updateId": "310",
      "STATUS": "OK"
    }