Files
digital-psychology/docs/CONTRACT_DIFF/ECR-025.yaml
T
jackyu66gitandCursor e32466357d feat(ECR-025): OpsCMS FeedSlot 只读并 Closed
栏目位目录(ops_feed_slots + /cms),复用 admin.cms.read。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-08 03:08:40 +08:00

23 lines
474 B
YAML

ecr: ECR-025
capability: OpsCMS
bounded_context: Ops_CMS_NoUGC
parent: WAVE0-FROZEN
predecessor: ECR-024
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds FeedSlot read catalog. Forbidden: UGC / real payment.
apis:
- method: GET
path: /api/v1/admin/cms/feed-slots
change: added
- method: GET
path: /api/v1/admin/cms/feed-slots/{id}
change: added
perms:
- code: admin.cms.read
change: unchanged