API structure has changed
4 structure changes including:
2 Breaking changes
2 Additions
2 Modifications
Modified
2
Breaking
POST /v1/families/create
- Path went from
/v1/families/to/v1/families/create(same operationId)Breaking - Body
-
application/json content type Modified
-
name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail 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
- firstname, lastname, email, phone properties Added
-
name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail properties Removed
POST /v1/families/{id}
- Verb went from
PUTtoPOST(same operationId)Breaking - Body
-
application/json content type Modified
-
name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail 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
- firstname, lastname, email, phone, sendInvite properties Added
-
name, joinedAt, primaryContactFirstname, primaryContactLastname, primaryContactEmail properties Removed
- Response
-
404 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 422 response Added
Added
2
POST /v1/families/
PUT /v1/families/{id}