16145 update doc string

This commit is contained in:
Arthur 2024-05-17 11:17:40 -07:00
parent 754ab82a99
commit 1253d9188f

View File

@ -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'):