Skip to content

Commit 9056d38

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0197b8e of spec repo
1 parent 230311f commit 9056d38

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

packages/datadog-api-client-v1/apis/SyntheticsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3834,7 +3834,7 @@ export interface SyntheticsApiSearchTestsRequest {
38343834
*/
38353835
facetsOnly?: boolean;
38363836
/**
3837-
* The offset from which to start returning results.
3837+
* (Only available on legacy search backend, contact support for more info) The offset from which to start returning results.
38383838
* @type number
38393839
*/
38403840
start?: number;

0 commit comments

Comments
 (0)