rename_org
Update or clear an organization's display label. Owner authentication and step-up verification required.
Instructions
Set or clear an organization's display label (PATCH /orgs/v1/:org_id). Owner-only + step-up gated. Pass display_name: null (or "") to clear. Params: org_id, display_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | The org id to rename. | |
| display_name | Yes | New label. Pass `null` or an empty string to clear the label. Owner-only + step-up gated. |