PUT /api/v2/task_lists/{task_list_id}
Updates the name or description of a custom task list. Only custom task lists (those without a template) can be updated.
Allowed For
- Agents
Servers
- https://{subdomain}.{domain}.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
task_list_id |
String | Yes |
The id of the task list |
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 |
Object | No | |
task_list.name |
String | No |
The name of the task list |
task_list.description |
String | No |
The description of the task list |
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.