We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fb8b1 commit 7597c32Copy full SHA for 7597c32
1 file changed
example/example.py
@@ -142,7 +142,7 @@ async def main():
142
),
143
)
144
updated_item = await client.items.put(item)
145
- print(f"Updated item: {updated_item.title}")
+ print(f"Updated item: {updated_item.title} ({updated_item.id})")
146
# [developer-docs.sdk.python.update-item]-end
147
148
# [developer-docs.sdk.python.generate-pin-password]-start
0 commit comments