Do not miss any Code Samples Hub changes, ever again

Subscribe to the Code Samples Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Spring Design First API
5 structure changes including:
5 Modifications
Modified 5 Breaking
DELETE /employees/{id}
  • Response
  • 404 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
GET /employees
  • Response
  • 200 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
  • 404 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
GET /employees/{id}
  • Response
  • 404 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
POST /employees
  • Response
  • 404 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 201 response Added
PUT /employees/{id}
  • Response
  • 200 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
  • 404 response Modified
    • */* content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
Spring Design First API
Rails Design First API
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
Rails Design First API
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
Spring Code first API
4 structure changes including:
4 Modifications
Modified 4
GET /employees
  • Response
  • 200 response Modified
    • */* content type Modified
      • role property Modified
        • Property is no longer deprecated
GET /employees/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • role property Modified
        • Property is no longer deprecated
POST /employees
  • Body
  • application/json content type Modified
    • role property Modified
      • Property is no longer deprecated
  • Response
  • 200 response Modified
    • */* content type Modified
      • role property Modified
        • Property is no longer deprecated
PUT /employees/{id}
  • Body
  • application/json content type Modified
    • role property Modified
      • Property is no longer deprecated
  • Response
  • 200 response Modified
    • */* content type Modified
      • role property Modified
        • Property is no longer deprecated
Spring Code first API
4 structure changes including:
4 Modifications
Modified 4
GET /employees
  • Response
  • 200 response Modified
    • */* content type Modified
      • role property Modified
        • Property is now deprecated
GET /employees/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • role property Modified
        • Property is now deprecated
POST /employees
  • Body
  • application/json content type Modified
    • role property Modified
      • Property is now deprecated
  • Response
  • 200 response Modified
    • */* content type Modified
      • role property Modified
        • Property is now deprecated
PUT /employees/{id}
  • Body
  • application/json content type Modified
    • role property Modified
      • Property is now deprecated
  • Response
  • 200 response Modified
    • */* content type Modified
      • role property Modified
        • Property is now deprecated
Spring Code first API
Laravel Design First API
Laravel Code First API
Go Hello OpenAPI API
Rails Hello OpenAPI API
Rails Design First API