PUT /api/v2/task_list_templates/{task_list_template_id}
Creates, modifies, or deletes tasks in a task list template. Only the tasks included in the task_list_template object in the request are updated. Tasks that aren't specified in the request are unchanged.
Allowed For
- Admins
Servers
- https://{subdomain}.{domain}.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
task_list_template_id |
String | Yes |
The id of the task list template |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
task_list_template |
Object | Yes | |
task_list_template.name |
String | No |
The new name of the task list template |
task_list_template.tasks[] |
Array | No |
Tasks to create, update, or delete for the template |
task_list_template.description |
String | No |
The new description of the task list template |
task_list_template.is_active |
Boolean | No |
The new active status of the task list template |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.