BookStack/dev/api/requests/shelves-create.json
Dan Brown 29705a25ce
Reviewed and added testing for BookShelf API implementation
- Tweaked how books are passed on update to prevent unassignment if
parameter is not provided.
- Added books to validation so they show in docs.
- Added request/response examples.
- Added tests to cover.
- Added child book info to shelf info.

Review of #1908
2020-04-10 15:19:18 +01:00

5 lines
97 B
JSON

{
"name": "My shelf",
"description": "This is my shelf with some books",
"books": [5,1,3]
}