Skip to main content

clusterOptionUpdate

Apply a partial update to a cluster option.

Only the fields supplied in the input are modified; omitted fields are left untouched. The option must belong to the supplied cluster.

Possible errors:

  • CLUSTER_OPTION_NOT_FOUND: The supplied option identifier did not match any cluster option, or the option does not belong to the supplied cluster.
  • SCHEMA_VALIDATION: One or more input fields failed validation.

AUTH: Role=[product.OWNER,product.EDITOR]

clusterOptionUpdate(
clusterId: Int!
optionId: Int!
input: ClusterOptionUpdateInput!
): ClusterOption!

Arguments

clusterOptionUpdate.clusterId ● Int! non-null scalar

Numeric identifier of the cluster the option belongs to.

clusterOptionUpdate.optionId ● Int! non-null scalar

Numeric identifier of the cluster option to update.

clusterOptionUpdate.input ● ClusterOptionUpdateInput! non-null input

Fields to update on the cluster option. Omitted fields keep their current value.

Type

ClusterOption object

Cluster option for configuring cluster product selections