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:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user