API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
GET /v1/company/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
url property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- slug property Added
-
url property Removed
-
application/json content type Modified
GET /v1/company/{slug}
- Path went from
/v1/company/{url}to/v1/company/{slug}(same operationId) - Path
-
url path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- slug path parameter Added
GET /v1/company/{slug}/settings
- Path went from
/v1/company/{url}/settingsto/v1/company/{slug}/settings(same operationId) - Path
-
url path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- slug path parameter Added