summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorTravis Miller <travis@travismiller.com>2018-02-24 21:12:11 -0600
committerTravis Miller <travis@travismiller.com>2018-02-28 20:47:37 -0600
commitb4fc556f10b9bed9af9a7d57de5b8fcdfa584ad9 (patch)
treee544c445a99d91ff875ddf2897f050e59bb0c6f4 /doc/api
parent3b474052b82e5e82df8f34a2bdb7e305118aef0f (diff)
downloadgitlab-ce-b4fc556f10b9bed9af9a7d57de5b8fcdfa584ad9.tar.gz
review: fix docs
Diffstat (limited to 'doc/api')
-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 |