validation-authorities
Update one validation authorities by id
Update one validation authorities by id
put/api/client-validators/{id}
Path parameters
idstring required
The validation authorities id
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"
}