diff --git a/weaviate/collections/data/executor.py b/weaviate/collections/data/executor.py index 64f039afd..40ac730e8 100644 --- a/weaviate/collections/data/executor.py +++ b/weaviate/collections/data/executor.py @@ -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. @@ -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.