spiegel_podman/pkg/api/handlers
Matthew Heon 3ac6501fdd API Handlers should not error on empty request bodies
This is a Docker compatibility change discovered while working on
cases it is practically speaking required because there are
mandatory parameters in the body, but in those cases you do not
get a JSON decode error back, you get an error about the field
that needs to be set. I see no reason for us not to match this
convention; it doesn't break our existing bindings, but makes
using the API via curl or similar somewhat easier.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2026-05-13 16:33:40 -04:00
..
compat API Handlers should not error on empty request bodies 2026-05-13 16:33:40 -04:00
grpc RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
libpod API Handlers should not error on empty request bodies 2026-05-13 16:33:40 -04:00
swagger RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
utils API Handlers should not error on empty request bodies 2026-05-13 16:33:40 -04:00
decoder.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00