Updates the project template with the specified id.

Updates the project template with the specified id.

Required Permissions
The user must be an admin or have project-manage-config:write permissions.

Path parameters

projectTemplateIdUUIDRequired
The id of the project template.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestring or nullOptional>=0 characters<=255 characters
Name of the project template.
descriptionstring or nullOptional>=0 characters<=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.

defaultTaskListIdForEmailsUUID or nullOptional
projectTypeIdUUID or nullOptional
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
idUUID or null
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 or null
The date this entity was created.
createdByUUID or null
The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedByUUID or null
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'.
defaultTaskListIdForEmailsUUID or null
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 or null
Whether the project template has an image in the files service.
projectTypeIdUUID or null
The id of the project type.
timeBudgetinteger or null
The amount of time budgeted for the project in seconds.
hasRelativeTasksboolean or null
True if any of the tasks of the template has relative dates.