mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
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
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user