A web-based collaborative LaTeX editor
Find a file
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
services/docstore [misc] add a new endpoint for querying the deleted status of a doc 2021-01-15 14:49:27 +00:00