Skip to content

Commit e76b521

Browse files
committed
revert vault IDs
1 parent 1df3d29 commit e76b521

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ async def create_ssh_key_item(client: Client):
249249
to_create = ItemCreateParams(
250250
title="SSH Key Item Created With Python SDK",
251251
category=ItemCategory.SSHKEY,
252-
vault_id="bhld6zk6hkuntyqlsjy3bdawey",
252+
vault_id="7turaasywpymt3jecxoxk5roli",
253253
fields=[
254254
ItemField(
255255
id="private_key",
@@ -279,7 +279,7 @@ async def create_and_replace_document_item(client: Client):
279279
to_create = ItemCreateParams(
280280
title="Document Item Created with Python SDK",
281281
category=ItemCategory.DOCUMENT,
282-
vault_id="bhld6zk6hkuntyqlsjy3bdawey",
282+
vault_id="7turaasywpymt3jecxoxk5roli",
283283
sections=[
284284
ItemSection(id="", title=""),
285285
],
@@ -318,7 +318,7 @@ async def create_attach_and_delete_file_field_item(client: Client):
318318
to_create = ItemCreateParams(
319319
title="FileField Item created with Python SDK",
320320
category=ItemCategory.LOGIN,
321-
vault_id="bhld6zk6hkuntyqlsjy3bdawey",
321+
vault_id="7turaasywpymt3jecxoxk5roli",
322322
fields=[
323323
ItemField(
324324
id="username",

0 commit comments

Comments
 (0)