caprese
caprese copied to clipboard
Respond with error if invalid_field referenced in persistence request
Stories
- As a developer, if I send an invalid field name like
field_name2
when I mean to sendfield_name
, it should respond with a detailed message about why the request failed
Implementation
- Check that all fields assigned to records are valid fields, or throw an Exception with
code
,detail
,field