Create template
|
POST api/2.0/project/template
|
Creates a new template
|
Delete template
|
DELETE api/2.0/project/template/{id}
|
Deletes the template with the ID specified in the request from the portal
|
Template by ID
|
GET api/2.0/project/template/{id}
|
Returns the detailed information about the template with ID specified in the request
|
Templates
|
GET api/2.0/project/template
|
Returns the list of all the templates with base information about them
|
Update template
|
PUT api/2.0/project/template/{id}
|
Updates the existing template information
|