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

12 lines
321 B
JSON
Raw Normal View History

2020-05-22 23:28:41 +00:00
{
"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,
2020-05-22 23:28:41 +00:00
"tags": [
{"name": "Category", "value": "Top Content"},
{"name": "Rating", "value": "Highest"}
]
2023-07-11 12:11:13 +00:00
}