mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:47:34 +00:00
docs(import): correct formatting of json examples for export and import (#4142)
Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -35,9 +35,9 @@ curl --request POST \
|
|||||||
"org_ids": [ "70669144072186707", "70671105999825752" ],
|
"org_ids": [ "70669144072186707", "70671105999825752" ],
|
||||||
"excluded_org_ids": [ ],
|
"excluded_org_ids": [ ],
|
||||||
"with_passwords": true,
|
"with_passwords": true,
|
||||||
"with_otp": true
|
"with_otp": true,
|
||||||
"timeout": "30s",
|
"timeout": "30s",
|
||||||
"response_output": true,
|
"response_output": true
|
||||||
}' -o export.json
|
}' -o export.json
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -88,7 +88,8 @@ curl --request POST \
|
|||||||
"path": "export.json",
|
"path": "export.json",
|
||||||
"bucket": "caos-zitadel-exports",
|
"bucket": "caos-zitadel-exports",
|
||||||
"serviceaccount_json": "XXXX"
|
"serviceaccount_json": "XXXX"
|
||||||
}' -o export.json
|
}
|
||||||
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
* "org_ids": to select which organizations should be exported
|
* "org_ids": to select which organizations should be exported
|
||||||
|
Reference in New Issue
Block a user