AddDocumentsRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/AddDocumentsRequestBody.jsondocumentUuidsstring[]nullablerequired
RAG document UUIDs to add
AddDocumentsRequestBody
{
"$schema": "https://example.com/schemas/AddDocumentsRequestBody.json",
"documentUuids": "Unknown Type: array,null"
}