Versioning

How to see your version number and when do we change it.

Resources are accessed by URL path which contains the API version number.

The URL path format is defined as:
/api/v{major version}.{minor version}/{resource}

A minor version is required and is available when a new major version is released. In this case the format is:
/api/v{major version}/{resource}

Bond increments API version numbers when an API update contains backwards-incompatible changes. Bond releases new documentation versions aligned with API versions

Version example

v0.0v0.1