4 structure changes including:
4 Modifications
Modified
4
DELETE /api/products/{id}
- Response
- 302 response Added
GET /api/products
- Response
- 302 response Added
POST /api/products
- Response
- 302 response Added
PUT /api/products/{id}
- Response
- 302 response Added
4 structure changes including:
4 Modifications
Modified
4
DELETE /api/products/{id}
- Response
- 403 response Added
GET /api/products
- Response
- 403 response Added
POST /api/products
- Response
- 403 response Added
PUT /api/products/{id}
- Response
- 403 response Added
4 structure changes including:
2 Breaking changes
2 Additions
2 Removals
Removed
2
Breaking
POST /api/login
POST /api/logout
Added
2
POST /api/login
POST /api/logout
1 structure change including:
1 Modification
Modified
1
PUT /api/products/{id}
- Response
-
200 response Modified
- id_product, sku, name, description, price, stock, type, stock_available properties Added
5 structure changes including:
5 Modifications
Modified
5
GET /api/products
- Response
-
200 response Modified
- id_product, sku, name, description, price, stock, type, stock_available properties Added
GET /api/products/{id}
- Response
-
200 response Modified
- id_product, sku, name, description, price, stock, type, stock_available properties Added
POST /api/login
- Response
-
200 response Modified
- user property Modified
- Body
- content type Added
POST /api/products
- Response
-
201 response Modified
- id_product, sku, name, description, price, stock, type, stock_available properties Added
- Body
- content type Added
PUT /api/products/{id}
- Body
-
content type Modified
- type, name, description, sticker, image, active, sku, external_id, price, stock, stock_available, youtube, image_instagram, url, lang properties Added
5 structure changes including:
5 Modifications
Modified
5
Breaking
GET /api/products
- Response
- 200 response Modified
GET /api/products/{id}
- Response
-
200 response Modified
- id_product, sku, name, description, price, stock, type, stock_available properties Removed
POST /api/login
- Response
-
200 response Modified
- user property Modified
- Body
- content type Removed
POST /api/products
- Response
-
201 response Modified
- id_product, sku, name, description, price, stock, type, stock_available properties Removed
- Body
- content type Removed
PUT /api/products/{id}
- Body
-
content type Modified
- type, name, description, sticker, image, active, sku, external_id, price, stock, stock_available, youtube, image_instagram, url, lang properties Removed
4 structure changes including:
2 Breaking changes
2 Additions
2 Removals
Removed
2
Breaking
GET /api/reset-password
POST /api/reset-password
Added
2
GET /api/products
POST /api/products
4 structure changes including:
2 Breaking changes
1 Addition
1 Modification
2 Removals
Modified
1
Breaking
POST /api/reset-password
- Body
-
content type Modified
- password, confirm_password properties Removed
- type, name, description, sticker, image, active, sku, external_id, price, stock, stock_available, youtube, image_instagram, url, lang properties Added
- Response
- 200 response Removed
- 201 response Added
Removed
2
Breaking
GET /api/products
POST /api/products
Added
1
GET /api/reset-password
11 structure changes including:
5 Breaking changes
6 Additions
5 Removals
Removed
5
Breaking
DELETE /products/{id}
GET /products
GET /products/{id}
POST /products
PUT /products/{id}
Added
6
DELETE /api/products/{id}
GET /api/products
GET /api/products/{id}
POST /api/products
POST /api/reset-password
PUT /api/products/{id}
12 structure changes including:
5 Breaking changes
7 Additions
5 Removals
Removed
5
Breaking
DELETE /api/products/{id}
GET /api/products
GET /api/products/{id}
POST /api/products
PUT /api/products/{id}
Added
7
DELETE /products/{id}
GET /products
GET /products/{id}
POST /api/login
POST /api/logout
POST /products
PUT /products/{id}