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