Skip to main content
PATCH
/
projects
/
{project_id}
{
  "success": true,
  "project": {
    "id": "abc123",
    "title": "My Project",
    "avatar": "https://ui-avatars.com/api/?name=A",
    "created_at": "2025-01-28T15:49:48.062Z",
    "updated_at": "2025-02-28T14:37:42.441Z",
    "archive": null,
    "private": false
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Query Parameters

title
string

Response

200 - application/json

Successful response

success
boolean
Example:

true

project
object