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
1 change: 1 addition & 0 deletions src/datadog_api_client/v2/api/teams_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,7 @@ def list_teams(

Get all teams.
Can be used to search for teams using the ``filter[keyword]`` and ``filter[me]`` query parameters.
Results are paginated.

:param page_number: Specific page number to return.
:type page_number: int, optional
Expand Down
Loading