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
3 changes: 2 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34008,7 +34008,8 @@ paths:
required: false
schema:
type: boolean
- description: The offset from which to start returning results.
- description: (Only available on legacy search backend. Contact support for
more info.) The offset from which to start returning results.
in: query
name: start
required: false
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/api/synthetics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ def search_tests(
:type search_suites: bool, optional
:param facets_only: If true, return only facets instead of full test details.
:type facets_only: bool, optional
:param start: The offset from which to start returning results.
:param start: (Only available on legacy search backend. Contact support for more info.) The offset from which to start returning results.
:type start: int, optional
:param count: The maximum number of results to return.
:type count: int, optional
Expand Down
Loading