Creates a new project status for a project.

POST

Creates a new project status.

Path parameters

projectIdstringRequired

The id of the project.

Request

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

The name of the project status.

typestringRequired>=0 characters<=25 characters

Specifies the general type of this project status. Accepted values: ‘progress’, ‘not-started’, ‘closed’, ‘stuck

Response

OK

idstringOptionalformat: "uuid"

The primary identifier of this project status.

namestringOptional

The name of the project status.

typestringOptional

The general type of this project status.

orderintegerOptional

The order of this status.

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.

projectTemplateIdstringOptionalformat: "uuid"

The id of the project template of the status.

projectIdstringOptionalformat: "uuid"

The id of the project the status belongs to.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this entity.

Built with