clusterConfigUpdateSetting
Apply a partial update to a cluster configuration setting identified by numeric configuration identifier and setting identifier.
Only the fields supplied in the input are modified; omitted fields are left untouched.
Possible errors:
- CLUSTER_CONFIG_NOT_FOUND: The supplied configuration identifier did not match any cluster configuration.
- SCHEMA_VALIDATION: One or more input fields failed validation.
AUTH: Role=[product.OWNER]
clusterConfigUpdateSetting(
clusterConfigId: Int!
settingId: Int!
input: ClusterConfigSettingUpdateInput!
): UpdateClusterConfigSettingResponse!
Arguments
clusterConfigUpdateSetting.clusterConfigId ● Int! non-null scalar
Numeric identifier of the cluster configuration that owns the setting.
clusterConfigUpdateSetting.settingId ● Int! non-null scalar
Numeric identifier of the setting to update.
clusterConfigUpdateSetting.input ● ClusterConfigSettingUpdateInput! non-null input
Fields to update on the setting. Omitted fields keep their current value.