Updates the task list with the specified id.
To update a project task list, the user needs manage permissions on the project-planning-data feature. For a private task list no permissions are required.
Path parameters
The id of the project.
The id of the task list.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the list.
True if the task in this list will be not visible for external workspace users. False otherwise. If null, no change will be made.
Response
OK
The id of the task list.
Whether the task list has been archived.
The date this task list was created.
The id of the user who created this task list.
The date this task list was last modified.
The id of the user who last modified this task list.
The name of the list.
The order of the list.
True if the task in this list will be not visible for external workspace users. False otherwise.