validation-authorities
Create one validation authorities
Create one validation authorities
post/api/client-validators
Request body
Example request
{
"alwaysValid": true,
"badTtl": 123,
"description": "a string value",
"goodTtl": 123,
"headers": {
"key": "value"
},
"host": "a string value",
"id": "a string value",
"method": "a string value",
"name": "a string value",
"noCache": true,
"path": "a string value",
"timeout": 123,
"url": "a string value"
}Response
Successful operation
Example response
{
"alwaysValid": true,
"badTtl": 123,
"description": "a string value",
"goodTtl": 123,
"headers": {
"key": "value"
},
"host": "a string value",
"id": "a string value",
"method": "a string value",
"name": "a string value",
"noCache": true,
"path": "a string value",
"timeout": 123,
"url": "a string value"
}