14ea6c9de3
- Fixed page editor default focus not working as expected due to misnamed attribute. - Added owned_by to relevant areas of the API including the docs. - Made book relation on page accessible even if deleted since it could cause an issue on views, such as audit trail, when the relation is accessed when the book is deleted.
39 lines
No EOL
1,014 B
JSON
39 lines
No EOL
1,014 B
JSON
{
|
|
"id": 75,
|
|
"book_id": 1,
|
|
"slug": "my-fantastic-updated-chapter",
|
|
"name": "My fantastic updated chapter",
|
|
"description": "This is an updated chapter that I've altered via the API",
|
|
"priority": 7,
|
|
"created_at": "2020-05-22 23:03:35",
|
|
"updated_at": "2020-05-22 23:07:20",
|
|
"created_by": 1,
|
|
"updated_by": 1,
|
|
"owned_by": 1,
|
|
"book": {
|
|
"id": 1,
|
|
"name": "BookStack User Guide",
|
|
"slug": "bookstack-user-guide",
|
|
"description": "This is a general guide on using BookStack on a day-to-day basis.",
|
|
"created_at": "2019-05-05 21:48:46",
|
|
"updated_at": "2019-12-11 20:57:31",
|
|
"created_by": 1,
|
|
"updated_by": 1
|
|
},
|
|
"tags": [
|
|
{
|
|
"name": "Category",
|
|
"value": "Kinda Good Content",
|
|
"order": 0,
|
|
"created_at": "2020-05-22 23:07:20",
|
|
"updated_at": "2020-05-22 23:07:20"
|
|
},
|
|
{
|
|
"name": "Rating",
|
|
"value": "Medium",
|
|
"order": 0,
|
|
"created_at": "2020-05-22 23:07:20",
|
|
"updated_at": "2020-05-22 23:07:20"
|
|
}
|
|
]
|
|
} |