BookStack/dev/api/requests/chapters-update.json

9 lines
253 B
JSON
Raw Normal View History

2020-05-22 23:28:41 +00:00
{
"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"}
]
}