Skip to content

Commit 7d805d7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 962530e of spec repo
1 parent 536cc0d commit 7d805d7

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

services/synthetics/src/v1/SyntheticsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,7 @@ export interface SyntheticsApiSearchTestsRequest {
41014101
*/
41024102
facetsOnly?: boolean;
41034103
/**
4104-
* The offset from which to start returning results.
4104+
* (Only available on legacy search backend. Contact support for more info.) The offset from which to start returning results.
41054105
* @type number
41064106
*/
41074107
start?: number;

0 commit comments

Comments
 (0)