Content Configuration APIs
The Configuration service provides operations to configure the global settings of the Content Library Service. The configuration settings are used by the Content Library Service to control the behavior of various operations.
Operations
GET
Get Content Configuration
Retrieves the current configuration values. if you do not have all of the privileges described as follows: - Operation execution requires ContentLibrary.GetConfiguration.
PATCH
Update Content Configuration
Updates the configuration. The update is incremental. Any field in the ConfigurationModel structure that is unset will not be modified. Note that this update operation doesn't guarantee an atomic change of all the properties. In the case of a system crash or failure, some of the properties could be left unchanged while others may be updated. if you do not have all of the privileges described as follows: - Operation execution requires ContentLibrary.UpdateConfiguration.