mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 11:22:33 +01:00
API Docs: Add Missing editor fields in Example Responses
This commit is contained in:
parent
ccfe38e963
commit
174cd5a893
@ -45,6 +45,7 @@
|
||||
"draft": false,
|
||||
"revision_count": 2,
|
||||
"template": false,
|
||||
"editor": "wysiwyg",
|
||||
"book_slug": "example-book"
|
||||
},
|
||||
{
|
||||
@ -61,6 +62,7 @@
|
||||
"draft": false,
|
||||
"revision_count": 1,
|
||||
"template": false,
|
||||
"editor": "wysiwyg",
|
||||
"book_slug": "example-book"
|
||||
}
|
||||
]
|
||||
|
@ -28,6 +28,7 @@
|
||||
"markdown": "",
|
||||
"revision_count": 1,
|
||||
"template": false,
|
||||
"editor": "wysiwyg",
|
||||
"tags": [
|
||||
{
|
||||
"name": "Category",
|
||||
|
@ -14,6 +14,7 @@
|
||||
"created_by": 1,
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"editor": "wysiwyg",
|
||||
"book_slug": "example-book"
|
||||
},
|
||||
{
|
||||
@ -30,6 +31,7 @@
|
||||
"created_by": 1,
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"editor": "wysiwyg",
|
||||
"book_slug": "example-book"
|
||||
},
|
||||
{
|
||||
@ -46,6 +48,7 @@
|
||||
"created_by": 1,
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"editor": "wysiwyg",
|
||||
"book_slug": "example-book"
|
||||
}
|
||||
],
|
||||
|
@ -28,6 +28,7 @@
|
||||
"markdown": "# How this is built\r\n\r\nThis page is written in markdown. BookStack stores the page data in HTML.\r\n\r\nHere's a cute picture of my cat:\r\n\r\n[![yXSrubes.jpg](http://example.com/uploads/images/gallery/2020-04/scaled-1680-/yXSrubes.jpg)](http://example.com/uploads/images/gallery/2020-04/yXSrubes.jpg)",
|
||||
"revision_count": 5,
|
||||
"template": false,
|
||||
"editor": "wysiwyg",
|
||||
"tags": [
|
||||
{
|
||||
"name": "Category",
|
||||
|
@ -28,6 +28,7 @@
|
||||
"markdown": "",
|
||||
"revision_count": 5,
|
||||
"template": false,
|
||||
"editor": "wysiwyg",
|
||||
"tags": [
|
||||
{
|
||||
"name": "Category",
|
||||
|
Loading…
Reference in New Issue
Block a user