Replies: 2 comments
-
This was changed not too long ago. Since the DELETE spec doesn't define a body. Same with GET. But i'm open to changing it and making it so it works with DELETE but not with get |
Beta Was this translation helpful? Give feedback.
0 replies
-
@GustavoOS I fixed this so it should work for you if you upgrade to v0.18.0 which will be released soon. Although I warn that unfortunately there are a few breaking changes in this release |
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.
-
I have the following Zog Schema
Having this the following struct
But when I connect it using zhttp like
When I send the following body to a DELETE request
this is the answer I have from the endpoint
However, if I validate instead of parsing, it works fine
Beta Was this translation helpful? Give feedback.
All reactions