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..."
}
'{}Updates an existing text source identified by its UUID. Only sources of type “Text” can be updated through this endpoint.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.
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?