Skip to content

Add request validation to mutating endpoints - #8

Open
praizehimm wants to merge 1 commit into
stellXpress:mainfrom
praizehimm:seed-1
Open

Add request validation to mutating endpoints#8
praizehimm wants to merge 1 commit into
stellXpress:mainfrom
praizehimm:seed-1

Conversation

@praizehimm

@praizehimm praizehimm commented Sep 3, 2026

Copy link
Copy Markdown

Adds DTO schema validation at the controller boundary so malformed payloads return a clean 400 instead of failing deep in business logic.

Closes #7

@boluwacodes boluwacodes changed the title Seed task #1: contribution by praizehimm Add request validation to mutating endpoints Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API endpoints accept unvalidated request bodies

1 participant