Updates the task bundle with the specified id.

PUT

Updates the task bundle with the specified id.

Required Permissions: The user must be an admin or have task-manage-config:write permissions.

Path parameters

taskBundleIdstringRequired

The id of the task bundle.

Request

This endpoint expects an object.
namestringOptional

The name of the task bundle. Required if its not related to a task bundle.

descriptionstringOptional

The description of the task bundle.

iconstringOptional

The icon of the task bundle.

projectTemplateIdstringOptional

The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.

Response

OK

namestringOptional

The name of the task bundle. Required if its not related to a task bundle.

descriptionstringOptional

The description of the task bundle.

iconstringOptional

The icon of the task bundle.

projectTemplateIdstringOptional

The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.

idstringOptional

The id of the task bundle.

createdOndatetimeOptional

The date this task bundle was created.

createdBystringOptional

The id of the user who created this task bundle.

updatedOndatetimeOptional

The date this task bundle was last modified.

updatedBystringOptional

The id of the user who last modified this task bundle.

taskListslist of objectsOptional

The list templates within this task bundle.

taskslist of objectsOptional

The task templates within this task bundle.