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

9 days ago

main
0.3.0
Compare

API structure has changed

17 structure changes including:
17 Modifications
Modified 17 Breaking
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /distributors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /distributors/{id}/stats
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • users_hierarchy_count, systems_hierarchy_count properties Added
GET /resellers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /resellers/{id}/stats
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • users_hierarchy_count, systems_hierarchy_count properties Added
PATCH /customers/{id}/reactivate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • customer property Modified
PATCH /customers/{id}/suspend
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • customer property Modified
PATCH /distributors/{id}/reactivate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • distributor property Modified
PATCH /distributors/{id}/suspend
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • distributor property Modified
PATCH /resellers/{id}/reactivate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • reseller property Modified
PATCH /resellers/{id}/suspend
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • reseller property Modified
POST /customers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /distributors
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /resellers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /distributors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /resellers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems_count, resellers_count, customers_count, applications_count properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking