From 794a14069d1eabcce69227002ddecdd5f45eefb7 Mon Sep 17 00:00:00 2001
From: Darby Frey <dfrey@gitlab.com>
Date: Tue, 29 Mar 2022 00:26:38 +0000
Subject: [PATCH] Add secure files project limit to API docs

---
 doc/api/secure_files.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/api/secure_files.md b/doc/api/secure_files.md
index 826a5de3489bf..aa3e80a895dd4 100644
--- a/doc/api/secure_files.md
+++ b/doc/api/secure_files.md
@@ -11,8 +11,7 @@ type: reference, api
 
 FLAG:
 On self-managed GitLab, by default this feature is not available. To make it available,
-ask an administrator to [enable the feature flag](../administration/feature_flags.md) named `ci_secure_files`.
-The feature is not ready for production use.
+ask an administrator to [enable the feature flag](../administration/feature_flags.md) named `ci_secure_files`. Limited to 100 secure files per project. The feature is not ready for production use. 
 
 ## List project secure files
 
-- 
GitLab