From b4fc556f10b9bed9af9a7d57de5b8fcdfa584ad9 Mon Sep 17 00:00:00 2001 From: Travis Miller Date: Sat, 24 Feb 2018 21:12:11 -0600 Subject: review: fix docs --- doc/api/project_import_export.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api') 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 | -- cgit v1.2.1