🗃️ Updates schema and config docs (#456)
This commit is contained in:
parent
e6ba3243c3
commit
7cc4b26e34
2 changed files with 8 additions and 1 deletions
|
|
@ -758,6 +758,12 @@
|
|||
"default": false,
|
||||
"description": "Allows for running status checks on insecure content/ non-HTTPS apps. Prevents checks failing for non-SSL sites"
|
||||
},
|
||||
"statusCheckAcceptCodes": {
|
||||
"title": "Accepted HTTP Status Codes",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "If your service's response code is anything other than 2xx, then you can opt to specify an alternative success code"
|
||||
},
|
||||
"color": {
|
||||
"title": "Custom Color",
|
||||
"type": "string",
|
||||
|
|
@ -796,4 +802,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue