Skip to main content
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

Successful Response

{key}
boolean
I