mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
9ca1139ab0
Review of #4313 - Made constructor changes while reviewing some classes. - Updated API examples for consistency. - Tweaked formatting for some array changes. - Simplified added tests. - Tweaked chapter/page repo priority handling to be simpler. Performed manual API endpoint testing of page/chapter create/update.
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"book_id": 1,
|
|
"name": "My API Page",
|
|
"html": "<p>my new API page</p>",
|
|
"priority": 15,
|
|
"tags": [
|
|
{"name": "Category", "value": "Not Bad Content"},
|
|
{"name": "Rating", "value": "Average"}
|
|
]
|
|
}
|