]>
BookStack Code Mirror - bookstack/blob - dev/api/requests/pages-create.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-create.json
1
{
2
"book_id": 1,
3
"name": "My API Page",
4
"html": "<p>my new API page</p>",
5
"priority": 15,
6
"tags": [
7
{"name": "Category", "value": "Not Bad Content"},
8
{"name": "Rating", "value": "Average"}
9
]
10
}