Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fda784b9
Commit
fda784b9
authored
Sep 23, 2021
by
ngaskill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix export API doc command
parent
dd0ec12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
doc/api/group_import_export.md
doc/api/group_import_export.md
+6
-2
No files found.
doc/api/group_import_export.md
View file @
fda784b9
...
...
@@ -57,8 +57,12 @@ GET /groups/:id/export/download
|
`id`
| integer/string | yes | ID of the group owned by the authenticated user |
```
shell
curl
--header
"PRIVATE-TOKEN: <your_access_token>"
--remote-header-name
\
--remote-name
"https://gitlab.example.com/api/v4/groups/1/export/download"
group
=
1
token
=
secret
curl
--request
GET
\
--header
"PRIVATE-TOKEN:
${
token
}
"
\
--output
download_group_
${
group
}
.tar.gz
\
"https://gitlab.example.com/api/v4/groups/
${
group
}
/export/download"
```
```
shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment