From 06af5b55af91c2ca22159862bf79dad493c6baef Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 20 Jul 2022 17:25:21 -0400 Subject: [PATCH] Update FAQ.md (#6778) - Add `v1` to the `/api/v1/osquery` URL path --- docs/Deploying/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Deploying/FAQ.md b/docs/Deploying/FAQ.md index fbb3aa83d..c08b1c96f 100644 --- a/docs/Deploying/FAQ.md +++ b/docs/Deploying/FAQ.md @@ -238,7 +238,7 @@ Check out the [documentation on running database migrations](./Upgrading-Fleet.m ## What API endpoints should I expose to the public internet? -If you would like to manage hosts that can travel outside your VPN or intranet we recommend only exposing the "/api/osquery" endpoint to the public internet. +If you would like to manage hosts that can travel outside your VPN or intranet we recommend only exposing the "/api/v1/osquery" endpoint to the public internet. ## What is the minimum version of MySQL required by Fleet?