Documents
Update Document Text
Update a document with new text content using the specified strategy.
Args: document_id: ID of the document to update request: Text content and metadata for the update update_strategy: Strategy for updating the document (default: 'add') auth: Authentication context
Returns: Document: Updated document metadata
post/documents/{document_id}/update_text
Path parameters
document_idstring required
Query parameters
update_strategystring
Headers
authorizationstring
Request body
Response
Successful Response