Skip to main content
PUT
/
v1
/
config
/
skills
cURL
curl --request PUT \
  --url http://localhost:2468/v1/config/skills \
  --header 'Content-Type: application/json' \
  --data '
{
  "sources": [
    {
      "source": "<string>",
      "type": "<string>",
      "ref": "<string>",
      "skills": [
        "<string>"
      ],
      "subpath": "<string>"
    }
  ]
}
'

Query Parameters

directory
string
required

Target directory

skillName
string
required

Skill entry name

Body

application/json
sources
object[]
required

Response

204

Stored