API structure has changed
2 structure changes including:
2 Modifications
Modified
2
Breaking
GET /api/v1/accounts/currency/{currency}
- Path went from
/api/v1/accounts/currency/{currencyCode}to/api/v1/accounts/currency/{currency}(same operationId) - Path
-
currencyCode 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
- currency path parameter Added
POST /api/v1/accounts
- Body
-
application/json content type Modified
-
currencyCode property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- currency property Added
-
currencyCode property Removed