Versioning
Versioning overview
All APIs are versioned following the structure depicted below:
V X.xx.xx
of which
first digits represent the major version
second digits represent the minor version
and third digits represents patches changes
The major version is also included in the path url ex: "e-financing/api/v1
" meaning the endpoints and operations under this path are only referring this major version.
Minor versions and patches change will not impact the url meaning the endpoints will always refers to the last minor and patches changes under the major version.
All change under major version are ascendant compatibles. In case of breaking that compatibility, a new major version will be created.
Change log: We will maintain a "change log" section in the API reference pages of this guide with the content of change operated in the versions and also we will keep the history of version change.
Last updated
Was this helpful?