We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f3711 commit 7b194acCopy full SHA for 7b194ac
1 file changed
example/example.py
@@ -516,6 +516,7 @@ async def create_attach_and_delete_file_field_item(client: Client, vault_id: str
516
fieldId="new_file_field",
517
),
518
)
519
+ print(f'Attached "{file_path.name}" to item "{attached_item.title}".')
520
# [developer-docs.sdk.python.attach-file-field-item]-end
521
522
# [developer-docs.sdk.python.delete-file-field-item]-start
0 commit comments