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/group_relations_export.md')
-rw-r--r--doc/api/group_relations_export.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/api/group_relations_export.md b/doc/api/group_relations_export.md
index 85603f861d4..e1c0cd81bd6 100644
--- a/doc/api/group_relations_export.md
+++ b/doc/api/group_relations_export.md
@@ -64,10 +64,6 @@ The status can be one of the following:
- `1`: `finished`
- `-1`: `failed`
-- `0` - `started`
-- `1` - `finished`
-- `-1` - `failed`
-
```json
[
{
@@ -76,6 +72,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,
@@ -91,7 +88,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
}
]
```