API reference/Projects
Update a project
PATCH
/v1/orgs/{orgId}/projects/{id}
Send the fields to change and the
version you read.Authorization
bearerAuthorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Path
orgIdstringrequired
maxLength: 64idstringrequired
maxLength: 64Body
application/jsonversionintegerrequired
The version you read. If the project changed since, the update fails with project_version_conflict.
format: int64minimum: 1descriptionstring
maxLength: 2000namestring
maxLength: 100statusstring
one of: active, archivedResponses
errors: application/problem+json200
OK
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
422
Unprocessable Entity
500
Internal Server Error
Match errors on the problem's code, which stays the same, not on its message.