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"