Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/project_import_export.md')
-rw-r--r--doc/api/project_import_export.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/project_import_export.md b/doc/api/project_import_export.md
index 5565eaa97f7..5c631d2f084 100644
--- a/doc/api/project_import_export.md
+++ b/doc/api/project_import_export.md
@@ -86,8 +86,12 @@ an email notifying the user to download the file, uploading the exported file to
`regeneration_in_progress` is when an export file is available to download, and a request to generate a new export is in process.
+`none` is when there are no exports _queued_, _started_, _finished_, or _being regenerated_
+
`_links` are only present when export has finished.
+`created_at` is the project create timestamp, not the export start time.
+
```json
{
"id": 1,