Skip to content

Commit

Permalink
DOC-5458 code update
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardSmedley committed Jan 30, 2020
1 parent ed99862 commit 31e707d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/concept-docs/pages/documents.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you wish to only modify certain parts of a document, you can use xref:subdocu
[source,python]
----
cb.mutate_in('docid', subdoc.array_addunique('tags', 'fast'))
collection.mutate_in("customer123", [SD.upsert("fax", "311-555-0151")])
----
or xref:6.0@server:n1ql:n1ql-language-reference/update.adoc[N1QL UPDATE] to update documents based on specific query criteria:
Expand Down

0 comments on commit 31e707d

Please sign in to comment.