• Create or update white-label data. The caller's organization ID will be used as the key for the operation.

    import {Whitelabel} from '@verdocs/js-sdk/Organizations';

    await Whitelabel.setWhitelabel({ logo: '/path/to/logo.png' });

    Parameters

    Returns Promise<any>