Creates a new project milestone.

POST

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

Required Permissions: Any authenticated user.

Request

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

The name of the milestone.

colorstringOptional>=0 characters<=14 characters

The color of the milestone.

dueDatedatetimeOptional

The date the milestone is due.

projectIdstringOptionalformat: "uuid"

The id of the project the milestone is related to.

Response

OK

namestringOptional>=0 characters<=255 characters

The name of the milestone.

colorstringOptional>=0 characters<=14 characters

The color of the milestone.

dueDatedatetimeOptional

The date the milestone is due.

projectIdstringOptionalformat: "uuid"

The id of the project the milestone is related to.

idstringOptionalformat: "uuid"
projectobjectOptional

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

createdOndatetimeOptional

The date this entity was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this entity.

Built with