Adds a task bundle to a project.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
Request
The add Task Bundle form payload.
taskBundleId
The id of the task bundle to add to the entity.
defaultTaskListIdForEmails
referenceDateType
(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:
referenceDateAnchor
(optional, default = START) Defines what the reference date represents for the schedule (start of first task or end of last task).
Allowed values:
customReferenceDate
(optional) The custom reference date when ReferenceDateType is set to ‘custom’.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

