Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions weaviate/collections/data/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ def replace(

This is equivalent to a PUT operation.

If the object does not exist yet, it will be created.

Args:
uuid: The UUID of the object, REQUIRED.
properties: The properties of the object, REQUIRED.
Expand Down Expand Up @@ -315,8 +317,6 @@ def update(

This is equivalent to a PATCH operation.

If the object does not exist yet, it will be created.

Args:
uuid: The UUID of the object, REQUIRED.
properties: The properties of the object.
Expand Down