1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

do some cleanup and add doc

This commit is contained in:
julesdevops
2022-04-24 10:16:45 +02:00
parent f14e6e8f2d
commit 14bccae6bd
5 changed files with 88 additions and 30 deletions

View File

@ -0,0 +1,3 @@
{
"delete_count": 2
}

View File

@ -0,0 +1,34 @@
{
"data": [
{
"id": 25,
"deleted_by": 1,
"created_at": "2022-04-24T07:59:34.000000Z",
"updated_at": "2022-04-24T07:59:34.000000Z",
"deletable_type": "BookStack\\Book",
"deletable_id": 4,
"parent": {
"type": "BookStack\\Book",
"id": 25
},
"children": {
"BookStack\\Chapter": 0,
"BookStack\\Page": 1
}
},
{
"id": 26,
"deleted_by": 1,
"created_at": "2022-04-24T07:59:35.000000Z",
"updated_at": "2022-04-24T07:59:35.000000Z",
"deletable_type": "BookStack\\Book",
"deletable_id": 3,
"parent": [],
"children": {
"BookStack\\Chapter": 1,
"BookStack\\Page": 1
}
}
],
"total": 2
}

View File

@ -0,0 +1,3 @@
{
"restore_count": 2
}