APIOrganizations
Update an organization
Update one organization.
Path Parameters
organizationId*string
Organization ID to update. SDK and CLI callers can auto-fill this before dispatch.
Length
1 <= lengthRequest 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" }}