BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
6 / 18 · Module 9 — API-Led Architecture · filtered: cheatsheet← 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.