latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Projects
Update a project by ID or name
Update a project's name or status.
patch/org/projects/{id_or_name}
Path parameters
id_or_namestring required
Project ID or name
Request body
Response
Project updated
Example response
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}