OK - Versionless
Our API is considered versionless. That means, that our API evolves in a backwards compatible way. The following changes however are considered to be backwards-compatible:
Adding new API resources.
Adding new optional request parameters to existing API methods.
Adding new properties to existing API responses.
Changing the order of properties in existing API responses.
Adding values to enum fields
Outside of these backwards compatible changes we might mark an endpoint or data models with the Alpha- or Beta-Flags in order to make transparent that this specific endpoint might be subject to change (please read more on the Release Life Cycle).
Last updated