docs: update cross-references from /api/books/ to /api/media-items/
- Update api-reference.md with new endpoint paths - Update api-reference.md Books API section → Media Items API section - Update index.md Books API link → Media Items API - Update get_shelf.md cover_url reference from /api/books/ to /api/media-items/
This commit is contained in:
@@ -73,14 +73,6 @@ See [Library Management](libraries/)
|
||||
- GET /api/libraries/visibility - Get visible libraries
|
||||
- POST /api/libraries/visibility - Set library visibility
|
||||
|
||||
## Books
|
||||
|
||||
See [Book Operations](books/)
|
||||
|
||||
- POST /api/books/bulk-delete - Bulk delete books
|
||||
- POST /api/books/bulk-update - Bulk update books (tags/contributors with normalization)
|
||||
- GET /api/books/:uuid/download - Download book file
|
||||
|
||||
## Media Items
|
||||
|
||||
See [Media Item Operations](media-items/)
|
||||
@@ -88,6 +80,9 @@ See [Media Item Operations](media-items/)
|
||||
- GET /api/media-items - List media items
|
||||
- GET /api/media-items/filtered - Filter and sort media items
|
||||
- GET /api/media-items/:id - Get media item details
|
||||
- POST /api/media-items/bulk-delete - Bulk delete media items
|
||||
- POST /api/media-items/bulk-update - Bulk update media items (tags/contributors with normalization)
|
||||
- GET /api/media-items/:uuid/download - Download media item file
|
||||
- POST /api/media-items/:id/rating - Create rating
|
||||
- GET /api/media-items/:id/rating - Get rating
|
||||
- PUT /api/media-items/:id/rating - Update rating
|
||||
|
||||
@@ -34,7 +34,7 @@ Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
|
||||
"media_item_id": "uuid",
|
||||
"title": "Book Title",
|
||||
"authors": ["Author Name"],
|
||||
"cover_url": "/api/books/uuid/cover",
|
||||
"cover_url": "/api/media-items/uuid/cover",
|
||||
"added_at": "2026-02-08T10:00:00Z"
|
||||
}
|
||||
],
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ Complete guide to Bookhoard documentation. Find what you need quickly.
|
||||
- [Split Endpoint Docs](developer/api/api-reference.md) - Individual endpoints with interactive API Explorer
|
||||
- [Collections API](developer/collections-api.md) - Collections management API
|
||||
- [Admin API](developer/api/admin/) - User management (admin operations)
|
||||
- [Books API](developer/api/books/) - Bulk book operations and downloads
|
||||
- [Media Items API](developer/api/media-items/) - Media item operations including bulk operations and downloads
|
||||
- [Devices API](developer/api/devices/) - Device sync and shelf management
|
||||
- [Conflicts API](developer/api/conflicts/) - Sync conflict resolution endpoints
|
||||
- [Queue API](developer/api/queue/) - Sync queue management endpoints
|
||||
|
||||
Reference in New Issue
Block a user