You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KNOWN_ISSUES.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,19 @@ server versions:
39
39
* CouchDB versions <= 3.1.1
40
40
* Cloudant (Classic) <= 8169
41
41
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.
0 commit comments