mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-03-01 11:19:40 +03:00
Input WYSIWYG: Updated API examples to align with changes
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
{
|
||||
"id": 74,
|
||||
"id": 668,
|
||||
"book_id": 1,
|
||||
"slug": "my-fantastic-new-chapter",
|
||||
"name": "My fantastic new chapter",
|
||||
"description": "This is a great new chapter that I've created via the API",
|
||||
"priority": 15,
|
||||
"created_at": "2023-12-22T14:26:28.000000Z",
|
||||
"updated_at": "2023-12-22T14:26:28.000000Z",
|
||||
"created_by": 1,
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"updated_at": "2020-05-22T22:59:55.000000Z",
|
||||
"created_at": "2020-05-22T22:59:55.000000Z",
|
||||
"description_html": "<p>This is a <strong>great new chapter<\/strong> that I've created via the API<\/p>",
|
||||
"tags": [
|
||||
{
|
||||
"name": "Category",
|
||||
@@ -19,7 +20,7 @@
|
||||
{
|
||||
"name": "Rating",
|
||||
"value": "Highest",
|
||||
"order": 1
|
||||
"order": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user