Update Skillset
Update skillset
post
/v1/skillset/{skillsetId}/update
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
skillsetIdstring* Required
Request Body * Required
Request Body Schema: application/json
namestring
The new name for the skillset
descriptionstring
The new description for the skillset
visibilitystring
The skillset visibility
metaobject
Meta data information
curl -X POST "https://api.chatbotkit.com/v1/skillset/{skillsetId}/update" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \
-H "Content-Type: application/json" \
--data-binary @- << EOF {"name":"string","description":"string","visibility":"string",} EOF"meta":"object"
{"id":"string"}
The skillset was updated successfully