BookStack/dev/api/requests/chapters-update.json
2020-05-23 00:28:41 +01:00

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"}
]
}