We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b47b6 commit 557d852Copy full SHA for 557d852
1 file changed
README.md
@@ -48,11 +48,6 @@ connection = client.connections.create({
48
# Retrieve a specific connection
49
connection = client.connections.retrieve("connection-id")
50
51
-# Update a connection
52
-updated = client.connections.update("connection-id", {
53
- "name": "Updated Name"
54
-})
55
-
56
# Delete a connection
57
client.connections.delete("connection-id")
58
```
0 commit comments