mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
790 B
790 B
API versioning
All of the Fleet API routes currently include v1 in the URL path to identify which iteration of the API is being used. This allows us to release new features, improvements, or breaking changes in the future under a different version (like /v2/) without disrupting existing clients that still rely on the previous version. By versioning our API, we can manage changes in a predictable, structured way. This approach provides a clear upgrade path for developers and prevents confusion by standardizing how changes are communicated, documented, and ultimately adopted by API consumers.