mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -06:00
14438 update api doc string
This commit is contained in:
parent
49b90ca91d
commit
785ff3486b
@ -233,7 +233,7 @@ class ScriptViewSet(ModelViewSet):
|
||||
|
||||
def post(self, request, pk):
|
||||
"""
|
||||
Run a Script identified as "<module>.<script>" and return the pending Job as the result
|
||||
Run a Script identified by the id 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