Change Updates

Do not miss any Backend API changes, ever again

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

RSS

Changelog

Last update:
Compare
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /api/v1/books
  • Query
  • userId query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/v1/users/{id}/books
  • Query
  • userId query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
2 structure changes including:
2 Modifications
Modified 2
GET /api/v1/books
  • Query
  • ownerId, notOwnerId query parameters Added
GET /api/v1/users/{id}/books
  • Query
  • ownerId, notOwnerId query parameters Added
6 structure changes including:
6 Modifications
1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/users/login-with-google
  • Body
  • application/json content type Modified
    • * property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • idToken property Added
1 structure change including:
1 Addition
Added 1
POST /api/v1/users/login-with-google