curl --request PUT \
--url https://api.example.com/api/user-skills \
--header 'Content-Type: application/json' \
--data '
{
"skills": [
"<string>"
],
"source": "linkedin"
}
'{
"count": 123
}Replace all declared skills for a source.
curl --request PUT \
--url https://api.example.com/api/user-skills \
--header 'Content-Type: application/json' \
--data '
{
"skills": [
"<string>"
],
"source": "linkedin"
}
'{
"count": 123
}