An object that contains updated organization properties to apply.

interface PatchOrganizationRequest {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string

The description of the organization.

name?: string

The name of the organization.

MMNEPVFCICPMFPCPTTAAATR