curl --request PATCH \
--url https://api.gospott.com/skills/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"colorHex": "<string>"
}
'Partially update a skill by ID.
curl --request PATCH \
--url https://api.gospott.com/skills/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"colorHex": "<string>"
}
'API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Skill updated successfully