Project
Update a project
Update an existing project's fields (project owner only).
patch/projects/{project_id}
Path parameters
project_idinteger required
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Customer Support Bot",
"description": "Internal assistant for the support team."
}Response
Successful Response
Example response
{
"id": 1,
"tenant_id": 1,
"created_at": "2026-06-23T12:00:00Z",
"creator_user_id": 1,
"name": "Marketing Campaign",
"description": "Project for Q3 marketing assets"
}