Skip to content

Commit 9106205

Browse files
committed
Added print output to create item with file field example
1 parent b5d287d commit 9106205

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ async def create_attach_and_delete_file_field_item(client: Client, vault_id: str
492492
)
493493

494494
created_item = await client.items.create(to_create)
495+
print(f'Created item with file attached "{created_item.title}" ({created_item.id})')
495496
# [developer-docs.sdk.python.create-item-with-file-field]-end
496497

497498
# [developer-docs.sdk.python.read-file-field]-start

0 commit comments

Comments
 (0)