API structure has changed
5 structure changes including:
2 Additions
3 Modifications
Modified
3
Breaking
GET /users/{id}
- Response
-
200 response Modified
- first_name, last_name properties Removed
POST /users
- Response
-
201 response Modified
- first_name, last_name properties Removed
PUT /users/{id}
- Response
-
201 response Modified
- first_name, last_name properties Removed
Added
2
DELETE /users/{id}
GET /users?email={email}