Change Updates

Do not miss any Rails Design First API changes, ever again

Subscribe to the Rails Design First API changelog to be up to date on recent changes.

RSS

Jun 26, 2025

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /widgets
  • Response
  • 429 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 400 response Added
GET /widgets/{id}
  • Response
  • 200 response Modified
    • application/json content type Added
  • 404 response Added
POST /widgets
  • Response
  • 400 response Modified
    • application/problem+json content type Modified
      • errors property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • title, detail, status, instance properties Added
PUT /widgets/{id}
  • Response
  • 200 response Modified
    • application/json content type Added
  • 400, 404 responses Added
  • Body
  • application/json content type Added