interface PatchOrgsIDRequest {
    body: PatchOrganizationRequest;
    orgID: string;
}

Properties

Properties

The organization update to apply.

orgID: string

The ID of the organization to update.

MMNEPVFCICPMFPCPTTAAATR