mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
cccee0808f
Updated to full ISO-8601 to reflect change in Laravel 7.
39 lines
678 B
JSON
39 lines
678 B
JSON
{
|
|
"id": 361,
|
|
"book_id": 1,
|
|
"chapter_id": 1,
|
|
"name": "My updated API Page",
|
|
"slug": "my-updated-api-page",
|
|
"html": "<p id=\"bkmrk-my-new-api-page---up\">my new API page - Updated</p>",
|
|
"priority": 16,
|
|
"created_at": "2020-11-28T15:10:54.000000Z",
|
|
"updated_at": "2020-11-28T15:13:03.000000Z",
|
|
"created_by": {
|
|
"id": 1,
|
|
"name": "Admin"
|
|
},
|
|
"updated_by": {
|
|
"id": 1,
|
|
"name": "Admin"
|
|
},
|
|
"owned_by": {
|
|
"id": 1,
|
|
"name": "Admin"
|
|
},
|
|
"draft": false,
|
|
"markdown": "",
|
|
"revision_count": 5,
|
|
"template": false,
|
|
"tags": [
|
|
{
|
|
"name": "Category",
|
|
"value": "API Examples",
|
|
"order": 0
|
|
},
|
|
{
|
|
"name": "Rating",
|
|
"value": "Alright",
|
|
"order": 0
|
|
}
|
|
]
|
|
} |