Archives or unarchives the task list with the specified id.
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
Request
The operation for tasks which are not yet done. The operation is required if you set a list to archived. Can be: task-to-done: Set tasks to ‘Done’ or the first status of type ‘done’. task-remove: Remove tasks from this task list. task-move: Move tasks to another list. task-delete: Deletes the non done tasks.
The id of the task list where all non done tasks should moved to. Only necessary if TaskOperation is set to ‘task-move’.
Set to true to delete also the related time trackings of all non done tasks. Only necessary if TaskOperation is set to ‘task-delete’.