@@ -51,7 +51,7 @@ public void setApiClient(ApiClient apiClient) {
5151 }
5252
5353 /**
54- * Send a deployment event for DORA Metrics .
54+ * Send a deployment event.
5555 *
5656 * <p>See {@link #createDORADeploymentWithHttpInfo}.
5757 *
@@ -65,7 +65,7 @@ public DORADeploymentResponse createDORADeployment(DORADeploymentRequest body)
6565 }
6666
6767 /**
68- * Send a deployment event for DORA Metrics .
68+ * Send a deployment event.
6969 *
7070 * <p>See {@link #createDORADeploymentWithHttpInfoAsync}.
7171 *
@@ -82,7 +82,7 @@ public CompletableFuture<DORADeploymentResponse> createDORADeploymentAsync(
8282 }
8383
8484 /**
85- * Use this API endpoint to provide data about deployments for DORA metrics .
85+ * Use this API endpoint to provide deployment data .
8686 *
8787 * <p>This is necessary for: - Deployment Frequency - Change Lead Time - Change Failure Rate
8888 *
@@ -135,7 +135,7 @@ public ApiResponse<DORADeploymentResponse> createDORADeploymentWithHttpInfo(
135135 }
136136
137137 /**
138- * Send a deployment event for DORA Metrics .
138+ * Send a deployment event.
139139 *
140140 * <p>See {@link #createDORADeploymentWithHttpInfo}.
141141 *
@@ -187,7 +187,7 @@ public ApiResponse<DORADeploymentResponse> createDORADeploymentWithHttpInfo(
187187 }
188188
189189 /**
190- * Send a failure event for DORA Metrics .
190+ * Send a failure event.
191191 *
192192 * <p>See {@link #createDORAFailureWithHttpInfo}.
193193 *
@@ -200,7 +200,7 @@ public DORAFailureResponse createDORAFailure(DORAFailureRequest body) throws Api
200200 }
201201
202202 /**
203- * Send a failure event for DORA Metrics .
203+ * Send a failure event.
204204 *
205205 * <p>See {@link #createDORAFailureWithHttpInfoAsync}.
206206 *
@@ -216,7 +216,7 @@ public CompletableFuture<DORAFailureResponse> createDORAFailureAsync(DORAFailure
216216 }
217217
218218 /**
219- * Use this API endpoint to provide failure data for DORA metrics .
219+ * Use this API endpoint to provide failure data.
220220 *
221221 * <p>This is necessary for: - Change Failure Rate - Time to Restore
222222 *
@@ -269,7 +269,7 @@ public ApiResponse<DORAFailureResponse> createDORAFailureWithHttpInfo(DORAFailur
269269 }
270270
271271 /**
272- * Send a failure event for DORA Metrics .
272+ * Send a failure event.
273273 *
274274 * <p>See {@link #createDORAFailureWithHttpInfo}.
275275 *
@@ -321,7 +321,7 @@ public CompletableFuture<ApiResponse<DORAFailureResponse>> createDORAFailureWith
321321 }
322322
323323 /**
324- * Send an incident event for DORA Metrics .
324+ * Send an incident event.
325325 *
326326 * <p>See {@link #createDORAIncidentWithHttpInfo}.
327327 *
@@ -336,7 +336,7 @@ public DORAFailureResponse createDORAIncident(DORAFailureRequest body) throws Ap
336336 }
337337
338338 /**
339- * Send an incident event for DORA Metrics .
339+ * Send an incident event.
340340 *
341341 * <p>See {@link #createDORAIncidentWithHttpInfoAsync}.
342342 *
@@ -357,7 +357,7 @@ public CompletableFuture<DORAFailureResponse> createDORAIncidentAsync(DORAFailur
357357 * <strong>Note</strong>: This endpoint is deprecated. Please use <code>/api/v2/dora/failure
358358 * </code> instead.
359359 *
360- * <p>Use this API endpoint to provide failure data for DORA metrics .
360+ * <p>Use this API endpoint to provide failure data.
361361 *
362362 * <p>This is necessary for: - Change Failure Rate - Time to Restore
363363 *
@@ -413,7 +413,7 @@ public ApiResponse<DORAFailureResponse> createDORAIncidentWithHttpInfo(DORAFailu
413413 }
414414
415415 /**
416- * Send an incident event for DORA Metrics .
416+ * Send an incident event.
417417 *
418418 * <p>See {@link #createDORAIncidentWithHttpInfo}.
419419 *
0 commit comments