summaryrefslogtreecommitdiff
path: root/doc/api/repositories.md
diff options
context:
space:
mode:
authorGuilherme Vieira <guilherme@flipstudio.net>2017-09-23 10:21:32 -0300
committerGuilherme Vieira <guilherme@flipstudio.net>2017-10-12 18:46:41 -0300
commit771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b (patch)
tree63bc53b8c03078b5a40e3e67457d341cc5e337ff /doc/api/repositories.md
parentb14641579855a14398db260ab909ae77c164c883 (diff)
downloadgitlab-ce-771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b.tar.gz
Adds requirements that supports anything in sha params
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index bccef924375..594babc74be 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -85,7 +85,7 @@ GET /projects/:id/repository/blobs/:sha
Parameters:
- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
-- `sha` (required) - The commit or branch name
+- `sha` (required) - The blob SHA
## Raw blob content