수정: 신규 DB 기준 관리자 템플릿 요청 스키마 보정

This commit is contained in:
2026-04-03 14:56:41 +09:00
parent d5d4974751
commit 958c75d4fb
5 changed files with 31 additions and 1 deletions

View File

@@ -139,6 +139,23 @@
- `userId`: string
- `topicId`: string
- `createdAt`: number
- `templateRequests`
- `id`: string
- `type`: string
- `requesterId`: string
- `sourceTierListId`: string | null
- `sourceTopicId`: string
- `targetTopicId`: string
- `status`: string
- `sourceTierListTitle`: string
- `sourceDescription`: string
- `thumbnailSrc`: string
- `items`: `{ id, src, label, origin }[]`
- `snapshotGroups`: `{ id, name, itemIds[] }[]`
- `snapshotItems`: `{ id, src, label, origin }[]`
- `snapshotShowCharacterNames`: boolean
- `createdAt`: number
- `updatedAt`: number
## 주요 API
- 인증