]> BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-update.json
respective book and chapter structure added.
[bookstack] / dev / api / requests / chapters-update.json
1 {
2   "book_id": 1,
3   "name": "My fantastic updated chapter",
4   "description_html": "<p>This is an <strong>updated chapter</strong> that I've altered via the API</p>",
5   "priority": 16,
6   "default_template_id": 2428,
7   "tags": [
8     {"name": "Category", "value": "Kinda Good Content"},
9     {"name": "Rating", "value": "Medium"}
10   ]
11 }