Sazabi
APIProjects

Update a project

PATCH
/projects/{projectId}

Update (rename) one project by ID. User credentials require the settings:write organization permission (admin or owner role).

Path Parameters

projectId*string

Project ID to update.

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "project": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "organizationId": "string",    "name": "string",    "region": "us-east-1"  }}