14438 update api doc string

This commit is contained in:
Arthur 2024-02-16 14:09:04 -08:00
parent 49b90ca91d
commit 785ff3486b

View File

@ -233,7 +233,7 @@ class ScriptViewSet(ModelViewSet):
def post(self, request, pk): 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'): if not request.user.has_perm('extras.run_script'):