WorkOS

feature_flags.enable.update

Enables a feature flag in the current environment.

Remote workos

Other tools also called feature_flags.enable.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "A unique key to reference the Feature Flag."
    }
  }
}
          

Provider

WorkOS →