API reference: add missing yara_rules to PATCH /config (#27976)

Based on community feedback here:
https://github.com/fleetdm/fleet/issues/27569#issuecomment-2775322232
This commit is contained in:
Noah Talerman
2025-04-11 17:10:56 -05:00
committed by GitHub
parent 82846acfd8
commit dce7bbe48b
+1
View File
@@ -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. |