Change Updates

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

Jul 28, 2025

main
1.0.0
Compare

API structure has changed

7 structure changes including:
3 Additions
4 Modifications
Modified 4 Breaking
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
        • active property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • deleted_at, suspended_at properties Added
POST /users
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • active property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • deleted_at, suspended_at properties Added
PUT /users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • active property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • deleted_at, suspended_at properties Added
Added 3
PATCH /users/{id}/reactivate
PATCH /users/{id}/suspend
POST /auth/me/change-info