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
This commit is contained in:
Noah Talerman
2026-04-27 10:09:48 -05:00
committed by GitHub
parent e2f74d1ed0
commit 11c872a279
+1
View File
@@ -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)