Updates the specified project milestone.
Updates the specified milestone in its project.
<Check title="Required Permissions" icon="key">The user must be the project creator or have `project-planning-data:write` permission for the project.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectMilestoneId
The id of the project milestone.
Request
The model containing milestone details.
name
The name of the milestone.
color
The color of the milestone.
dueDate
The date the milestone is due.
Response
OK
name
The name of the milestone.
color
The color of the milestone.
projectId
The id of the project the milestone is related to.
dueDate
The date the milestone is due.
id
project
/// This class contains all information to handle projects.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
Errors
400
Bad Request Error
404
Not Found Error

