9.32Versioning
Suppose:
GET /customers
response changes incompatibly.
Don't casually break consumers.
Options include:
/v1/customers
/v2/customers
or API-management/versioning conventions.
The exact organizational approach varies.
Main principle:
Breaking contract changes require lifecycle/version strategy.