Skip to content

Commit 6c0a327

Browse files
committed
Small readme chages
1 parent 7ffaa60 commit 6c0a327

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,13 @@ A folder structure like this is required (`SCRIPT_ROOT` pointing to the `netboxs
124124

125125
The reason for requiring this layout with a `customscripts` folder is to avoid name collisions when dynamically loading scripts. It also makes it easier to clear the internal python module cache which is needed for reloading scripts.
126126

127+
Loading scripts is done either through the UI by pressing the `Load Scripts` button on the script view, or by calling the API endpoint `/api/plugins/script-manager/script-instances/load/`. Both of these require that the user has the `Can Add` action for the `Script Instance` object permission.
127128

128129
## Git Sync
129130

130-
> :grey_exclamation: git must be installed on the system
131+
> :grey_exclamation: git must be installed on the system.
131132
132-
> :grey_exclamation: The netbox user must have the `sync` additional action for the `Script Instance` permission
133+
> :grey_exclamation: The netbox user must have the `sync` additional action for the `Script Instance` object permission.
133134
134135
> :warning: git recurses parent directories until finding a git directory. Make sure the `SCRIPT_ROOT` is a git directory.
135136

0 commit comments

Comments
 (0)