Project
Update project
Update the project by its ID.
patch/v1/projects/{id}
Request body
Example request
{
"key": "ENG",
"name": "Engineering Project",
"description": "Main engineering project",
"logo": "https://example.com/logo.png",
"status": "active"
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"key": "ENG",
"name": "Engineering Project",
"description": "Main engineering project",
"logo": "https://example.com/logo.png",
"status": "active",
"teams": [
"9bsv0s46s6s002p9ltq0"
],
"document_count": 4,
"issue_count": 12
}