From 71f156733c59d82203e8afbae28e2c382df81494 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 14 May 2026 15:01:30 -0400 Subject: [PATCH] API docs: Fix formatting bug (#45436) --- articles/automations.md | 2 +- docs/REST API/rest-api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/automations.md b/articles/automations.md index 879cc727bb..982ce7e81f 100644 --- a/articles/automations.md +++ b/articles/automations.md @@ -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. diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 5a4a632c65..5fb6e1ad09 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -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). |