We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab36fa3 commit 33ce48eCopy full SHA for 33ce48e
docs/migrate_to_v2.md
@@ -151,7 +151,7 @@ insert_request = InsertRequest(
151
)
152
153
# Perform Secure Insertion
154
-response = skyflow_client.vault(primary_vault_config.get('<VAULT_ID>')).insert(insert_request)
+response = skyflow_client.vault('<VAULT_ID>').insert(insert_request)
155
```
156
157
#### v1 (Old): Response Structure
0 commit comments