- URL: https://<content-url>/configuration
- Operations:Update Content Configuration
- Required Capability:Default administrator role | Security and infrastructure privilege | Organization website privilege
- Version Introduced:10.6
Description
This resource provides access to the update content configuration operation and returns if external content discovery has been enabled.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default value is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for the configuration resource:
https://machine.domain.com/webadaptor/portaladmin/system/content/configuration/update?f=json
JSON Response syntax
{"isExternalContentEnabled": <true|false>}
JSON Response example
{"isExternalContentEnabled": true}