Recycle bin endpoints #2745

Closed
opened 2026-02-05 04:59:43 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @bourdaisj on GitHub (Apr 4, 2022).

API Endpoint or Feature

Ability to read from the recycle bin, as well as restoring items.

Use-Case

Context: currently working on a side project for fun using the rest API.
After item deletion, I want to allow the end-user to cancel the deletion afterward.

Additional context

No response

Originally created by @bourdaisj on GitHub (Apr 4, 2022). ### API Endpoint or Feature Ability to read from the recycle bin, as well as restoring items. ### Use-Case Context: currently working on a side project for fun using the rest API. After item deletion, I want to allow the end-user to cancel the deletion afterward. ### Additional context _No response_
OVERLORD added the 🔩 API Request label 2026-02-05 04:59:43 +03:00
Author
Owner

@bourdaisj commented on GitHub (Apr 4, 2022):

Can get started on this today

@bourdaisj commented on GitHub (Apr 4, 2022): Can get started on this today
Author
Owner

@ssddanbrown commented on GitHub (Apr 4, 2022):

@Julesdevops Awesome, Would be happy to accept a PR for such a feature.
Just follow convention for the other API endpoints.
Will need to ensure the endpoints are covered by tests.
Will also need to ensure any request/response body examples are added to dev/api: https://github.com/BookStackApp/BookStack/tree/development/dev/api

Just shout if you need any guidance!

@ssddanbrown commented on GitHub (Apr 4, 2022): @Julesdevops Awesome, Would be happy to accept a PR for such a feature. Just follow convention for the other API endpoints. Will need to ensure the endpoints are covered by tests. Will also need to ensure any request/response body examples are added to `dev/api`: https://github.com/BookStackApp/BookStack/tree/development/dev/api Just shout if you need any guidance!
Author
Owner

@ssddanbrown commented on GitHub (Apr 25, 2022):

Code now merged as detailed in #3377, Will be part of the next feature release. Thanks again @Julesdevops!

@ssddanbrown commented on GitHub (Apr 25, 2022): Code now merged as detailed in #3377, Will be part of the next feature release. Thanks again @Julesdevops!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2745