Remove deprecated kolide names from API routes and configuration (#957)

Closes #260
This commit is contained in:
Zach Wasserman
2021-06-04 16:51:18 -07:00
committed by GitHub
parent 0566fc57f3
commit 08d57b40d1
6 changed files with 24 additions and 149 deletions
-2
View File
@@ -25,8 +25,6 @@ Fleet is powered by a Go API server which serves three types of endpoints:
The React app uses React Router to determine whether or not the URI is a valid
route and what to do.
Note: We have deprecated `/api/v1/kolide/` routes and will remove them in the Fleet 4.0 release. Please migrate all routes to `/api/v1/fleet/`.
### fleetctl
Many of the operations that a user may wish to perform with an API are currently best performed via the [fleetctl](./2-fleetctl-CLI.md) tooling. These CLI tools allow updating of the osquery configuration entities, as well as performing live queries.