mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
docs(import): correct import example from v1 with timeout (#4731)
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
5c6971a6a4
commit
2209187a48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user