We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d487ca7 commit dede456Copy full SHA for dede456
CHANGELOG.md
@@ -33,4 +33,8 @@
33
34
# 0.3.4
35
36
-* Added git sync action to API
+* Added git sync action to API
37
+
38
+# 0.3.5
39
40
+* Fix API schema generation by adding docstring to rq-status endpoint
netbox_script_manager/api/views.py
@@ -185,4 +185,7 @@ class RqStatusViewSet(viewsets.ViewSet):
185
186
@extend_schema(responses={200: OpenApiTypes.OBJECT})
187
def list(self, request):
188
+ """
189
+ Returns the status of the RQ workers.
190
191
return Response(get_statistics())
0 commit comments