mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-25 03:10:24 +03:00
12 lines
265 B
JSON
12 lines
265 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"}
|
|
],
|
|
"priority": 15
|
|
}
|
|
}
|