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..."
}
'{}Updates an existing Q&A source that was created from a conversation message. If the source doesn’t exist yet, it will be created. This allows editing auto-generated Q&A pairs.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the message to update.
Q&A source queued for update.
The response is of type object.
Was this page helpful?