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"
}