Skip to content

Commit 4304ef1

Browse files
cloudant-sdks-automationricellis
authored andcommitted
docs(generated): cleanup examples
Generated SDK source code using: - Generator version 3.92.2 - Specification version 1.0.0-dev0.1.14 - Automation (cloudant-sdks) version 6f13458
1 parent 3b64548 commit 4304ef1

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

examples/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,28 +1524,6 @@ response = service.put_local_document(
15241524
print(response)
15251525
```
15261526

1527-
## postMissingRevs
1528-
1529-
_POST `/{db}/_missing_revs`_
1530-
1531-
### [Example request](snippets/postMissingRevs/example_request.py)
1532-
1533-
[embedmd]:# (snippets/postMissingRevs/example_request.py)
1534-
```py
1535-
# section: code
1536-
from ibmcloudant.cloudant_v1 import DocumentRevisions, CloudantV1
1537-
1538-
service = CloudantV1.new_instance()
1539-
1540-
revs = DocumentRevisions(order00077=['<order00077-existing-revision>', '<2-missing-revision>'])
1541-
response = service.post_missing_revs(
1542-
db='orders',
1543-
missing_revs=revs.to_dict()
1544-
).get_result()
1545-
1546-
print(response)
1547-
```
1548-
15491527
## getPartitionInformation
15501528

15511529
_GET `/{db}/_partition/{partition_key}`_

examples/snippets/postMissingRevs/example_request.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)