contentful-management 11.57.0 → 11.57.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/contentful-management.browser.js +272 -196
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +431 -250
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/contentful-management.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -320,11 +320,11 @@ Your CMA access token.
|
|
|
320
320
|
|
|
321
321
|
#### host (default: `'api.contentful.com'`)
|
|
322
322
|
|
|
323
|
-
Set the host used to build the request
|
|
323
|
+
Set the host used to build the request URIs.
|
|
324
324
|
|
|
325
325
|
#### hostUpload (default: `'upload.contentful.com'`)
|
|
326
326
|
|
|
327
|
-
Set the host used to build the upload related request
|
|
327
|
+
Set the host used to build the upload related request URIs. Learn more about the Upload API [here](https://www.contentful.com/developers/docs/references/content-management-api/#/reference/uploads).
|
|
328
328
|
|
|
329
329
|
#### basePath (default: ``)
|
|
330
330
|
|