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:
3
dev/api/responses/recycle_bin-destroy.json
Normal file
3
dev/api/responses/recycle_bin-destroy.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"delete_count": 2
|
||||
}
|
34
dev/api/responses/recycle_bin-list.json
Normal file
34
dev/api/responses/recycle_bin-list.json
Normal 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
|
||||
}
|
3
dev/api/responses/recycle_bin-restore.json
Normal file
3
dev/api/responses/recycle_bin-restore.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"restore_count": 2
|
||||
}
|
Reference in New Issue
Block a user