Skip to content

updateCloudNativeLabelRule

Update cloud native label rule

Arguments

Argument Type Description
input (required) UpdateCloudNativeLabelRuleInput! Input required to update a cloud-native label rule.

Returns

Void

Sample

mutation UpdateCloudNativeLabelRule($input: UpdateCloudNativeLabelRuleInput!) {
  updateCloudNativeLabelRule(input: $input)
}
{
  "input": {
    "labelRuleId": "00000000-0000-0000-0000-000000000000",
    "labelRuleName": "example-string"
  }
}
{
  "data": {
    "updateCloudNativeLabelRule": "example-string"
  }
}