From 92adb5db59dcf564883ae3de760531fefb6fc9ae Mon Sep 17 00:00:00 2001 From: Colin Blumer Date: Tue, 4 Mar 2025 12:37:07 -0700 Subject: [PATCH 1/2] Update README.md with update_relationship --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bff8ebe..61e9af4 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,18 @@ j1.create_relationship( ``` +##### Update a relationship + +```python +j1.update_relationship( + relationship_id='', + properties={ + " Date: Tue, 4 Mar 2025 13:34:01 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61e9af4..0bbd536 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ j1.create_relationship( j1.update_relationship( relationship_id='', properties={ - "": "", }, )