Create a cache configuration

Creates a Cache Configuration.

Request
Request Body schema: application/json
label
string
object
object
Responses
201

Created

400

Bad Request

post/v3/cache-configurations
Request samples
application/json
{
  • "label": "Test",
  • "conditions": {
    },
  • "cache": {
    }
}