From 5c1d1d6001a24854ffb6d0655cac0e4cfc76acc8 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 16 Apr 2026 11:49:54 -0700 Subject: [PATCH] documentation --- docs/features/configuration-rendering.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/features/configuration-rendering.md b/docs/features/configuration-rendering.md index b12d6459f..2de0778f7 100644 --- a/docs/features/configuration-rendering.md +++ b/docs/features/configuration-rendering.md @@ -102,6 +102,12 @@ This is useful for rendering partial or alternative templates against a device's !!! note "Permissions" Overriding the config template requires the requesting user to have `view` permission for the "Extras > Config Template" object type in addition to the `render_config` permission on the device. +The same override is available in the UI by appending `config_template_id` as a query parameter to the device's render config URL: + +```no-highlight +/dcim/devices/123/render-config/?config_template_id=42 +``` + ### General Purpose Use NetBox config templates can also be rendered without being tied to any specific device, using a separate general purpose REST API endpoint. Any data included with a POST request to this endpoint will be passed as context data for the template.