POST/projects/template.json

Create a Project Template

To get Project Templates, please see v2 of our API. Creating a project template by passing in a json payload 'project' and the required parameters.


Body Params

    • Name
      project
      Type
      object

    Request Examples

    Example Request

    POST
    /projects/template.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/tags.json

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    Example

    {
      "STATUS": "string"
    }