mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
16145 update doc string
This commit is contained in:
parent
754ab82a99
commit
1253d9188f
@ -241,7 +241,7 @@ class ScriptViewSet(ModelViewSet):
|
||||
|
||||
def post(self, request, pk):
|
||||
"""
|
||||
Run a Script identified by the name and return the pending Job as the result
|
||||
Run a Script identified by the name or pk and return the pending Job as the result
|
||||
"""
|
||||
|
||||
if not request.user.has_perm('extras.run_script'):
|
||||
|
Loading…
Reference in New Issue
Block a user