]> BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-update.json
Merge branch 'basic-pwa-support' of https://github.com/GamerClassN7/BookStack into...
[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   "priority": 16,
6   "tags": [
7     {"name": "Category", "value": "Kinda Good Content"},
8     {"name": "Rating", "value": "Medium"}
9   ]
10 }