Headers
Path Parameters
Response
Successful Response
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const cache = await client.cache.update('name');
console.log(cache);{}Refresh an existing cache with newly available documents.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const cache = await client.cache.update('name');
console.log(cache);{}Successful Response
Was this page helpful?