23 lines
526 B
YAML
23 lines
526 B
YAML
ecr: ECR-029
|
|
capability: ContentSafety
|
|
bounded_context: Content_Safety
|
|
parent: WAVE0-FROZEN
|
|
predecessor: ECR-028
|
|
change:
|
|
type: additive
|
|
breaking_change: false
|
|
migration_required: true
|
|
compatibility_notes: >
|
|
Adds BlockPolicy read catalog. Forbidden: UGC / real payment.
|
|
|
|
apis:
|
|
- method: GET
|
|
path: /api/v1/admin/content-safety/block-policies
|
|
change: added
|
|
- method: GET
|
|
path: /api/v1/admin/content-safety/block-policies/{id}
|
|
change: added
|
|
perms:
|
|
- code: admin.content_safety.read
|
|
change: unchanged
|