API structure has changed
2 structure changes including:
1 Breaking change
2 Modifications
Modified
2
Breaking
POST /product-sets
- Verb went from
GET
toPOST
(same operationId)Breaking - Query
-
page, limit query parameters Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 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
- 405 response Added
- Body
- application/json content type Added
POST /products
- Body
-
*/* content type Modified
- weight, width, height, length properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- weight, width, height, length properties Added
-
application/json content type Modified