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

Jan 30, 2026

main
0.3.0
Compare

API structure has changed

21 structure changes including:
11 Additions
10 Modifications
Modified 10
PUT /systems/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
PUT /applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
POST /systems/{id}/regenerate-secret
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
POST /systems
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
PATCH /applications/{id}/unassign
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
PATCH /applications/{id}/assign
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
GET /systems/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
GET /systems/info
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled property Added
GET /systems
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • systems property Modified
GET /applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • rebranding_enabled, rebranding_org_id properties Added
Added 11
PUT /rebranding/{org_id}/products/{product_id}
PATCH /rebranding/{org_id}/enable
PATCH /rebranding/{org_id}/disable
GET /systems/rebranding/{product_id}/{asset}
GET /systems/rebranding
GET /rebranding/{org_id}/status
GET /rebranding/{org_id}/products/{product_id}/{asset}
GET /rebranding/{org_id}/products
GET /rebranding/products
DELETE /rebranding/{org_id}/products/{product_id}/{asset}
DELETE /rebranding/{org_id}/products/{product_id}