mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
9 lines
253 B
JSON
9 lines
253 B
JSON
{
|
|
"book_id": 1,
|
|
"name": "My fantastic updated chapter",
|
|
"description": "This is an updated chapter that I've altered via the API",
|
|
"tags": [
|
|
{"name": "Category", "value": "Kinda Good Content"},
|
|
{"name": "Rating", "value": "Medium"}
|
|
]
|
|
} |