Skip to content

Add request validation to mutating endpoints - #2

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

praizehimm wants to merge 1 commit into
StellarExpress: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 #1

@netlify

netlify Bot commented Sep 3, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for stellarexpressbackend ready!

Name Link
🔨 Latest commit c433ea1
🔍 Latest deploy log https://app.netlify.com/projects/stellarexpressbackend/deploys/6a99b5dc9f76fe00081c315d
😎 Deploy Preview https://deploy-preview-2--stellarexpressbackend.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@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