Adds the task bundle to the entity with the specified id.

Adds the task bundle to the project with the specified id. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Headers

AuthorizationstringRequired

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

Request

The model to add the task bundle to the project.
taskBundleIdstring or nullOptionalformat: "uuid"
The id of the task bundle to add to the entity.
defaultTaskListIdForEmailsstring or nullOptionalformat: "uuid"
referenceDateTypeenum or nullOptional

(optional, default = TODAY) Defines the starting date from which the reference date is calculated. The reference date is the date from which the Start/DueOn date of a task is calculated, based on the ReferenceDateAnchor.

Allowed values:
referenceDateAnchorenum or nullOptional

(optional, default = START) Defines what the reference date represents for the schedule (start of first task or end of last task).

Allowed values:
customReferenceDatestring or nullOptionalformat: "date"

(optional) The custom reference date when ReferenceDateType is set to ‘custom’.

Response

No Content