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

Changelog

Last update:
Compare
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
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