Change Updates

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

23 days ago

main
v0
Compare

API structure has changed

Next Change
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