From fa84071f250d52bd9ef9a825d31728f1783ae11f Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Tue, 27 Apr 2021 13:34:24 +0000 Subject: [PATCH] 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 d6940e5 --- KNOWN_ISSUES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 9f032dc3..a40a2312 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -39,6 +39,19 @@ server versions: * CouchDB versions <= 3.1.1 * Cloudant (Classic) <= 8169 +### Documents + +#### Attachments + +The `atts_since` parameter is not supported when retrieving a document. +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. +Example JSON request body: +```json +{ + "docs": [{"id": "order00058", "atts_since": "1-99b02e08da151943c2dcb40090160bb8"}] +} +``` + ### Cloudant on Transaction Engine Whilst most SDK methods will work with _Cloudant on Transaction Engine_ there are some limitations.