v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBCache Configurations
Create a cache configuration
Creates a Cache Configuration.
post/v3/cache-configurations
Request body
Example request
{
"label": "Test",
"conditions": {
"url_pattern": "^/forum",
"header_patterns": {
"Content-Type": "^text/html"
}
},
"cache": {
"origin": false,
"decision_points": false
}
}Response
Created