BookStack/dev/api/requests/chapters-create.json
2020-05-23 00:28:41 +01:00

9 lines
244 B
JSON

{
"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"}
]
}