Updates the project with the specified id.
Updates the project with the specified id. Special handling for retainer projects: If the project has at least one Retainer, the IsRetainer flag is automatically set to true. For retainer projects, the TimeBudget cannot be set. Instead the TimeBudget is the sum of all retainer budgets.
write
permissions of the feature project-master-data
.Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the Project. Max allowed length: 1000 characters.
The project description. Max allowed length: 25000 characters.
Whether to deduct non-billable hours from project budgets.
Response
The name of the Project. Max allowed length: 1000 characters.
The project description. Max allowed length: 25000 characters.
Whether to deduct non-billable hours from project budgets.
The total planned duration of the project with hierarchy, in seconds. Calculated based on the planned durations of tasks and task lists of the project. Sum of Sum(TotalPlannedDurationWithHierarchy of all task lists) and Sum(TotalPlannedDurationWithHierarchy of all parent tasks without list)
True if this entity is coming from an external workspace (awork Connect).