Configuration Update Configuration Module
Updates the specified configuration module. Expects an _update
object containing the field(s) to be updated and their corresponding value(s). For most use cases, configuration module data
should be the only module attribute that it is necessary to update. This method does not support partial updates on specific sub-sections of the data
object.
Privileges required:
UPDATE
ENTERPRISE_PROFILE
, or
UPDATE
OPERATOR_PROFILE
{
"id": 0,
"configurationModuleId": 0,
"enterpriseId": 0,
"basic": false,
"_update": {
"created": "string",
"effective": "string",
"modified": "string",
"id": 0,
"name": "string",
"type": "string",
"description": "string",
"configurationId": 0,
"data": {},
"schemaVersion": "string",
"version": "string",
"metadata": {},
"refs": {}
}
}
Alias for configurationModuleId
The id
of the target configuration module. This parameter, or its alias id
, is required.
enterpriseId
basic
Request was successfully processed
"configuration_update_configuration_module_result Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/configuration/updateConfigurationModule