mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-12-14 07:07:21 +08:00
11 lines
301 B
JSON
11 lines
301 B
JSON
{
|
|
"book_id": 1,
|
|
"name": "My fantastic updated chapter",
|
|
"description_html": "<p>This is an <strong>updated chapter</strong> that I've altered via the API</p>",
|
|
"priority": 16,
|
|
"tags": [
|
|
{"name": "Category", "value": "Kinda Good Content"},
|
|
{"name": "Rating", "value": "Medium"}
|
|
]
|
|
}
|