Updates the project status with the specified id.

PUT

Updates the project status with the specified id.

Path parameters

projectStatusIdUUIDRequired

The id of the project status.

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

idUUIDOptional

The primary identifier of this project status.

namestring or nullOptional

The name of the project status.

typestring or nullOptional

The general type of this project status.

orderinteger or nullOptional

The order of this status.

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.

projectTemplateIdUUID or nullOptional

The id of the project template of the status.

projectIdUUID or nullOptional

The id of the project the status belongs to.

updatedByUUIDOptional

The id of the user who last modified this entity.

Built with