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

12 lines
332 B
JSON
Raw Normal View History

2020-05-22 19:28:41 -04:00
{
"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,
"default_template_id": 2428,
2020-05-22 19:28:41 -04:00
"tags": [
{"name": "Category", "value": "Kinda Good Content"},
{"name": "Rating", "value": "Medium"}
]
2023-07-11 08:11:13 -04:00
}