From abff1827cbdd2372a7f7b87344cfeb73509919b5 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Mon, 18 Nov 2024 17:16:25 -0800 Subject: [PATCH] 7848 fix docstring --- netbox/core/api/views.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netbox/core/api/views.py b/netbox/core/api/views.py index db35582d8..734c0d48a 100644 --- a/netbox/core/api/views.py +++ b/netbox/core/api/views.py @@ -218,6 +218,9 @@ class TaskDetailViewSet(viewsets.ViewSet): class TaskViewSet(viewsets.ViewSet): + """ + Background Task API. + """ permission_classes = [IsAdminUser] registry = "default"