Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OplogToRedis: Make Denylist Deletion Idempotent #76

Merged
merged 1 commit into from
May 3, 2024

Conversation

alex-goodisman
Copy link
Contributor

If you try to DELETE at /denylist/:id and id doesn't exist on the denylist, the server will return 204 instead of 404, so that it can be done multiple times without producing an error.

@alex-goodisman alex-goodisman merged commit 2bb8370 into master May 3, 2024
11 checks passed
@delete-merged-branch delete-merged-branch bot deleted the alex.denylist-delete-idempotent branch May 3, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants