summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-10-16 15:14:42 +0000
committerDouwe Maan <douwe@gitlab.com>2017-10-16 15:14:42 +0000
commit38ff8cd13d447825d74e9496cb9c72bedb6e0f7e (patch)
tree96a1a9f8c87813dca67608385ec67784d1626e36 /doc
parent07e330896755b5a84f92042e7437ab78dfeeaae4 (diff)
parent771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b (diff)
downloadgitlab-ce-38ff8cd13d447825d74e9496cb9c72bedb6e0f7e.tar.gz
Merge branch 'sha-handling' into 'master'
Adds requirements that supports anything in sha params Closes #26561 and #2709 See merge request gitlab-org/gitlab-ce!14462
Diffstat (limited to 'doc')
-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