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
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-12-20 21:30:15 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-21 17:15:35 +0300
commitd4376e0c7fdcb0e8c8aa44ea2c6b425e46ac22f5 (patch)
tree93c2103fb326990e10237df45a19cbb282229a64 /doc
parentef047d07dc0062d0ab932eb64076067ff1f4e4bc (diff)
Merge branch '4269-public-files-api' into 'master'
Allow unauthenticated access to Repositories Files API GET endpoints See merge request !8149
Diffstat (limited to 'doc')
-rw-r--r--doc/api/repository_files.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/repository_files.md b/doc/api/repository_files.md
index b8c9eb2c9a8..8a6baed5987 100644
--- a/doc/api/repository_files.md
+++ b/doc/api/repository_files.md
@@ -6,7 +6,9 @@
## Get file from repository
-Allows you to receive information about file in repository like name, size, content. Note that file content is Base64 encoded.
+Allows you to receive information about file in repository like name, size,
+content. Note that file content is Base64 encoded. This endpoint can be accessed
+without authentication if the repository is publicly accessible.
```
GET /projects/:id/repository/files