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}); Copy
import {ApiKeys} from '@verdocs/js-sdk/Organizations';await ApiKeys.updateKey(ORGID, CLIENTID, {name: NEWNAME});
Update an API key to change its assigned Profile ID or Name.