Skip to main content
POST
/
api
/
skills
/
sync
Sync Skills
curl --request POST \
  --url https://api.example.com/api/skills/sync
{
  "status": "success",
  "message": "<string>"
}

Response

200 - application/json

Successful Response

Response from skill sync operation.

status
enum<string>
required
Available options:
success,
error
message
string
required