diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml
index daf2244ff59..ad665f560ae 100644
--- a/.generator/schemas/v2/openapi.yaml
+++ b/.generator/schemas/v2/openapi.yaml
@@ -35090,10 +35090,10 @@ components:
type: object
DeploymentGatesEvaluationResultResponseAttributesGateStatus:
description: |-
- The overall status of the gate evaluation.
+ The recorded result of a gate or rule evaluation.
- `in_progress`: The evaluation is still running.
- - `pass`: All rules passed successfully and the deployment is allowed to proceed.
- - `fail`: One or more rules did not pass; the deployment should not proceed.
+ - `pass`: All rules passed successfully.
+ - `fail`: One or more rules did not pass.
enum:
- in_progress
- pass
diff --git a/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributes.java
index 41e816679d9..ab120021659 100644
--- a/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributes.java
+++ b/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributes.java
@@ -163,10 +163,9 @@ public DeploymentGatesEvaluationResultResponseAttributes gateStatus(
}
/**
- * The overall status of the gate evaluation. - in_progress: The evaluation is still
- * running. - pass: All rules passed successfully and the deployment is allowed to
- * proceed. - fail: One or more rules did not pass; the deployment should not
- * proceed.
+ * The recorded result of a gate or rule evaluation. - in_progress: The evaluation is
+ * still running. - pass: All rules passed successfully. - fail: One or
+ * more rules did not pass.
*
* @return gateStatus
*/
diff --git a/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributesGateStatus.java b/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributesGateStatus.java
index 20dd8ff10f9..57b918c430f 100644
--- a/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributesGateStatus.java
+++ b/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesEvaluationResultResponseAttributesGateStatus.java
@@ -19,9 +19,9 @@
import java.util.Set;
/**
- * The overall status of the gate evaluation. - in_progress: The evaluation is still
- * running. - pass: All rules passed successfully and the deployment is allowed to
- * proceed. - fail: One or more rules did not pass; the deployment should not proceed.
+ * The recorded result of a gate or rule evaluation. - in_progress: The evaluation is
+ * still running. - pass: All rules passed successfully. - fail: One or
+ * more rules did not pass.
*/
@JsonSerialize(
using =
diff --git a/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesRuleResponse.java b/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesRuleResponse.java
index bd5196ee47e..bd7c243ed2e 100644
--- a/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesRuleResponse.java
+++ b/src/main/java/com/datadog/api/client/v2/model/DeploymentGatesRuleResponse.java
@@ -110,10 +110,9 @@ public DeploymentGatesRuleResponse status(
}
/**
- * The overall status of the gate evaluation. - in_progress: The evaluation is still
- * running. - pass: All rules passed successfully and the deployment is allowed to
- * proceed. - fail: One or more rules did not pass; the deployment should not
- * proceed.
+ * The recorded result of a gate or rule evaluation. - in_progress: The evaluation is
+ * still running. - pass: All rules passed successfully. - fail: One or
+ * more rules did not pass.
*
* @return status
*/