Do not miss any my.nethesis.it API changes, ever again

Subscribe to the my.nethesis.it API changelog to be up to date on recent changes.

RSS

about 18 hours ago

main
0.7.10
Compare

API structure has changed

Next change
10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /impersonate/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • impersonated_user, impersonator properties Modified
GET /me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • has_avatar property Added
GET /public/users/{id}/avatar
  • Response
  • 404 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204, 400 responses Added
GET /users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • users property Modified
GET /users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • has_avatar property Added
POST /auth/exchange
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • user property Modified
POST /auth/refresh
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • user property Modified
POST /impersonate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • impersonated_user, impersonator properties Modified
POST /users
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • has_avatar property Added
PUT /users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • has_avatar property Added