summaryrefslogtreecommitdiff
path: root/doc/api/repositories.md
diff options
context:
space:
mode:
authorIzaak Alpert <ialpert@blackberry.com>2013-09-26 16:42:49 -0400
committerIzaak Alpert <ialpert@blackberry.com>2013-10-10 09:19:28 -0400
commitce21d8688d091312f47c547c2900a83fdcaebc75 (patch)
treec51a898984dd12678f6ee1c7e653b7aed321088f /doc/api/repositories.md
parente8d1e827d8fe68d61a7be180bcc411c0d4e7982c (diff)
downloadgitlab-ce-ce21d8688d091312f47c547c2900a83fdcaebc75.tar.gz
feature API call to download repo archive
defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index cb0626972e5..1792d2b5edf 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -356,3 +356,16 @@ Parameters:
+ `id` (required) - The ID of a project
+ `sha` (required) - The commit or branch name
+ `filepath` (required) - The path the file
+
+
+## Get file archive
+
+Get a an archive of the repository
+
+```
+GET /projects/:id/repository/archive
+```
+
+Parameters:
++ `id` (required) - The ID of a project
++ `sha` (optional) - The commit or branch name