From 1253d9188fdcf39d7995fab9d172b99d959d69f3 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 17 May 2024 11:17:40 -0700 Subject: [PATCH] 16145 update doc string --- netbox/extras/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/api/views.py b/netbox/extras/api/views.py index 89cf9c5df..579af077d 100644 --- a/netbox/extras/api/views.py +++ b/netbox/extras/api/views.py @@ -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'):