diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index c15232d0429..97901f48028 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -153007,7 +153007,7 @@ paths: x-codegen-request-body-name: body /api/v2/downtime: get: - description: Get all scheduled downtimes. + description: List scheduled downtimes, optionally filtering to those that are active when the request is made. operationId: ListDowntimes parameters: - description: Only return downtimes that are active when the request is made. diff --git a/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java b/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java index 7c86f14c560..532bbc9f855 100644 --- a/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java @@ -707,7 +707,8 @@ public PaginationIterable listDowntimesWithPagination( } /** - * Get all scheduled downtimes. + * List scheduled downtimes, optionally filtering to those that are active when the request is + * made. * * @param parameters Optional parameters for the request. * @return ApiResponse<ListDowntimesResponse>