API structure has changed
7 structure changes including:
4 Additions
3 Modifications
Modified
3
Breaking
DELETE /customers/{customerId}
- Path went from
/customers/{id}to/customers/{customerId}(same operationId) - Path
-
id path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- customerId path parameter Added
GET /customers/{customerId}
- Path went from
/customers/{id}to/customers/{customerId}(same operationId) - Path
-
id path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- customerId path parameter Added
PATCH /customers/{customerId}
- Path went from
/customers/{id}to/customers/{customerId}(same operationId) - Path
-
id path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- customerId path parameter Added
Added
4
GET /customers/{customerId}/bankaccounts
GET /customers/{customerId}/bankaccounts/{accountNumber}
PATCH /customers/{customerId}/bankaccounts/{accountNumber}
POST /customers/{customerId}/bankaccounts