Skip to main content
PUT
Update project status

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

Project ID

Body

application/json

Project status

isBlocked
boolean
required

Whether or not the project is blocked. If true, it has precedence over the status

status
enum<string>
required

The project status

Available options:
active,
complete
blockedReason
string

The reason the project is blocked

completedMessage
string

The completed project message

Response

Success

metadata
object
required
status
object
required
Last modified on June 26, 2026