Skip to main content
POST
/
v1
/
knowledge-base
/
manual-answers
Save or update a manual answer
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/manual-answers \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

The body is of type object.

Response

200

Manual answer saved