10 lines
292 B
JSON
10 lines
292 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,
|
|
"tags": [
|
|
{"name": "Category", "value": "Top Content"},
|
|
{"name": "Rating", "value": "Highest"}
|
|
]
|
|
}
|