Skip to content

Commit bfd435a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 962530e of spec repo
1 parent 5453d0b commit bfd435a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34008,7 +34008,8 @@ paths:
3400834008
required: false
3400934009
schema:
3401034010
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.
3401234013
in: query
3401334014
name: start
3401434015
required: false

src/datadog_api_client/v1/api/synthetics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ def search_tests(
14561456
:type search_suites: bool, optional
14571457
:param facets_only: If true, return only facets instead of full test details.
14581458
: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.
14601460
:type start: int, optional
14611461
:param count: The maximum number of results to return.
14621462
:type count: int, optional

0 commit comments

Comments
 (0)