API structure has changed
This release fixes the fact that some mandatory fields of the API responses weren't marked as mandatory in the documentation.
Note that the fields have always been mandatory, it was just not reflected in the documentation. As a result, these are not breaking changes despite being marked as so by the automatically generated changelog.
6 structure changes including:
6 Modifications
Modified
6
Breaking
GET /v2/ibans
- Response
-
200 response Modified
-
application/json content type Modified
- results property Modified
-
application/json content type Modified
GET /v2/ibans/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
allow_collections, is_deleted properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
allow_collections, is_deleted properties Modified
-
application/json content type Modified
GET /v2/transactions
- Response
-
200 response Modified
-
application/json content type Modified
- results property Modified
-
application/json content type Modified
GET /v2/transactions/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
attachment_count property Modified
-
Property is now required Breaking
-
Property is now required
-
attachment_count property Modified
-
application/json content type Modified
PATCH /v2/ibans/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
allow_collections, is_deleted properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
allow_collections, is_deleted properties Modified
-
application/json content type Modified
POST /v2/ibans
- Response
-
201 response Modified
-
application/json content type Modified
-
allow_collections, is_deleted properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
allow_collections, is_deleted properties Modified
-
application/json content type Modified