- Sync
- Async
Parameters
document_id(str): ID of the document to updatemetadata(Dict[str, Any]): Metadata to update
Typed Metadata
You can supply Pythondatetime, date, Decimal, and numeric types in metadata. The SDK serializes them with the correct metadata_types, so subsequent filters can leverage the operators from the Metadata Filtering guide.
Returns
Document: Updated document metadata
Examples
- Sync
- Async

