Backward Compatibility
← Back to API Best Practices
Additive changes, deprecation policy. API changes should not break existing clients. Add new fields rather than removing or renaming existing ones. Deprecate before removing, with clear timelines and migration guides.
Key Properties
Related
- API Versioning (versioning strategy)