diff options
author | Guilherme Vieira <guilherme@flipstudio.net> | 2017-09-23 10:21:32 -0300 |
---|---|---|
committer | Guilherme Vieira <guilherme@flipstudio.net> | 2017-10-12 18:46:41 -0300 |
commit | 771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b (patch) | |
tree | 63bc53b8c03078b5a40e3e67457d341cc5e337ff /doc/api | |
parent | b14641579855a14398db260ab909ae77c164c883 (diff) | |
download | gitlab-ce-771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b.tar.gz |
Adds requirements that supports anything in sha params
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/repositories.md | 2 |
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 |