Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden
422 Unprocessable Project Template
404 Template Not Found.

Examples

PUT /api/project_templates/59c241f9a83dc1219d4f4e70
{
  "template": {
    "name": "agidaM"
  }
}
204

Params

Param name Description
id
required

Template ID.

Validations:

  • Must be a String

template
optional

Project template parameter container

Validations:

  • Must be an Array of nested elements

template[name]
optional

Template name

Validations:

  • Must be a String