API Docs: Add Missing editor fields in Example Responses
This commit is contained in:
parent
ccfe38e963
commit
174cd5a893
5 changed files with 8 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"revision_count": 2,
|
"revision_count": 2,
|
||||||
"template": false,
|
"template": false,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"book_slug": "example-book"
|
"book_slug": "example-book"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -61,6 +62,7 @@
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"revision_count": 1,
|
"revision_count": 1,
|
||||||
"template": false,
|
"template": false,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"book_slug": "example-book"
|
"book_slug": "example-book"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
"markdown": "",
|
"markdown": "",
|
||||||
"revision_count": 1,
|
"revision_count": 1,
|
||||||
"template": false,
|
"template": false,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "Category",
|
"name": "Category",
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"created_by": 1,
|
"created_by": 1,
|
||||||
"updated_by": 1,
|
"updated_by": 1,
|
||||||
"owned_by": 1,
|
"owned_by": 1,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"book_slug": "example-book"
|
"book_slug": "example-book"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
"created_by": 1,
|
"created_by": 1,
|
||||||
"updated_by": 1,
|
"updated_by": 1,
|
||||||
"owned_by": 1,
|
"owned_by": 1,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"book_slug": "example-book"
|
"book_slug": "example-book"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -46,6 +48,7 @@
|
||||||
"created_by": 1,
|
"created_by": 1,
|
||||||
"updated_by": 1,
|
"updated_by": 1,
|
||||||
"owned_by": 1,
|
"owned_by": 1,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"book_slug": "example-book"
|
"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)",
|
"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,
|
"revision_count": 5,
|
||||||
"template": false,
|
"template": false,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "Category",
|
"name": "Category",
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
"markdown": "",
|
"markdown": "",
|
||||||
"revision_count": 5,
|
"revision_count": 5,
|
||||||
"template": false,
|
"template": false,
|
||||||
|
"editor": "wysiwyg",
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "Category",
|
"name": "Category",
|
||||||
|
|
Loading…
Reference in a new issue