Creates a new project milestone.

<Check title="Required Permissions">Any authenticated user.</Check>

Request

The model to create a project milestone.
namestringRequired>=0 characters<=255 characters
The name of the milestone.
colorstringRequired>=0 characters<=14 characters
The color of the milestone.
dueDatestringRequiredformat: "date-time"
The date the milestone is due.
projectIdstringRequiredformat: "uuid"
The id of the project the milestone is related to.

Response

OK
namestring>=0 characters<=255 characters
The name of the milestone.
colorstring>=0 characters<=14 characters
The color of the milestone.
dueDatestringformat: "date-time"
The date the milestone is due.
projectIdstringformat: "uuid"
The id of the project the milestone is related to.
idstring or nullformat: "uuid"
projectobject or null

/// This class contains all information to handle projects.

createdOnstring or nullformat: "date-time"
The date this entity was created.
createdBystring or nullformat: "uuid"
The id of the user who created this entity.
updatedOnstring or nullformat: "date-time"
The date this entity was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this entity.