From 8f999e58069651e614595836d21c156a6dda747d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 8 Aug 2022 14:02:24 +0200 Subject: [PATCH] docs(import/export): improve and fix heading (#4138) --- docs/docs/guides/integrate/export-and-import.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/integrate/export-and-import.md b/docs/docs/guides/integrate/export-and-import.md index 05f9cabd18..583bd78f9b 100644 --- a/docs/docs/guides/integrate/export-and-import.md +++ b/docs/docs/guides/integrate/export-and-import.md @@ -22,7 +22,7 @@ Which results in that if you want to import, and you have no defined organizatio Note that the resources will be migrated without the event stream. This means that you will not have the audit trail for the imported objects. ::: -### Export from V1 to import into V2 directly +### Use the API To export all necessary data you only have to use one request, as an example: @@ -64,7 +64,7 @@ curl --request POST \ }' ``` -## Export from V1 to Import into V2 thorugh GCS +### Use a Google Cloud Storage :::note To use this requests you have to have an access token with enough permissions to export and import.