]>
BookStack Code Mirror - bookstack/blob - dev/api/requests/chapters-update.json
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add tests for priority
[bookstack]
/
dev
/
api
/
requests
/
chapters-update.json
1
{
2
"book_id": 1,
3
"name": "My fantastic updated chapter",
4
"description": "This is an updated chapter that I've altered via the API",
5
"tags": [
6
{"name": "Category", "value": "Kinda Good Content"},
7
{"name": "Rating", "value": "Medium"}
8
],
9
"priority": 15
10
}