Updates a milestone template for the given project template.

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

Path parameters

projectTemplateIdUUIDRequired

The id of the project template.

milestoneIdUUIDRequired

The id of the milestone template.

Headers

AuthorizationstringRequired

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

Query parameters

NamestringOptional>=0 characters<=255 characters

The name of the milestone.

ColorstringOptional>=0 characters<=14 characters

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

OK

namestring or nullOptional>=0 characters<=255 characters

The name of the milestone.

colorstring or nullOptional>=0 characters<=14 characters

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.

idUUIDOptional
projectTemplateIdUUIDOptional
createdOndatetimeOptional

The date this entity was created.

createdByUUIDOptional

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedByUUIDOptional

The id of the user who last modified this entity.