API structure has changed
4 structure changes including:
4 Breaking changes
4 Modifications
Modified
4
Breaking
GET /v1/custom-field-responses/
- Path went from
/v1/custom-field-responses/{entityId}to/v1/custom-field-responses/(same operationId)Breaking - Path
-
entityId 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
- Query
- entityId query parameter Added
GET /v1/phones/
- Path went from
/v1/phones/{entityId}to/v1/phones/(same operationId)Breaking - Path
-
entityId 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
- Query
- entityId query parameter Added
PATCH /v1/custom-field-responses/
- Path went from
/v1/custom-field-responses/{entityId}to/v1/custom-field-responses/(same operationId)Breaking - Path
-
entityId 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
PATCH /v1/phones/
- Path went from
/v1/phones/{entityId}to/v1/phones/(same operationId)Breaking - Body
-
application/json content type Modified
-
fields 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
- entityId, phones properties Added
-
fields property Removed
- Path
-
entityId 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