From 2f0fa55292b9a5af259a61776f2ca45afb2dfea7 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 12 Jun 2026 11:50:54 -0400 Subject: [PATCH] Update `/server/api_endpoints/api_endpoints.yml` CODEOWNER (#47469) Currently @go is the codeowner for this file because of its location, but it's not really Go code: this file is a YAML list of all the API endpoints available when creating an API-only user in the UI. If this goes through the same review process as API design, then product designers can help maintain the display names and make sure they're up-to-date with the REST API docs. ## Summary by CodeRabbit * **Chores** * Updated code ownership configuration for API endpoint-related files. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index f14eadcd0d..3aef8bc424 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -40,6 +40,7 @@ go.sum @fleetdm/go go.mod @fleetdm/go /cmd/ @fleetdm/go /server/ @fleetdm/go +/server/api_endpoints/api_endpoints.yml @rachaelshaw # « API endpoint display names in the Fleet UI (API-only users) /ee/server/ @fleetdm/go /orbit/ @fleetdm/go