Skip to content
Open
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions modules/guides/pages/updating-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include::partial$data-warning.adoc[]

To update a document, or create the document if it doesn't exist, perform an upsert operation.

[{tabs}]
[{tabs},sync-group-id=cbc]
====
cbc::
+
Expand Down Expand Up @@ -161,7 +161,7 @@ For further details, refer to {python-api-url}#collection-object[Collection^].

To update a document that already exists, perform a replace operation.

[{tabs}]
[{tabs},sync-group-id=cbc]
====
cbc::
+
Expand Down Expand Up @@ -339,7 +339,7 @@ For further details, refer to {python-api-url}#collection-object[Collection^].
To change a specific field inside a document, you can perform a _Sub-Document_ operation.
You can use either a Sub-Document upsert or replace operation depending on what is required for your application.

[{tabs}]
[{tabs},sync-group-id=cbc]
====
cbc-subdoc::
+
Expand Down