PUT
/
api
/
aibot
/
data-source
/
qa
curl --request PUT \
  --url https://app.livechatai.com/api/aibot/data-source/qa \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "q****************9ab2",
  "question": "What is the largest planet in our solar system?",
  "answer": "The largest planet in our solar system is Jupiter.",
  "chatbotId": "c****************1cx4"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Q&A data-source update details

The body is of type object.

Response

200

Q&A data-source updated successfully