0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-11 11:25:38 +00:00
BookStackApp_BookStack/dev/api/requests/chapters-create.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
321 B
JSON

{
"book_id": 1,
"name": "My fantastic new chapter",
"description_html": "<p>This is a <strong>great new chapter</strong> that I've created via the API</p>",
"priority": 15,
"default_template_id": 25,
"tags": [
{"name": "Category", "value": "Top Content"},
{"name": "Rating", "value": "Highest"}
]
}