7 structure changes including:
1 Addition
6 Modifications
Modified
6
Breaking
GET /api/v1/addons/seccl/{addon}/client/{account_uuid}
- Response
-
200 response Modified
-
application/json content type Modified
-
address_details 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
- address_detail, bank_details, vulnerability properties Added
-
address_details property Removed
-
application/json content type Modified
GET /api/v1/client/{client_uuid}/illustrations
- Response
-
200 response Modified
-
application/json content type Modified
- application property Added
-
application/json content type Modified
GET /api/v1/illustration/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- application property Added
-
application/json content type Modified
GET /api/v1/plans/{plan_uuid}/illustrations
- Response
-
200 response Modified
-
application/json content type Modified
- application property Added
-
application/json content type Modified
POST /api/v1/illustration
- Response
-
200 response Modified
-
application/json content type Modified
- application property Added
-
application/json content type Modified
PUT /api/v1/illustration/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- application property Added
-
application/json content type Modified
Added
1
POST /api/v2/valuations/bulk
5 structure changes including:
5 Modifications
Modified
5
GET /api/v1/cases
- Query
- filter[completed_after], filter[completed_before], filter[review_at_after], filter[review_at_before] query parameters Added
GET /api/v1/cases/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- review_at, assigned_to_uuids, group_uuids properties Added
-
application/json content type Modified
GET /api/v1/client/{client_uuid}/cases
- Query
- filter[group_uuids], filter[completed_after], filter[completed_before], filter[review_at_after], filter[review_at_before] query parameters Added
POST /api/v1/cases
- Body
-
application/json content type Modified
- assigned_to_uuids, group_uuids, review_at properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- review_at, assigned_to_uuids, group_uuids properties Added
-
application/json content type Modified
PUT /api/v1/cases/{uuid}
- Body
-
application/json content type Modified
- assigned_to_uuids, group_uuids, review_at properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- review_at, assigned_to_uuids, group_uuids properties Added
-
application/json content type Modified
2 structure changes including:
2 Modifications
Modified
2
POST /api/v2/addresses
- Body
-
application/json content type Modified
- primary_account_uuids property Added
POST /api/v2/contact-details
- Body
-
application/json content type Modified
- primary_account_uuids property Added
1 structure change including:
1 Modification
Modified
1
GET /api/v1/plans/{plan_uuid}/premiums
- Query
- filter[start_date], filter[end_date] query parameters Added