mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-12-14 23:23:37 +08:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"book_id": 1,
|
|
"name": "My API Page",
|
|
"html": "<p>my new API page</p>",
|
|
"tags": [
|
|
{"name": "Category", "value": "Not Bad Content"},
|
|
{"name": "Rating", "value": "Average"}
|
|
],
|
|
"priority": 15
|
|
}
|