Update API versioning docs (#6644)

- Specify when the new API versioning will be introduced
This commit is contained in:
Noah Talerman
2022-08-02 09:22:02 -04:00
committed by GitHub
parent a8a41fce31
commit 5d2455d623
+4
View File
@@ -1,5 +1,9 @@
# API versioning
All of the Fleet API routes currently support `v1` in the URL path.
When Fleet 5 is released, the Fleet API will use date versioning (specified below) and support for `v1` will be removed.
## Why do we need to version the API?
The API is a product, just like fleetctl and the web UI. It has its users, mostly fleetctl and the web UI, but third-party developers also work with it.