Updates the project template with the specified id.

PUT

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

projectTemplateIdstringRequired

The id of the project template.

Request

This endpoint expects an object.
namestringOptional>=0 characters<=255 characters

Name of the project template.

descriptionstringOptional>=0 characters<=25000 characters

Description of the project template.

isBillableByDefaultstringOptional

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

defaultTaskListIdForEmailsstringOptionalformat: "uuid"
projectTypeIdstringOptionalformat: "uuid"

Project type id of the project template.

timeBudgetintegerOptional

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

idstringOptionalformat: "uuid"

The id of the template.

namestringOptional

The name of the template.

descriptionstringOptional

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.

createdOndatetimeOptional

The date this entity was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this entity.

isBillableByDefaultstringOptional

Whether project times should be billable by default, if the project was created by this template. Can be ‘on’, ‘off’, or ‘auto’.

defaultTaskListIdForEmailsstringOptionalformat: "uuid"

The id references the task list, which is used to assign tasks created by email to.

projectStatuseslist of objectsOptional

The project statuses of the template.

hasImagebooleanOptional

Whether the project template has an image in the files service.

projectTypeIdstringOptionalformat: "uuid"

The id of the project type.

timeBudgetintegerOptional

The amount of time budgeted for the project in seconds.

Built with