curl --request PATCH \
--url https://api.getfernand.com/organization/rag/sources/questions/{message_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"questions": [
"How do I reset my password?"
],
"answer": "To reset your password..."
}
'{}curl --request PATCH \
--url https://api.getfernand.com/organization/rag/sources/questions/{message_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"questions": [
"How do I reset my password?"
],
"answer": "To reset your password..."
}
'{}ID of the message to update.
Q&A source queued for update.
The response is of type object.
Was this page helpful?