mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"book_id": 1,
|
|
"name": "My fantastic new chapter",
|
|
"description_html": "<p>This is a <strong>great new chapter</strong> that I've created via the API</p>",
|
|
"priority": 15,
|
|
"tags": [
|
|
{"name": "Category", "value": "Top Content"},
|
|
{"name": "Rating", "value": "Highest"}
|
|
]
|
|
}
|