]> BookStack Code Mirror - bookstack/blob - dev/api/requests/shelves-create.json
respective book and chapter structure added.
[bookstack] / dev / api / requests / shelves-create.json
1 {
2   "name": "My shelf",
3   "description_html": "<p>This is <strong>my shelf</strong> with some books</p>",
4   "books": [5,1,3],
5   "tags": [
6     {"name": "Category", "value": "Learning"}
7   ]
8 }