API docs: Fix formatting bug (#45436)
This commit is contained in:
@@ -33,7 +33,7 @@ Automations for [software](https://fleetdm.com/guides/automatic-software-install
|
||||
|
||||
For webhooks and tickets, automations are only triggered when a policy is newly failing. A policy is "newly failing" if a host updated its response from no response to "fail" or from "pass" to "fail."
|
||||
|
||||
Fleet checks whether to trigger webhooks or tickets once per day by default.
|
||||
Fleet checks whether to trigger webhooks or tickets once per day by default ([configurable](https://fleetdm.com/docs/rest-api/rest-api#webhook-settings)).
|
||||
|
||||
For webhooks, if a policy is newly failing on more than one host during the same period, a separate webhook request is triggered for each host by default.
|
||||
|
||||
|
||||
@@ -2307,7 +2307,7 @@ _Available in Fleet Premium._
|
||||
|
||||
| Name | Type | Description |
|
||||
| --------------------- | ----- | ---------------------------------------------------------------------------------------------- |
|
||||
| interval | | string | How often policy webhooks/tickets and host status webhooks are triggered, formatted as number + unit of measurement (e.g. `"90m"`). Can be specified in seconds (`"s"`), minutes (`"m"`), or hours (`"h"`). (Default: `"24h"`) |
|
||||
| interval | string | How often policy webhooks/tickets and host status webhooks are triggered, formatted as number + unit of measurement (e.g. `"90m"`). Can be specified in seconds (`"s"`), minutes (`"m"`), or hours (`"h"`). (Default: `"24h"`) |
|
||||
| host_status_webhook | array | See [`webhook_settings.host_status_webhook`](#webhook-settings-host-status-webhook). |
|
||||
| failing_policies_webhook | array | See [`webhook_settings.failing_policies_webhook`](#webhook-settings-failing-policies-webhook). |
|
||||
| vulnerabilities_webhook | array | See [`webhook_settings.vulnerabilities_webhook`](#webhook-settings-vulnerabilities-webhook). |
|
||||
|
||||
Reference in New Issue
Block a user