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_relations_export.md')
-rw-r--r--doc/api/project_relations_export.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/project_relations_export.md b/doc/api/project_relations_export.md
index a3a677e9d7d..5fe3923edc8 100644
--- a/doc/api/project_relations_export.md
+++ b/doc/api/project_relations_export.md
@@ -75,6 +75,7 @@ The status can be one of the following:
"error": null,
"updated_at": "2021-05-04T11:25:20.423Z",
"batched": true,
+ "batches_count": 1,
"batches": [
{
"status": 1,
@@ -90,7 +91,8 @@ The status can be one of the following:
"status": 1,
"error": null,
"updated_at": "2021-05-04T11:25:20.085Z",
- "batched": false
+ "batched": false,
+ "batches_count": 0
}
]
```