mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
7848 fix docstring
This commit is contained in:
parent
46a39a47be
commit
abff1827cb
@ -218,6 +218,9 @@ class TaskDetailViewSet(viewsets.ViewSet):
|
||||
|
||||
|
||||
class TaskViewSet(viewsets.ViewSet):
|
||||
"""
|
||||
Background Task API.
|
||||
"""
|
||||
permission_classes = [IsAdminUser]
|
||||
registry = "default"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user