]> BookStack Code Mirror - bookstack/blob - dev/api/requests/pages-update.json
Lexical: Updated WYSIWYG editor status from alpha to beta
[bookstack] / dev / api / requests / pages-update.json
1 {
2         "chapter_id": 1,
3         "name": "My updated API Page",
4         "html": "<p>my new API page - Updated</p>",
5         "priority": 16,
6         "tags": [
7                 {"name": "Category", "value": "API Examples"},
8                 {"name": "Rating", "value": "Alright"}
9         ]
10 }