BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
26 / 81 · Module 9 — API-Led Architecture · filtered: interview← prev⊞ allnext →

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.