Sazabi
APIOrganizations

Update an organization

PATCH
/organizations/{organizationId}

Update one organization.

Path Parameters

organizationId*string

Organization ID to update. SDK and CLI callers can auto-fill this before dispatch.

Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/organizations/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "organization": {    "id": "string",    "name": "string",    "slug": "string",    "logo": "string"  }}