]>
BookStack Code Mirror - bookstack/blob - dev/api/requests/pages-update.json
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #5917 from BookStackApp/copy_references
[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
}