v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskBundles

Creates a copy of an existing task bundle.

<Check title="Required Permissions" icon="key">The user must be an admin or have task-manage-config:write permissions.</Check>

post/taskbundles/{taskBundleId}/copy

Path parameters

taskBundleIdstring uuid required

The id of the task bundle.

Headers

Authorizationstring required

Bearer authentication

Request body

projectTemplateIdstring uuid nullable

The id of the project template to add to the entity.

Response

OK

namestring nullable

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

descriptionstring nullable

The description of the task bundle.

iconstring nullable

The icon of the task bundle.

projectTemplateIdstring uuid nullable

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

idstring uuid

The id of the task bundle.

createdOnstring date-time

The date this task bundle was created.

createdBystring uuid

The id of the user who created this task bundle.

updatedOnstring date-time

The date this task bundle was last modified.

updatedBystring uuid

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

hasRelativeTasksboolean

True if any of the tasks in the bundle has relative dates.