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.