Replies: 1 comment
-
Bug in our own code. 🫨 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i'm not sure whether this is a bug or configuration problem. When validating an API the following issue occured: I performed a
PATCH
request with curl.curl -X PATCH -H 'Authorization: [Filtered]' -H 'Content-Type: application/json' -d '[]' http://localhost:3030/projects/0
The response is the following:
Although i would expect a 400 Bad Request, since a
PATCH
with an empty body doesn't make any sense and should not throw an error. Or am I missing something?The relevant configuration is the following:
Beta Was this translation helpful? Give feedback.
All reactions