Skip to content

Commit 4cada1a

Browse files
Update generated source code (#98)
Generated SDK source code using: - Generator version 3.30.0 - Specification version 1.0.0-dev0.0.34 - Automation (cloudant-sdks) version d6940e5
1 parent f56a2d0 commit 4cada1a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
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+
```json
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.

0 commit comments

Comments
 (0)