File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34008,7 +34008,8 @@ paths:
34008
34008
required: false
34009
34009
schema:
34010
34010
type: boolean
34011
- - description: The offset from which to start returning results.
34011
+ - description: (Only available on legacy search backend. Contact support for
34012
+ more info.) The offset from which to start returning results.
34012
34013
in: query
34013
34014
name: start
34014
34015
required: false
Original file line number Diff line number Diff line change @@ -1456,7 +1456,7 @@ def search_tests(
1456
1456
:type search_suites: bool, optional
1457
1457
:param facets_only: If true, return only facets instead of full test details.
1458
1458
:type facets_only: bool, optional
1459
- :param start: The offset from which to start returning results.
1459
+ :param start: (Only available on legacy search backend. Contact support for more info.) The offset from which to start returning results.
1460
1460
:type start: int, optional
1461
1461
:param count: The maximum number of results to return.
1462
1462
:type count: int, optional
You can’t perform that action at this time.
0 commit comments