We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
document_as_byte_stream
1 parent 54a6b77 commit a4b5e0bCopy full SHA for a4b5e0b
test/examples/src/update_doc.py
@@ -22,7 +22,7 @@
22
).get_result()
23
24
# Note: for response byte stream use:
25
- # document_as_stream = client.get_document_as_stream(
+ # document_as_byte_stream = client.get_document_as_stream(
26
# db=example_db_name,
27
# doc_id=example_doc_id
28
# ).get_result()
@@ -43,7 +43,7 @@
43
# Note: for request byte stream use:
44
# update_document_response = client.post_document(
45
46
- # document=document_as_binaryio
+ # document=document_as_byte_stream
47
48
49
# Keep track with the revision number of the document object:
0 commit comments