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

Ensure empty PATCH Requests return 400 #2840

Open
rajohnson90 opened this issue Sep 23, 2024 · 0 comments
Open

Ensure empty PATCH Requests return 400 #2840

rajohnson90 opened this issue Sep 23, 2024 · 0 comments
Labels
Dev Backend Ready Backend, Pipeline, or other UX related work is refined, and ready for Developers python Pull requests that update Python code tech-debt Resolved technical debt (tooling, configuration, or workflow)

Comments

@rajohnson90
Copy link
Contributor

Goals

We want to make sure that if a user tries to patch with an empty request body, it does not fill up our version log with pointless updates. We should do something to ensure all of our PATCH endpoints return 400 if the request body is empty.

@rajohnson90 rajohnson90 added Dev Backend Ready Backend, Pipeline, or other UX related work is refined, and ready for Developers python Pull requests that update Python code tech-debt Resolved technical debt (tooling, configuration, or workflow) labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Backend Ready Backend, Pipeline, or other UX related work is refined, and ready for Developers python Pull requests that update Python code tech-debt Resolved technical debt (tooling, configuration, or workflow)
Projects
None yet
Development

No branches or pull requests

1 participant