Skip to content

Commit d55c424

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0197b8e of spec repo
1 parent 8d11342 commit d55c424

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)