Updates the task bundle with the specified id.

Updates the task bundle with the specified id. <Check title="Required Permissions">The user must be an admin or have `task-manage-config:write` permissions.</Check>

Path parameters

taskBundleIdstringRequiredformat: "uuid"
The id of the task bundle.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The model used to update the task bundle with the specified id.
namestring or nullOptional
The name of the task bundle. Required if its not related to a task bundle.
descriptionstring or nullOptional
The description of the task bundle.
iconstring or nullOptional
The icon of the task bundle.
projectTemplateIdstring or nullOptionalformat: "uuid"
The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.

Response

OK
namestring or null
The name of the task bundle. Required if its not related to a task bundle.
descriptionstring or null
The description of the task bundle.
iconstring or null
The icon of the task bundle.
projectTemplateIdstring or nullformat: "uuid"
The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.
idstring or nullformat: "uuid"
The id of the task bundle.
createdOnstring or nullformat: "date-time"
The date this task bundle was created.
createdBystring or nullformat: "uuid"
The id of the user who created this task bundle.
updatedOnstring or nullformat: "date-time"
The date this task bundle was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this task bundle.
taskListslist of objects or null
The list templates within this task bundle.
taskslist of objects or null
The task templates within this task bundle.
hasRelativeTasksboolean or null
True if any of the tasks in the bundle has relative dates.