Change Updates

Do not miss any core API changes, ever again

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

RSS

Dec 31, 2025

main
0.1.0
Compare

API structure has changed

Next change
6 structure changes including:
1 Breaking change
2 Additions
3 Modifications
1 Removal
Modified 3 Breaking
GET /extensions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • disabled property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • enabled property Added
POST /extensions/{extid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • disabled property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • enabled property Added
PUT /extensions/{extid}/config
  • Response
  • 200 response Modified
    • application/json content type Modified
      • disabled property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • enabled property Added
Removed 1 Breaking
PUT /extensions/{extid}/disabled/{disabled}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
POST /extensions/{extid}/disable
POST /extensions/{extid}/enable