]> BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-create.json
Default chapter templates: Updated api docs and tests
[bookstack] / dev / api / requests / chapters-create.json
1 {
2   "book_id": 1,
3   "name": "My fantastic new chapter",
4   "description_html": "<p>This is a <strong>great new chapter</strong> that I've created via the API</p>",
5   "priority": 15,
6   "default_template_id": 25,
7   "tags": [
8     {"name": "Category", "value": "Top Content"},
9     {"name": "Rating", "value": "Highest"}
10   ]
11 }