From ac9072ab95efb1c0a7d02ce64b2ad6e83751856e Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:44:48 -0400 Subject: [PATCH] API reference (#27197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do we need the “by ID”? I wonder if we could pull that out (less words and it’s consistent with other endpoints) --- docs/REST API/rest-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index dcf4f1cc14..fd7e69215e 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -6584,8 +6584,8 @@ None. - [List team policies](#list-team-policies) - [Count policies](#count-policies) - [Count team policies](#count-team-policies) -- [Get policy by ID](#get-policy-by-id) -- [Get team policy by ID](#get-team-policy-by-id) +- [Get policy](#get-policy) +- [Get team policy](#get-team-policy) - [Add policy](#add-policy) - [Add team policy](#add-team-policy) - [Delete policies](#delete-policies) @@ -6911,7 +6911,7 @@ _Available in Fleet Premium_ --- -### Get policy by ID +### Get policy `GET /api/v1/fleet/global/policies/:id` @@ -6954,7 +6954,7 @@ _Available in Fleet Premium_ --- -### Get team policy by ID +### Get team policy _Available in Fleet Premium_