]> BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-create.json
Testing: Added entity decode flag and phpunit env option
[bookstack] / dev / api / requests / chapters-create.json
1 {
2   "book_id": 1,
3   "name": "My fantastic new chapter",
4   "description": "This is a great new chapter that I've created via the API",
5   "priority": 15,
6   "tags": [
7     {"name": "Category", "value": "Top Content"},
8     {"name": "Rating", "value": "Highest"}
9   ]
10 }