From dce7bbe48be990e1f9af7fd0e5cc01f3fdac62bb Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 11 Apr 2025 18:10:56 -0400 Subject: [PATCH] API reference: add missing `yara_rules` to `PATCH /config` (#27976) Based on community feedback here: https://github.com/fleetdm/fleet/issues/27569#issuecomment-2775322232 --- docs/REST API/rest-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index f763e482c4..290fab1e5c 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -1069,6 +1069,7 @@ Modifies the Fleet's configuration with the supplied information. | mdm | object | body | See [mdm](#mdm). | | features | object | body | See [features](#features). | | scripts | array | body | A list of script files to add so they can be executed at a later time. | +| yara_rules | array | body | A list of YARA rule files to add. | | force | boolean | query | Whether to force-apply the agent options even if there are validation errors. | | dry_run | boolean | query | Whether to validate the configuration and return any validation errors **without** applying changes. |