]> BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-update.json
Code cleanup, bug squashing
[bookstack] / dev / api / requests / chapters-update.json
1 {
2   "book_id": 1,
3   "name": "My fantastic updated chapter",
4   "description": "This is an updated chapter that I've altered via the API",
5   "tags": [
6     {"name": "Category", "value": "Kinda Good Content"},
7     {"name": "Rating", "value": "Medium"}
8   ]
9 }