Updates an existing project template with new values and configuration.

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

Authentication

AuthorizationBearer

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

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.

Request

The model to update the project template.
namestring or nullOptional0-255 characters
Name of the project template.
descriptionstring or nullOptional0-25000 characters
Description of the project template.
isBillableByDefaultstring or nullOptional

Whether the project should be billable by default. Can be ‘on’, ‘off’, or ‘auto’. Default is auto.

defaultTaskListIdForEmailsstring or nullOptionalformat: "uuid"
copyImageToProjectOnCreationbooleanOptional
Whether the template image should be copied to the project during project creation. If the template has no image, no image is copied. No image is copied from the client.
projectTypeIdstring or nullOptionalformat: "uuid"
Project type id of the project template.
timeBudgetinteger or nullOptional
The amount of time budgeted for the project in seconds. If null, the time budget will be unchanged. Set to 0 to remove the time budget.

Response

OK
idstringformat: "uuid"
The id of the template.
namestring or null
The name of the template.
descriptionstring or null
The description that will be used for the project created from this template. It will be appended to the project description provided by the user.
createdOndatetime
The date this entity was created.
createdBystringformat: "uuid"
The id of the user who created this entity.
updatedOndatetime
The date this entity was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this entity.
isBillableByDefaultstring or null
Whether project times should be billable by default, if the project was created by this template. Can be 'on', 'off', or 'auto'.
defaultTaskListIdForEmailsstring or nullformat: "uuid"
The id references the task list, which is used to assign tasks created by email to.
projectStatuseslist of objects or null
The project statuses of the template.
hasImageboolean
Whether the project template has an image in the files service.
copyImageToProjectOnCreationboolean
Whether the template image should be copied to the project during project creation. If the template has no image, no image is copied. No image is copied from the client.
projectTypeIdstring or nullformat: "uuid"
The id of the project type.
workflowIdstring or nullformat: "uuid"
The id of the workflow linked to this template.
timeBudgetinteger
The amount of time budgeted for the project in seconds.
hasRelativeTasksboolean
True if any of the tasks of the template has relative dates.

Errors

400
Bad Request Error
404
Not Found Error