Update a task template
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The task template uuid.
Body
The name of the task template. Max 255 characters.
The ID (uuid) of the task category to assign to this task template. Must reference a standard type task category.
The budget hours for the task template.
Notes for the task template. Max 5,000 characters.
Whether the task template is billable.
The IDs of the task tags to associate with this task template.
Response
200
The unique identifier for the object.
The name of the task template.
The budget hours of the task template.
Notes for the task template.
Whether the task template is billable.
The timestamp when the object was created.
The tags associated with the task template.
The task category associated with this task template.