feat(ECR-038): GrowthInsights ReportTemplate 只读并 Closed

ReportTemplate catalog (000039) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:16:57 +08:00
parent b34b4f281f
commit 5de9a7bbe5
26 changed files with 466 additions and 2 deletions
+28
View File
@@ -975,6 +975,34 @@ paths:
'404':
description: Not found
/api/v1/admin/growth/report-templates:
get:
tags: [admin]
summary: List ReportTemplate catalog
description: Requires admin.growth.read
responses:
'200':
description: OK
'401':
description: Unauthorized
'403':
description: Forbidden
/api/v1/admin/growth/report-templates/{id}:
get:
tags: [admin]
summary: Get ReportTemplate
parameters:
- in: path
name: id
required: true
schema: { type: string, format: uuid }
responses:
'200':
description: OK
'404':
description: Not found
/api/v1/admin/crisis/policies:
get:
tags: [admin]