Skip to content

Commit 201bfc2

Browse files
Update generated source code
Generated SDK source code using: - Generator version 3.30.0 - Specification version 1.0.0-dev0.0.34 - Automation (cloudant-sdks) version 46f4809
1 parent 1f6e5ed commit 201bfc2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

KNOWN_ISSUES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ server versions:
3939
* CouchDB versions <= 3.1.1
4040
* Cloudant (Classic) <= 8169
4141

42+
### Documents
43+
44+
#### Attachments
45+
46+
The `atts_since` parameter is not supported when retrieving a document.
47+
The workaround is to call `POST /{db}/_bulk_get` using the `atts_since` field under the `docs` request body. See the [alternative example request for `atts_since` using the `/_bulk_get` endpoint](https://cloud.ibm.com/apidocs/cloudant#postbulkget) in our API Docs.
48+
Example JSON request body:
49+
```
50+
{
51+
docs: [{"id": "order00058", "atts_since":"1-99b02e08da151943c2dcb40090160bb8"}]
52+
}
53+
```
54+
4255
### Cloudant on Transaction Engine
4356

4457
Whilst most SDK methods will work with _Cloudant on Transaction Engine_ there are some limitations.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,9 @@ IBM Cloud services, ask a question on
557557

558558
If you encounter an issue with the project, you are welcome to submit a
559559
[bug report](https://github.com/IBM/cloudant-python-sdk/issues).
560-
Before you submit a bug report, search for similar issues. It's possible that your issue has already been reported.
560+
Before you submit a bug report, search for
561+
[similar issues](https://github.com/IBM/cloudant-python-sdk/issues?q=is%3Aissue) and review the
562+
[KNOWN_ISSUES file](KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
561563

562564
## Open source at IBM
563565

0 commit comments

Comments
 (0)