| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const skillProficiency = {
categories: [
'Professional'
],
allowedAudiences: 'organization',
displayName: 'API Design',
proficiency: 'generalProfessional',
collaborationTags: [
'ableToMentor'
]
};
await client.api('/me/profile/skills')
.version('beta')
.post(skillProficiency);