Updates the project milestone with the specified id.

PUT

The user needs ‘write’ permissions of feature ‘project-planning-data’ to get the data.

Required Permissions: Any authenticated user.

Path parameters

projectMilestoneIdstringRequired
The id of the project milestone.

Request

This endpoint expects an object.
namestringOptional
The name of the milestone.
colorstringOptional
The color of the milestone.
dueDatedatetimeOptional
The date the milestone is due.

Response

This endpoint returns an object
namestringOptional
The name of the milestone.
colorstringOptional
The color of the milestone.
dueDatedatetimeOptional
The date the milestone is due.
projectIdstringOptional
The id of the project the milestone is related to.
idstringOptional
projectobjectOptional
/// This class contains all information to handle projects.
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.