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