Open
Description
Looking at the API spec I noticed that the clients are expecting validation errors in the form of
{
"errors":{
"body": [
"can't be empty"
]
}
}
However, I didn't see any specs about the validation messages expected. I think this would be helpful knowing what types of validation errors we should be looking out for