]> BookStack Code Mirror - bookstack/blob - dev/api/requests/books-create.json
Default templates: Fixed syntax for php8.0, added test
[bookstack] / dev / api / requests / books-create.json
1 {
2   "name": "My own book",
3   "description": "This is my own little book",
4   "default_template_id": 12,
5   "tags": [
6     {"name": "Category", "value": "Top Content"},
7     {"name": "Rating", "value": "Highest"}
8   ]
9 }