Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 465 Bytes

File metadata and controls

29 lines (23 loc) · 465 Bytes
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);