cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Validate request body structure #132

Closed Carifio24 closed 2 weeks ago

Carifio24 commented 2 weeks ago

This PR updates our validation of request bodies, in particular for some endpoints where we want the payload to have a lot of fields. This should help with type-safety and ensuring that we don't pass malformed data objects into the database methods.