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:
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
Original file line number Diff line number Diff line change @@ -3974,7 +3974,8 @@ public SearchTestsOptionalParameters facetsOnly(Boolean facetsOnly) {
39743974 /**
39753975 * Set start.
39763976 *
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)
39783979 * @return SearchTestsOptionalParameters
39793980 */
39803981 public SearchTestsOptionalParameters start (Long start ) {
You can’t perform that action at this time.
0 commit comments