diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2018-03-30 08:30:05 +0200 |
---|---|---|
committer | Francisco Javier López <fjlopez@gitlab.com> | 2018-03-30 08:30:18 +0200 |
commit | 8acb3b4db0b6e350f8722c133c075b5ababa45a6 (patch) | |
tree | eb60b4289cd8ecf6b94968c52d0f8a1325869fc4 | |
parent | 15dd9079ab20b269d88127b6516f804faa40ecb2 (diff) | |
download | gitlab-ce-fj-42685-extend-project-export-endpoint.tar.gz |
Added noted about binary data uploads [ci skip]fj-42685-extend-project-export-endpoint
-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) |