Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/datadog/api/client/v2/api/TeamsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -4561,7 +4561,8 @@ public PaginationIterable<Team> listTeamsWithPagination(ListTeamsOptionalParamet

/**
* Get all teams. Can be used to search for teams using the <code>filter[keyword]</code> and
* <code>filter[me]</code> query parameters.
* <code>filter[me]</code> query parameters. This temporary change validates the spec merge gate
* approval flow.
*
* @param parameters Optional parameters for the request.
* @return ApiResponse&lt;TeamsResponse&gt;
Expand Down
Loading