• Update an API key to change its assigned Profile ID or Name.

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

    await ApiKeys.updateKey(ORGID, CLIENTID, {name: NEWNAME});

    Parameters

    Returns Promise<IApiKey>