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 @@ -223407,6 +223407,7 @@ paths:
description: |-
Get all teams.
Can be used to search for teams using the `filter[keyword]` and `filter[me]` query parameters.
Results are paginated.
operationId: ListTeams
parameters:
- $ref: "#/components/parameters/PageNumber"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4561,7 +4561,7 @@ 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. Results are paginated.
*
* @param parameters Optional parameters for the request.
* @return ApiResponse&lt;TeamsResponse&gt;
Expand Down
Loading