| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const webAccount = {
webUrl: 'https://github.com/innocenty.popov'
};
await client.api('/me/profile/webAccounts/{id}')
.version('beta')
.update(webAccount);