1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpdateChangeGateRequest

UpdateChangeGateRequest

    UpdateChangeGateRequest represents the request to update an existing change gate

    Properties

    • name string required
      Name of the change gate
    • enabled boolean required
      Whether the change gate is enabled
    • target ChangeGateTargetInput required
      Target configuration for the gate
    • entityType enum required
      The entity type this gate targets
      Values: environment
    • qualifiedName string optional
      The qualified name of the entity this gate targets (e.g., ‘project/env’)
    • actionTypes array[string] required
      The action types this gate targets (currently only supports single action)
    • rule ChangeGateRuleInput required
      Rule configuration for the gate
    • ruleType string required