Skip to content

Commit 557d852

Browse files
authored
Remove update connection example from README
Removed the update connection example from README.
1 parent 81b47b6 commit 557d852

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ connection = client.connections.create({
4848
# Retrieve a specific connection
4949
connection = client.connections.retrieve("connection-id")
5050

51-
# Update a connection
52-
updated = client.connections.update("connection-id", {
53-
"name": "Updated Name"
54-
})
55-
5651
# Delete a connection
5752
client.connections.delete("connection-id")
5853
```

0 commit comments

Comments
 (0)