curl --request PATCH \
--url https://api.getfernand.com/organization/rag/sources/texts/{uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"text": "This is updated information about our product features..."
}
'{}curl --request PATCH \
--url https://api.getfernand.com/organization/rag/sources/texts/{uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"text": "This is updated information about our product features..."
}
'{}UUID of the text source to update.
Updated text content.
50000"This is updated information about our product features..."
Text source queued for update.
The response is of type object.
Was this page helpful?