API structure has changed
12 structure changes including:
12 Breaking changes
12 Modifications
Modified
12
Breaking
DELETE /api/purchase_orders/{id}/
- Path went from
/purchase_orders/{id}/to/api/purchase_orders/{id}/(same operationId)Breaking
DELETE /api/vendors/{id}/
- Path went from
/vendors/{id}/to/api/vendors/{id}/(same operationId)Breaking
GET /api/purchase_orders/
- Path went from
/purchase_orders/to/api/purchase_orders/(same operationId)Breaking
GET /api/purchase_orders/{id}/
- Path went from
/purchase_orders/{id}/to/api/purchase_orders/{id}/(same operationId)Breaking
GET /api/vendors/
- Path went from
/vendors/to/api/vendors/(same operationId)Breaking
GET /api/vendors/{id}/
- Path went from
/vendors/{id}/to/api/vendors/{id}/(same operationId)Breaking
GET /api/vendors/{id}/performance/
- Path went from
/vendors/{id}/performance/to/api/vendors/{id}/performance/(same operationId)Breaking
POST /api/purchase_orders/
- Path went from
/purchase_orders/to/api/purchase_orders/(same operationId)Breaking
POST /api/purchase_orders/{id}/acknowledge/
- Path went from
/purchase_orders/{id}/acknowledge/to/api/purchase_orders/{id}/acknowledge/(same operationId)Breaking
POST /api/vendors/
- Path went from
/vendors/to/api/vendors/(same operationId)Breaking
PUT /api/purchase_orders/{id}/
- Path went from
/purchase_orders/{id}/to/api/purchase_orders/{id}/(same operationId)Breaking
PUT /api/vendors/{id}/
- Path went from
/vendors/{id}/to/api/vendors/{id}/(same operationId)Breaking