Overwrite Chunk Metadata
Overwrite the custom metadata object attached to a chunk.
Path parameters
collection_name
chunk_id
Request
This endpoint expects an object.
custom_metadata
The custom metadata object. Keys that Captain uses for its own chunk attributes are reserved and rejected with 400.
metadataDeprecated
Deprecated alias for custom_metadata.
Response
Overwrite Chunk Metadata response.
chunk_id
custom_metadata
The stored custom metadata object.
updated_at
filterable
True when the metadata also reached the search index, so query filters can match it. False when the metadata is stored but filters may not match it yet.
metadataDeprecated
Deprecated alias for custom_metadata; carries the same object.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error