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

9 lines
244 B
JSON
Raw Normal View History

2020-05-22 23:28:41 +00:00
{
"book_id": 1,
"name": "My fantastic new chapter",
"description": "This is a great new chapter that I've created via the API",
"tags": [
{"name": "Category", "value": "Top Content"},
{"name": "Rating", "value": "Highest"}
]
}