Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Payload validation #12

@cwdcwd

Description

@cwdcwd

When posting in the following payload to the /users endpoint

{
    "handle": "lazybaer",
    "firstname": "Christopher",
    "lastname": "DeLaurentis"
}

there doesn't seem to be validation on the payload keys. Checking in the QLDB it seems that the uncapitalized/uncamel-cased fields were added instead of rejecting the payload. I haven't checked but this might be the case on other endpoints.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions