overleaf/services/docstore/test/acceptance/js/helpers
Jakob Ackermann 28b1ad3243 [misc] add a new endpoint for querying the deleted status of a doc
`/project/:project_id/doc/:doc_id/deleted` responds with:

- 404: the doc does not exist
- 200 and body `{"deleted":true}`: doc exists and is deleted
- 200 and body `{"deleted":false}`: doc exists and is not deleted
2021-01-15 14:49:27 +00:00
..
DocstoreApp.js [misc] simplify mongodb collection access using a shared db construct 2020-09-17 15:39:44 +01:00
DocstoreClient.js [misc] add a new endpoint for querying the deleted status of a doc 2021-01-15 14:49:27 +00:00