Clear all cached responses for a specific path (all methods)
The KOS model instance
The API path constant
// Clear all cached responses for this endpointclearPath(this, PATH_INGREDIENTS);// Clears GET, POST, PUT, DELETE responses for this path Copy
// Clear all cached responses for this endpointclearPath(this, PATH_INGREDIENTS);// Clears GET, POST, PUT, DELETE responses for this path
Clear all cached responses for a specific path (all methods)