chore: rename lighthouse config endpoint

This commit is contained in:
Chandrapal Badshah
2025-10-20 14:15:28 +05:30
parent 77fa5d1644
commit 9fe53cf13d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3552,7 +3552,7 @@ paths:
task_args: null
metadata: null
description: ''
/api/v1/lighthouse/config:
/api/v1/lighthouse/configuration:
get:
operationId: lighthouse_config_list
description: Retrieve current tenant-level Lighthouse AI settings. Returns a
+1 -1
View File
@@ -152,7 +152,7 @@ urlpatterns = [
),
# Lighthouse tenant config as singleton endpoint
path(
"lighthouse/config",
"lighthouse/configuration",
LighthouseTenantConfigViewSet.as_view(
{"get": "list", "patch": "partial_update"}
),