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>"
}
]
}
'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>"
}
]
}
'