POST
/
cache
/
{name}
/
update
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const cache = await client.cache.update('name');

console.log(cache);
{}

Headers

authorization
string

Path Parameters

name
string
required

Response

200
application/json

Successful Response

The response is of type object.