Skip to main content

API Versioning

The FlexOps API is versioned via the URL path (/v1/).

Current version

v1 — the current and only production version.

Versioning policy

  • Breaking changes (removed fields, changed types) will only ship in new major versions
  • Additive changes (new fields, new endpoints) are added to the current version
  • Deprecated features are announced 90 days before removal
  • Previous versions are supported for 12 months after a new version launches

Changelog

API changes are published in the Changelog.