File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import createCdaApi from './create-cda-api'
16
16
* @prop {string } params.space - Space ID
17
17
* @prop {string } params.accessToken - Contentful CDA Access Token
18
18
* @prop {boolean= } params.insecure - Requests will be made over http instead of the default https (default: true)
19
- * @prop {string= } params.host - API host (default: cda.contentful.com)
19
+ * @prop {string= } params.host - API host (default: cda.contentful.com). Also usable with preview.contentful.com.
20
20
* @prop {Object= } params.agent - Optional Node.js HTTP agent for proxying (see <a href="https://nodejs.org/api/http.html#http_class_http_agent">Node.js docs</a> and <a href="https://www.npmjs.com/package/https-proxy-agent">https-proxy-agent</a>)
21
21
* @prop {Object= } params.headers - Optional additional headers
22
22
* @returns {CDAClient.ClientAPI }
You can’t perform that action at this time.
0 commit comments