API structure has changed
3 structure changes including:
1 Addition
2 Modifications
Modified
2
Breaking
POST /products
- Body
-
content type Modified
- climate property Removed
- Response
-
201 response Modified
- _id, publisherId, images, title, size, price, type, description, publishedDate, sold, category properties Added
- 401 response Added
PUT /products/{productID}
- Body
- content type Added
Added
1
GET /categories/{categoryId}