PUT/projects/{TemplateID}.json#merge

Update a specific Project Template

To get Project Templates, please see v2 of the API. Update a specific template using the ID in the URL.

Path Params

  • Name
    TemplateID
    Type
    string
    required
    Description

Body Params

    • Name
      project
      Type
      object

    Request Examples

    Example Request

    PUT
    /projects/{TemplateID}.json#merge
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    Example

    {
      "STATUS": "string"
    }