]> BookStack Code Mirror - bookstack/blob - dev/api/requests/books-create.json
respective book and chapter structure added.
[bookstack] / dev / api / requests / books-create.json
1 {
2   "name": "My own book",
3   "description_html": "<p>This is <strong>my</strong> own little book created via the API</p>",
4   "default_template_id": 2427,
5   "tags": [
6     {"name": "Category", "value": "Top Content"},
7     {"name": "Rating", "value": "Highest"}
8   ]
9 }