Skip to content

Commit

Permalink
fix(docs): change default host in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Feb 22, 2018
1 parent 0c36d6f commit 42329ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentful-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import createContentfulApi from './create-contentful-api'
* @prop {string=} params.accessToken - Contentful CDA Access Token
* @prop {boolean=?} params.insecure - Requests will be made over http instead of the default https (default: false)
* @prop {boolean=?} params.retryOnError - If we should retry on errors and 429 rate limit exceptions (default: true)
* @prop {string=?} params.host - API host (default: cda.contentful.com)
* @prop {string=?} params.host - API host (default: api.contentful.com)
* @prop {string=?} params.hostUpload - direct file upload host (default : upload.contentful.com)
* @prop {Object=?} params.httpAgent - 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>)
* @prop {Object=?} params.httpsAgent - 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>)
Expand Down

0 comments on commit 42329ab

Please sign in to comment.