Skip to content

Commit

Permalink
docs(generated): add ddoc filter known issue
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.79.0
- Specification version 1.0.0-dev0.1.4
- Automation (cloudant-sdks) version 6fd424f

Signed-off-by: cloudant-sdks-automation <[email protected]>
  • Loading branch information
cloudant-sdks-automation committed Oct 16, 2023
1 parent 67838a1 commit 0be702b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Example JSON request body:
* Manually setting an `Accept-Encoding` header on requests will disable the transparent gzip decompression of response bodies from the server.
* Manually setting a `Content-Encoding` header on requests will disable the transparent gzip compression of request bodies to the server.

### Changes feed

#### Filters

The SDK does not support passing arbitrary query or body parameters to dynamic filters in design documents. The workaround and recommended
option is to use a `selector` type filter.

## Cloudant SDK for Node.js
<!-- KNOWN_ISSUES specific to Node -->
### Disabling request body compression
Expand Down

0 comments on commit 0be702b

Please sign in to comment.