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/project_export.rb')
-rw-r--r--lib/api/project_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/project_export.rb b/lib/api/project_export.rb
index 8a72ec051dc..7467b8e564e 100644
--- a/lib/api/project_export.rb
+++ b/lib/api/project_export.rb
@@ -154,7 +154,7 @@ module API
{ code: 503, message: 'Service unavailable' }
]
tags ['project_export']
- produces %w[application/octet-stream application/json]
+ produces %w[application/octet-stream application/gzip application/json]
end
params do
requires :relation, type: String, project_portable: true, desc: 'Project relation name'