Do not miss any Spring Code first API changes, ever again

Subscribe to the Spring Code first API changelog to be up to date on recent changes.

RSS

Changelog

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