BookStack/dev/api/requests/pages-create.json
2023-07-11 14:11:13 +02:00

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
}