0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-14 12:42:24 +00:00
BookStackApp_BookStack/dev/api/requests/chapters-update.json
Dan Brown 4137cf9c8f
Default chapter templates: Updated api docs and tests
Also applied minor tweaks to some wording and logic.

During review of 
2024-02-01 12:22:16 +00:00

11 lines
332 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,
"default_template_id": 2428,
"tags": [
{"name": "Category", "value": "Kinda Good Content"},
{"name": "Rating", "value": "Medium"}
]
}