Skip to content

Commit

Permalink
docs: improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Aug 18, 2024
1 parent 952dbc7 commit 5a1716d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/omni/_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def upsert(
) -> data_classes.ResourcesWriteResult:
"""Add or update (upsert) items.
This method will create the nodes, edges, timeseries, files and sequences of the supplied items.
Args:
items: One or more instances of the pygen generated data classes.
replace (bool): How do we behave when a property value exists? Do we replace all matching and existing values with the supplied values (true)?
Expand Down

0 comments on commit 5a1716d

Please sign in to comment.