Skip to content

Commit 60a3b0c

Browse files
committed
API examples: Updated books-read to include shelf info
1 parent 151823b commit 60a3b0c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

dev/api/responses/books-read.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,17 @@
7979
"path": "/uploads/images/cover_book/2020-01/sjovall_m117hUWMu40.jpg",
8080
"type": "cover_book",
8181
"uploaded_to": 16
82-
}
82+
},
83+
"shelves": [
84+
{
85+
"id": 1,
86+
"name": "Great reads",
87+
"slug": "great-reads"
88+
},
89+
{
90+
"id": 5,
91+
"name": "Personal Books",
92+
"slug": "personal-books"
93+
}
94+
]
8395
}

0 commit comments

Comments
 (0)