From 3522e5081aece8ef7dff1115f64ce0f2a5b04ef5 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 16 Sep 2026 09:27:52 +0000 Subject: [PATCH] Regenerate client from commit 69f86c7 of spec repo --- .generator/schemas/v2/openapi.yaml | 1 + src/main/java/com/datadog/api/client/v2/api/TeamsApi.java | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 1cc4bc550f8..70eef628faf 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -223185,6 +223185,7 @@ paths: description: |- Get all teams. Can be used to search for teams using the `filter[keyword]` and `filter[me]` query parameters. + This temporary change validates the spec merge gate approval flow. operationId: ListTeams parameters: - $ref: "#/components/parameters/PageNumber" diff --git a/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java b/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java index 97a81ffde98..3f7f4b19d47 100644 --- a/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java @@ -4561,7 +4561,8 @@ public PaginationIterable listTeamsWithPagination(ListTeamsOptionalParamet /** * Get all teams. Can be used to search for teams using the filter[keyword] and - * filter[me] query parameters. + * filter[me] query parameters. This temporary change validates the spec merge gate + * approval flow. * * @param parameters Optional parameters for the request. * @return ApiResponse<TeamsResponse>