API examples: Updated books-read to include shelf info

This commit is contained in:
Dan Brown
2026-03-12 17:04:36 +00:00
parent 151823b84e
commit 60a3b0c0ac

View File

@@ -79,5 +79,17 @@
"path": "/uploads/images/cover_book/2020-01/sjovall_m117hUWMu40.jpg",
"type": "cover_book",
"uploaded_to": 16
}
},
"shelves": [
{
"id": 1,
"name": "Great reads",
"slug": "great-reads"
},
{
"id": 5,
"name": "Personal Books",
"slug": "personal-books"
}
]
}