API Reference
Add Docs To Cache
Manually add documents to an existing cache.
Args: name: Name of the target cache. docs: List of document IDs to insert. auth: Authentication context used for authorization.
Returns: A dictionary indicating whether the documents were queued for addition.
POST
Headers
Path Parameters
Body
application/json · string[]
The body is of type string[]
.
Response
200
application/json
Successful Response
The response is of type object
.