API structure has changed
6 structure changes including:
6 Modifications
Modified
6
Breaking
GET /v1/contacts/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/contacts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
phone, phonesCount properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
phone, phonesCount properties Removed
-
application/json content type Modified
PATCH /v1/contacts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
phone, phonesCount properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
phone, phonesCount properties Removed
-
application/json content type Modified
PATCH /v1/phones/
- Body
-
application/json content type Modified
- phones property Modified
POST /v1/contacts/
- Body
-
application/json content type Modified
- phones property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
phone, phonesCount properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
phone, phonesCount properties Removed
-
application/json content type Modified
POST /v1/contacts/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
-
phone, phonesCount properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
phone, phonesCount properties Removed
-
application/json content type Modified