Type Alias UpdateOrganizationReqPayload

UpdateOrganizationReqPayload: {
    name?: string | null;
    partner_configuration?: unknown;
}

Type declaration

  • Optionalname?: string | null

    The new name of the organization. If not provided, the name will not be updated.

  • Optionalpartner_configuration?: unknown

    New details for the partnership configuration. If not provided, the partnership configuration will not be updated.