Deprecated

PATCH/projects/{id}

Deprecated: use PATCH /org/projects/{id} instead. This route will be removed on 2026-11-24.

Update a project's name or status.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Project ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/projects/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "name": "string",  "status": "active",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}