GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Add `/submission/remove` endpoint #314

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

We need an endpoint to mark a submission as removed in order to sync our Blossom queue with our Reddit queue. When this endpoint is called, the given submission should get removed_from_queue set to True.

It should also be possible to provide a removed_from_queue=false query parameter to revert the removal.

TimJentzsch commented 2 years ago

This was closed by #316.