diff --git a/authentik/tasks/urls.py b/authentik/tasks/urls.py index d48ef1597d..b55d9983c6 100644 --- a/authentik/tasks/urls.py +++ b/authentik/tasks/urls.py @@ -5,5 +5,5 @@ from authentik.tasks.api.workers import WorkerView api_urlpatterns = [ ("tasks/tasks", TaskViewSet), - path("tasks/workers", WorkerView.as_view(), name="tasks_workers"), + path("tasks/workers/", WorkerView.as_view(), name="tasks_workers"), ] diff --git a/schema.yml b/schema.yml index 6043c5aa5f..e65c32e42b 100644 --- a/schema.yml +++ b/schema.yml @@ -33496,7 +33496,7 @@ paths: $ref: '#/components/responses/ValidationErrorResponse' '403': $ref: '#/components/responses/GenericErrorResponse' - /tasks/workers: + /tasks/workers/: get: operationId: tasks_workers_list description: Get currently connected worker count.