john-okeefe
03225cf6e2
refactor: rename bulk operations from /api/books/ to /api/media-items/
- Rename routes: /api/books/bulk-{delete,update} → /api/media-items/bulk-{delete,update}
- Rename route: /api/books/:uuid/download → /api/media-items/:uuid/download
- Update request fields: book_ids → media_item_ids
- Update response fields: success → deleted/updated
- Update result fields: book_id → media_item_id
- Update collection handler: success → added
This change improves API semantic correctness as the system handles
multiple media types (ebooks, comics, manga), not just books.
BREAKING CHANGE: All bulk operation endpoints and field names renamed
2026-02-10 19:56:59 -05:00
..
2026-02-01 16:11:54 -05:00
2026-02-09 20:10:18 -05:00
2026-02-09 17:58:33 -05:00
2026-02-01 16:11:54 -05:00
2026-02-01 16:11:54 -05:00
2026-02-10 19:56:59 -05:00
2026-02-01 16:11:54 -05:00
2026-02-01 16:11:54 -05:00
2026-02-10 09:31:35 -05:00
2026-02-10 12:41:04 -05:00
2026-02-01 16:11:54 -05:00
2026-02-02 16:46:22 -05:00
2026-02-07 19:49:47 -05:00
2026-02-10 19:56:59 -05:00
2026-02-01 16:11:54 -05:00
2026-02-01 16:11:54 -05:00
2026-02-01 16:11:54 -05:00
2026-02-01 16:11:54 -05:00
2026-02-09 13:12:31 -05:00
2026-02-07 19:49:40 -05:00
2026-02-01 16:24:58 -05:00
2026-02-01 16:11:54 -05:00
2026-02-09 20:10:06 -05:00
2026-02-01 16:11:54 -05:00