Creates a new project milestone.

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

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired>=0 characters<=255 characters

The name of the milestone.

colorstringRequired>=0 characters<=14 characters

The color of the milestone.

dueDatedatetimeRequired

The date the milestone is due.

projectIdUUIDRequired

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.

dueDatedatetime

The date the milestone is due.

projectIdUUID

The id of the project the milestone is related to.

idUUIDOptional
projectobjectOptional

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

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.