Added example for get file archive
This commit is contained in:
parent
633e9f3175
commit
3ad8021e53
1 changed files with 5 additions and 1 deletions
|
@ -119,7 +119,11 @@ would send an archive in ZIP format.
|
|||
Parameters:
|
||||
|
||||
- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
|
||||
- `sha` (optional) - The commit SHA to download. A tag, branch reference or sha can be used. This defaults to the tip of the default branch if not specified
|
||||
- `sha` (optional) - The commit SHA to download. A tag, branch reference, or SHA can be used. This defaults to the tip of the default branch if not specified. For example:
|
||||
|
||||
```sh
|
||||
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.com/api/v4/projects/<project_id>/repository/archive?sha=<commit_sha>
|
||||
```
|
||||
|
||||
## Compare branches, tags or commits
|
||||
|
||||
|
|
Loading…
Reference in a new issue