Change Updates

Do not miss any Memo Bank API documentation changes, ever again

Subscribe to the Memo Bank API documentation changelog to be up to date on recent changes.

RSS

Feb 7, 2024

Version 2
2.0
Compare

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
GET /v2/ibans/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • allow_collections, is_deleted properties Modified
        • Properties are now required

          Breaking

GET /v2/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results property Modified
GET /v2/transactions/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • attachment_count property Modified
        • Property is now required

          Breaking

PATCH /v2/ibans/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • allow_collections, is_deleted properties Modified
        • Properties are now required

          Breaking

POST /v2/ibans
  • Response
  • 201 response Modified
    • application/json content type Modified
      • allow_collections, is_deleted properties Modified
        • Properties are now required

          Breaking