v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBCache Configurations
Update a cache configuration
Updates a cache configuration.
put/v3/cache-configurations/{id}
Path parameters
idstring required
Unique Cache Configuration identifier
Request body
Example request
{
"label": "Test",
"conditions": {
"url_pattern": "^/forum",
"header_patterns": {
"Content-Type": "^text/html"
}
},
"cache": {
"origin": false,
"decision_points": false
}
}Response
OK