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
Memo Bank API documentation

Change #bcb0f9ae

Last update:
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 /v1/ibans
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results attribute Modified
GET /v1/ibans/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • allow_collections, is_deleted attributes Modified
        • Attributes are now required

          Breaking

GET /v1/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • results attribute Modified
GET /v1/transactions/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • attachment_count attribute Modified
        • Attribute is now required

          Breaking

PATCH /v1/ibans/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • allow_collections, is_deleted attributes Modified
        • Attributes are now required

          Breaking

POST /v1/ibans
  • Response
  • 201 response Modified
    • application/json content type Modified
      • allow_collections, is_deleted attributes Modified
        • Attributes are now required

          Breaking