Skip to content

Commit 7597c32

Browse files
committed
Add item ID to update an item output
1 parent f9fb8b1 commit 7597c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def main():
142142
),
143143
)
144144
updated_item = await client.items.put(item)
145-
print(f"Updated item: {updated_item.title}")
145+
print(f"Updated item: {updated_item.title} ({updated_item.id})")
146146
# [developer-docs.sdk.python.update-item]-end
147147

148148
# [developer-docs.sdk.python.generate-pin-password]-start

0 commit comments

Comments
 (0)