Updates a milestone template for the given project template.

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

Path parameters

projectTemplateIdstringRequired
The id of the project template.
milestoneIdstringRequired
The id of the milestone template.

Query parameters

NamestringOptional
The name of the milestone.
ColorstringOptional
The color of the milestone.
RelativeDueDatelongOptional
Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.

Response

This endpoint returns an object
namestringOptional
The name of the milestone.
colorstringOptional
The color of the milestone.
relativeDueDatelongOptional
Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.
idstringOptional
projectTemplateIdstringOptional
createdOndatetimeOptional
The date this entity was created.
createdBystringOptional
The id of the user who created this entity.
updatedOndatetimeOptional
The date this entity was last modified.
updatedBystringOptional
The id of the user who last modified this entity.