]> BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-create.json
Fixes minor vulnerability when using target="_blank" on links (RSPEC-5148)
[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   "tags": [
6     {"name": "Category", "value": "Top Content"},
7     {"name": "Rating", "value": "Highest"}
8   ]
9 }