diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 650231401261..8d864ec2b5bc 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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 diff --git a/lib/datadog_api_client/v1/api/synthetics_api.rb b/lib/datadog_api_client/v1/api/synthetics_api.rb index a6df453f7036..163749dc5c4e 100644 --- a/lib/datadog_api_client/v1/api/synthetics_api.rb +++ b/lib/datadog_api_client/v1/api/synthetics_api.rb @@ -1792,7 +1792,7 @@ def search_tests(opts = {}) # @option opts [Boolean] :include_full_config If true, include the full configuration for each test in the response. # @option opts [Boolean] :search_suites If true, returns suites instead of tests. # @option opts [Boolean] :facets_only If true, return only facets instead of full test details. - # @option opts [Integer] :start The offset from which to start returning results. + # @option opts [Integer] :start (Only available on legacy search backend. Contact support for more info.) The offset from which to start returning results. # @option opts [Integer] :count The maximum number of results to return. # @option opts [String] :sort The sort order for the results (e.g., `name,asc` or `name,desc`). # @return [Array<(SyntheticsListTestsResponse, Integer, Hash)>] SyntheticsListTestsResponse data, response status code and response headers