Updates an existing project status.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectStatusIdstringRequiredformat: "uuid"
The id of the project status.

Request

The model to update the project status.
namestringRequired0-255 characters
The name of the project status.
typestringRequired0-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.
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.
createdOnstringOptionalformat: "date-time"
The date this entity was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this entity.
updatedOnstringOptionalformat: "date-time"
The date this entity was last modified.
projectTemplateIdstring or nullOptionalformat: "uuid"
The id of the project template of the status.
projectIdstring or nullOptionalformat: "uuid"
The id of the project the status belongs to.
workflowIdstring or nullOptionalformat: "uuid"
The id of the workflow linked to this project status.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this entity.
isExternalbooleanOptional

True if the project status is coming from an external workspace (awork Connect).

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error