From 11c872a2795ca9e061af7e2ebcce68bfd862bcb2 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:09:48 -0400 Subject: [PATCH] Add API-only user verification in story template (#44160) FYI @AndreyKizimenko @chrstphr84 @xpkoala @Brajim20 @marko-lisica @melpike as of 4.84, we want to make sure every new API endpoint is available to be added to API-only users --- .github/ISSUE_TEMPLATE/story.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 85136d8c6d..030841c98f 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -79,6 +79,7 @@ It is [planned and ready](https://fleetdm.com/handbook/company/development-group #### API - [ ] Test all API endpoints added or modified in the **API changes** section of this issue +- [ ] Verify any new API endpoints appear in the list when adding an API-only user. The API endpoints display name, method, and path is the same as listed in the API reference docs - [ ] Verify error handling for invalid inputs where applicable #### GitOps (generate + run)