Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Miller <travis@travismiller.com>2018-02-25 06:12:11 +0300
committerTravis Miller <travis@travismiller.com>2018-03-01 05:47:37 +0300
commitb4fc556f10b9bed9af9a7d57de5b8fcdfa584ad9 (patch)
treee544c445a99d91ff875ddf2897f050e59bb0c6f4 /doc/api/project_import_export.md
parent3b474052b82e5e82df8f34a2bdb7e305118aef0f (diff)
review: fix docs
Diffstat (limited to 'doc/api/project_import_export.md')
-rw-r--r--doc/api/project_import_export.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/project_import_export.md b/doc/api/project_import_export.md
index 7c2c619b97b..c6923f2a439 100644
--- a/doc/api/project_import_export.md
+++ b/doc/api/project_import_export.md
@@ -1,10 +1,10 @@
-# Project import API
+# Project import/export API
[Introduced][ce-41899] in GitLab 10.6
[See also the project import/export documentation](../user/project/settings/import_export.md)
-## Export start
+## Schedule an export
Start a new export.
@@ -66,7 +66,7 @@ Status can be one of `none`, `started`, or `finished`.
Download the finished export.
```http
-GET /projects/:id/export
+GET /projects/:id/export/download
```
| Attribute | Type | Required | Description |