mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore: rename lighthouse config endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -152,7 +152,7 @@ urlpatterns = [
|
||||
),
|
||||
# Lighthouse tenant config as singleton endpoint
|
||||
path(
|
||||
"lighthouse/config",
|
||||
"lighthouse/configuration",
|
||||
LighthouseTenantConfigViewSet.as_view(
|
||||
{"get": "list", "patch": "partial_update"}
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user