From 85296d9c3309fce9a50879319b63d006cb2f94dc Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 3 Sep 2026 09:42:58 -0700 Subject: [PATCH] add note --- docs/customization/custom-scripts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/customization/custom-scripts.md b/docs/customization/custom-scripts.md index 77730a5e4..7e1650c52 100644 --- a/docs/customization/custom-scripts.md +++ b/docs/customization/custom-scripts.md @@ -546,6 +546,9 @@ http://netbox/api/extras/scripts/example.MyReport/ \ Optionally `schedule_at` can be passed in the form data with a datetime string to schedule a script at the specified date and time. +!!! note + The `data` object is validated against the script's declared variables, just as in the web UI and on the CLI. Keys which do not match a declared variable are ignored. + ### Via the CLI Scripts can be run on the CLI by invoking the management command: