Change Updates

Do not miss any TADB - Energy generation REST API changes, ever again

Subscribe to the TADB - Energy generation REST API changelog to be up to date on recent changes.

RSS

Sep 11, 2025

main
1.0.0
Compare

API structure has changed

13 structure changes including:
6 Breaking changes
6 Additions
1 Modification
6 Removals
Modified 1 Breaking
GET /health
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, timestamp, version properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • message property Added
  • Authentication
  • Bearer auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
Removed 6 Breaking
Bearer authauthentication method
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/types/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/types
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/users/profile
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/types
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/types/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 6
DELETE /types/{id}
GET /types
GET /types/{id}
GET /users/profile
POST /types
PUT /types/{id}