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

25 days ago

main
v0
Compare

API structure has changed

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