Skip to content

Commit 1e0f6d2

Browse files
authored
Merge branch 'main' into feat/fix_integration_config_updating
2 parents 64225df + 43ca985 commit 1e0f6d2

File tree

3 files changed

+342
-423
lines changed

3 files changed

+342
-423
lines changed

README.md

+13-1
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)