Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities/ci/secure_file.rb')
-rw-r--r--lib/api/entities/ci/secure_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities/ci/secure_file.rb b/lib/api/entities/ci/secure_file.rb
index a234ada6f82..bf8d2776db1 100644
--- a/lib/api/entities/ci/secure_file.rb
+++ b/lib/api/entities/ci/secure_file.rb
@@ -12,6 +12,7 @@ documentation: { type: 'string', example: '16630b189ab34b2e3504f4758e1054d2e478d
expose :created_at, documentation: { type: 'dateTime', example: '2022-02-22T22:22:22.222Z' }
expose :expires_at, documentation: { type: 'dateTime', example: '2022-09-21T14:56:00.000Z' }
expose :metadata, documentation: { type: 'Hash', example: { "id" => "75949910542696343243264405377658443914" } }
+ expose :file_extension, documentation: { type: 'string', example: 'jks' }
end
end
end