API structure has changed
25 structure changes including:
2 Additions
23 Modifications
Modified
23
PUT /systems/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_at, suspended_by_org_id properties Added
-
data property Modified
-
application/json content type Modified
PUT /resellers/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
PUT /distributors/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
PUT /customers/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
POST /systems/{id}/regenerate-secret
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_at, suspended_by_org_id properties Added
-
data property Modified
-
application/json content type Modified
POST /systems
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_at, suspended_by_org_id properties Added
-
data property Modified
-
application/json content type Modified
POST /resellers
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
POST /distributors
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
POST /customers
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
PATCH /resellers/{id}/suspend
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- reseller property Modified
- suspended_customers_count, suspended_systems_count properties Added
-
data property Modified
-
application/json content type Modified
PATCH /resellers/{id}/reactivate
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- reseller property Modified
- reactivated_customers_count, reactivated_systems_count properties Added
-
data property Modified
-
application/json content type Modified
PATCH /distributors/{id}/suspend
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- distributor property Modified
- suspended_resellers_count, suspended_customers_count, suspended_systems_count properties Added
-
data property Modified
-
application/json content type Modified
PATCH /distributors/{id}/reactivate
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- distributor property Modified
- reactivated_resellers_count, reactivated_customers_count, reactivated_systems_count properties Added
-
data property Modified
-
application/json content type Modified
PATCH /customers/{id}/suspend
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- customer property Modified
- suspended_systems_count property Added
-
data property Modified
-
application/json content type Modified
PATCH /customers/{id}/reactivate
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- customer property Modified
- reactivated_systems_count property Added
-
data property Modified
-
application/json content type Modified
GET /systems/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_at, suspended_by_org_id properties Added
-
data property Modified
-
application/json content type Modified
GET /systems
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- systems property Modified
-
data property Modified
-
application/json content type Modified
GET /resellers/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
GET /resellers
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- resellers property Modified
-
data property Modified
-
application/json content type Modified
GET /distributors/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
GET /distributors
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- distributors property Modified
-
data property Modified
-
application/json content type Modified
GET /customers/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- suspended_by_org_id property Added
-
data property Modified
-
application/json content type Modified
GET /customers
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- customers property Modified
-
data property Modified
-
application/json content type Modified
Added
2
PATCH /systems/{id}/suspend
PATCH /systems/{id}/reactivate