Update Dataset Record
Update a dataset record
post
/v1/dataset/{datasetId}/record/{recordId}/update
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
datasetIdstring* Required
recordIdstring* Required
Request Body * Required
Request Body Schema: application/json
textstring
The text to update the record with
metaobject
Meta data information
curl -X POST "https://api.chatbotkit.com/v1/dataset/{datasetId}/record/{recordId}/update" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \
-H "Content-Type: application/json" \
--data-binary @- << EOF {"text":"string",} EOF"meta":"object"
{"id":"string"}
The record was updated successfully