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

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