Skip to content

Commit 92adb5d

Browse files
authored
Update README.md with update_relationship
1 parent 25e9ffe commit 92adb5d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@ j1.create_relationship(
119119

120120
```
121121

122+
##### Update a relationship
123+
124+
```python
125+
j1.update_relationship(
126+
relationship_id='<id-of-relationship-to-update>',
127+
properties={
128+
"<relationship-property-name": "<relationship-property-updated-value",
129+
},
130+
)
131+
132+
```
133+
122134
##### Delete a relationship
123135

124136
```python
@@ -596,4 +608,4 @@ j1.list_account_parameters()
596608
j1.create_update_parameter(name="ParameterName", value="stored_value", secret=False)
597609

598610

599-
```
611+
```

0 commit comments

Comments
 (0)