- Improvements
- Error handling has been improved across all endpoints! If the type of a
parameter is incorrect, a message is returned with the exact parameter path
where the type is incorrect.
- Errors are now returned under the
errors
key in the response body.
errors
is an array of { message: string, path: string }
objects.
© Pocketflows