From 9ea5efb6ba309d2ed87801391a6d1aadbe19f563 Mon Sep 17 00:00:00 2001 From: Matt Hook Date: Fri, 15 Mar 2024 16:47:14 +1300 Subject: [PATCH] fix(stacks): update swagger stacks doc description [EE-6860] (#11384) --- api/http/handler/stacks/stack_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/http/handler/stacks/stack_list.go b/api/http/handler/stacks/stack_list.go index 32caf5281..13908e24d 100644 --- a/api/http/handler/stacks/stack_list.go +++ b/api/http/handler/stacks/stack_list.go @@ -23,6 +23,7 @@ type stackListOperationFilters struct { // @description List all stacks based on the current user authorizations. // @description Will return all stacks if using an administrator account otherwise it // @description will only return the list of stacks the user have access to. +// @description Limited stacks will not be returned by this endpoint. // @description **Access policy**: authenticated // @tags stacks // @security ApiKeyAuth