🗃️ Updates schema and config docs (#456)

This commit is contained in:
Alicia Sykes
2022-01-28 23:25:47 +00:00
parent e6ba3243c3
commit 7cc4b26e34
2 changed files with 8 additions and 1 deletions

View File

@@ -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 @@
}
}
}
}
}