Skip to main content
POST
/
api
/
skills
/
reload
Reload Skills
curl --request POST \
  --url https://api.example.com/api/skills/reload \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Skills reload response

message
string
required

Status message

count
integer
required

Number of skills loaded