Bladeren bron

documentation

Arthur 1 maand geleden
bovenliggende
commit
5c1d1d6001
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 6 0
      docs/features/configuration-rendering.md

+ 6 - 0
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.