docs(import): correct import example from v1 with timeout (#4731)

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz 2022-12-07 10:53:08 +00:00 committed by GitHub
parent 5c6971a6a4
commit 2209187a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,10 +60,14 @@ curl --request POST \
--header 'Authorization: Bearer XXXX' \
--header 'Content-Type: application/json' \
--data '{
"timeout": "10m",
"data_orgsv1": '$(cat export.json)'
}'
```
* "timeout": timeout of the call to import the data
* "data_orgsv1": data which was exported from ZITADEL V1
### Use a Google Cloud Storage
:::note