File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/com/datadog/api/client/v1/api Expand file tree Collapse file tree 2 files changed +4
-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 @@ -3974,7 +3974,8 @@ public SearchTestsOptionalParameters facetsOnly(Boolean facetsOnly) {
3974
3974
/**
3975
3975
* Set start.
3976
3976
*
3977
- * @param start The offset from which to start returning results. (optional, default to 0)
3977
+ * @param start (Only available on legacy search backend, contact support for more info) The
3978
+ * offset from which to start returning results. (optional, default to 0)
3978
3979
* @return SearchTestsOptionalParameters
3979
3980
*/
3980
3981
public SearchTestsOptionalParameters start (Long start ) {
You can’t perform that action at this time.
0 commit comments