mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
29705a25ce
- 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
11 lines
269 B
JSON
11 lines
269 B
JSON
{
|
|
"id": 14,
|
|
"name": "My updated shelf",
|
|
"slug": "my-updated-shelf",
|
|
"description": "This is my update shelf with some books",
|
|
"created_by": 1,
|
|
"updated_by": 1,
|
|
"image_id": 501,
|
|
"created_at": "2020-04-10 13:24:09",
|
|
"updated_at": "2020-04-10 13:48:22"
|
|
} |