summaryrefslogtreecommitdiff
path: root/doc/api/bulk_imports.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/bulk_imports.md')
-rw-r--r--doc/api/bulk_imports.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/api/bulk_imports.md b/doc/api/bulk_imports.md
index 913dc6ce4f1..e18a77df6df 100644
--- a/doc/api/bulk_imports.md
+++ b/doc/api/bulk_imports.md
@@ -1,7 +1,7 @@
---
stage: Manage
group: Import
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
# GitLab Migrations (Bulk Imports) API **(FREE)**
@@ -150,11 +150,14 @@ curl --request GET --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab
"updated_at": "2021-06-24T10:40:46.590Z",
"failures": [
{
- "pipeline_class": "BulkImports::Groups::Pipelines::GroupPipeline",
- "pipeline_step": "extractor",
+ "relation": "group",
+ "step": "extractor",
+ "exception_message": "Error!",
"exception_class": "Exception",
"correlation_id_value": "dfcf583058ed4508e4c7c617bd7f0edd",
- "created_at": "2021-06-24T10:40:46.495Z"
+ "created_at": "2021-06-24T10:40:46.495Z",
+ "pipeline_class": "BulkImports::Groups::Pipelines::GroupPipeline",
+ "pipeline_step": "extractor"
}
]
}