Update project
Update a project name or description for an Enterprise workspace. All body fields are optional, but at least one field must be supplied. All workspace members except viewers may write; PATs require the write scope.
Path parameters
id
Project UUID
Headers
Authorization
Bearer {access_token}
X-Workspace-Id
Workspace UUID
Request
At least one of name or description must be supplied
description
New project description; null clears the description.
name
Leading and trailing whitespace is trimmed; the trimmed name must contain 1-100 Unicode characters.
Response
data: updated project
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error