Change Updates

Do not miss any CloudCockpit API changes, ever again

Subscribe to the CloudCockpit API changelog to be up to date on recent changes.

RSS

May 30, 2023

CSP
v1
Compare

API structure has changed

18 structure changes including:
11 Breaking changes
7 Additions
11 Removals
Removed 11 Breaking
POST /v1/Users/reseller/{resellerId}
POST /v1/Users/customer/{customerId}
POST /v1/Users/csp
PATCH /v1/Users/reseller/{email}
PATCH /v1/Users/customer/{email}
PATCH /v1/Users/csp/{email}
GET /v1/Users/customer/{customerId}
GET /v1/Users
DELETE /v1/Users/reseller/{email}
DELETE /v1/Users/customer/{email}
DELETE /v1/Users/csp/{email}
Added 7
POST /v1/reseller/{resellerId}/users
POST /v1/customer/{customerId}/users
POST /v1/csp/users
PATCH /v1/users/{email}
GET /v1/customer/{customerId}/users
GET /v1
DELETE /v1/users/{email}