diff options
author | Travis Miller <travis@travismiller.com> | 2018-02-28 21:30:47 -0600 |
---|---|---|
committer | Travis Miller <travis@travismiller.com> | 2018-02-28 21:30:47 -0600 |
commit | 60642307c7bb0fe1917324966ed01393f3d25076 (patch) | |
tree | fb3cc6746be4175cb40ccda4678fcb37f427578d /doc | |
parent | 2b176137c9b5617d38ff89b6f8ed4636018916c9 (diff) | |
download | gitlab-ce-60642307c7bb0fe1917324966ed01393f3d25076.tar.gz |
review: add note about _links present when export is finished
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/project_import_export.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/project_import_export.md b/doc/api/project_import_export.md index c6923f2a439..677765368a8 100644 --- a/doc/api/project_import_export.md +++ b/doc/api/project_import_export.md @@ -44,6 +44,8 @@ curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/a Status can be one of `none`, `started`, or `finished`. +`_links` are only present when export has finished. + ```json { "id": 1, |