UpdateOrganizationBody

Request body for updating an Organization.

Definition

TypeScript
interface UpdateOrganizationBody {
  name?: string | undefined;
  handle?: string | undefined;
}

Fields

FieldTypeNotes
namestring | undefinedoptional — New name
handlestring | undefinedoptional — New handle