Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stigg.io/llms.txt

Use this file to discover all available pages before exploring further.

Updates an existing feature’s properties.

Mutation

mutation UpdateFeature($input: UpdateFeatureInput!) {
  updateFeature(input: $input) {
    refId
    displayName
    description
    featureStatus
  }
}

Parameters

input
UpdateFeatureInput
required
Input for updating a feature