API structure has changed
3 structure changes including:
3 Modifications
Modified
3
GET /users/{id}
- Response
-
200 response Modified
- emailVerified property Added
GET /users/{username}/profile
- Response
-
200 response Modified
- _id, createDate, emailVerified properties Added
POST /chats
- Response
-
201 response Modified
- _id, productId, sellerId, buyerId, deletedBySeller, deletedByBuyer properties Added