diff options
-rw-r--r-- | doc/api/project_import_export.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/project_import_export.md b/doc/api/project_import_export.md index 954429cf6a0..30ecace54dd 100644 --- a/doc/api/project_import_export.md +++ b/doc/api/project_import_export.md @@ -10,7 +10,8 @@ Start a new export. The endpoint also accepts an `upload` param. This param is a hash that contains all the necessary information to upload the exported project to a web server or -to an Amazon S3 bucket with signed URLs. +to an Amazon S3 bucket with signed URLs. At the moment we only support binary +data file uploads to the final server. If the `upload` params is present, `upload[url]` param is required. (**Note:** This feature was introduced in GitLab 10.7) |