UpdateOrganizationBody
Request body for updating an Organization.
Definition
TypeScript
interface UpdateOrganizationBody {
name?: string | undefined;
handle?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
name | string | undefined | optional — New name |
handle | string | undefined | optional — New handle |