Request
Path parameters
Body
At least one of
tenant_metadata or additional_metadata is required.
Behavior
- The update is a merge/upsert:
- keys present in the request are inserted or overwritten
- keys omitted from the request are preserved
- The source must already exist. This endpoint does not create sources.
- The endpoint edits one source at a time. Bulk metadata edits are not supported.
- Updated metadata is visible to
/querymetadata filters and/context/listfilters. - If an edited tenant metadata field has
enable_dense_embeddingorenable_sparse_embedding, HydraDB synchronously refreshes the relevant Milvus metadata search lane. - If the edited fields are
enable_match-only, the edit remains MongoDB-only andmilvus_sync_requiredisfalse.