v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskBundles

Adds a task bundle to a project.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

post/projects/{projectId}/addtaskbundle

Path parameters

projectIdstring uuid required

The id of the project.

Headers

Authorizationstring required

Bearer authentication

Request body

taskBundleIdstring uuid nullable

The id of the task bundle to add to the entity.

defaultTaskListIdForEmailsstring uuid nullable
referenceDateType'today' | 'start' | 'end' | 'custom'

(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.

referenceDateAnchor'starts_on_reference_date' | 'ends_on_reference_date'

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

customReferenceDatestring date nullable

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

Response

No Content

object required