Skip to content

Commit cecffaf

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

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

lib/datadog_api_client/v1/api/synthetics_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ def search_tests(opts = {})
17921792
# @option opts [Boolean] :include_full_config If true, include the full configuration for each test in the response.
17931793
# @option opts [Boolean] :search_suites If true, returns suites instead of tests.
17941794
# @option opts [Boolean] :facets_only If true, return only facets instead of full test details.
1795-
# @option opts [Integer] :start The offset from which to start returning results.
1795+
# @option opts [Integer] :start (Only available on legacy search backend. Contact support for more info.) The offset from which to start returning results.
17961796
# @option opts [Integer] :count The maximum number of results to return.
17971797
# @option opts [String] :sort The sort order for the results (e.g., `name,asc` or `name,desc`).
17981798
# @return [Array<(SyntheticsListTestsResponse, Integer, Hash)>] SyntheticsListTestsResponse data, response status code and response headers

0 commit comments

Comments
 (0)