Skip to main content
PUT
/
api
/
user-skills
Replace User Skills
curl --request PUT \
  --url https://api.example.com/api/user-skills \
  --header 'Content-Type: application/json' \
  --data '
{
  "skills": [
    "<string>"
  ],
  "source": "linkedin"
}
'
{
  "count": 123
}

Body

application/json
skills
string[]
required
source
string
default:linkedin

Response

Successful Response

count
integer
required