Archives or unarchives the project status with the specified id.

POST
Archives or unarchives the project status with the specified id. An archived project status still exists for all projects currently using it, but projects can no longer be moved to this status.

Path parameters

projectStatusIdstringRequired
The id of the status which will be changed.

Request

This endpoint expects an object.
isArchivedbooleanRequired
Flags the entity as archived.

Response

This endpoint returns an object
idstringOptional
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.
createdBystringOptional
The id of the user who created this entity.
updatedOndatetimeOptional
The date this entity was last modified.
projectTemplateIdstringOptional
The id of the project template of the status.
projectIdstringOptional
The id of the project the status belongs to.
updatedBystringOptional
The id of the user who last modified this entity.