Change Updates

Do not miss any v1 API changes, ever again

Subscribe to the v1 API changelog to be up to date on recent changes.

RSS

Feb 14, 2024

main
0.13.10
Compare
0.13.10

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from number to integer(int32)
          Breaking
      • address property Modified
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • address property Modified
      • postal property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from number to integer(int32)
          Breaking
      • address property Modified
POST /customers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from number to integer(int32)
          Breaking
      • address property Modified