improved
2025-07-04
July 1st, 2025
We have released improvements to the error handling in the Bokio API. The main changes is for validation errors where we now:
- Return all validations errors instead of first encountered error
- Validations errors include both a
message
and afield
parameter. We want to highlight that thefield
parameter used the JSON Pointer which make it possible for you to identify which field within nested objects and/or array that the error is for. For example, the quantity on the second line item using#/lineitems/1/quantity
.
To read more, please checkout Errors.