From 7d805d76e9a6935ea428a22133f96b3225b67e86 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 29 Aug 2025 14:36:37 +0000 Subject: [PATCH] Regenerate client from commit 962530e of spec repo --- .generator/schemas/v1/openapi.yaml | 3 ++- services/synthetics/src/v1/SyntheticsApi.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 650231401261..8d864ec2b5bc 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -34008,7 +34008,8 @@ paths: required: false schema: type: boolean - - description: The offset from which to start returning results. + - description: (Only available on legacy search backend. Contact support for + more info.) The offset from which to start returning results. in: query name: start required: false diff --git a/services/synthetics/src/v1/SyntheticsApi.ts b/services/synthetics/src/v1/SyntheticsApi.ts index a5aa8731f802..71e03a1b49ea 100644 --- a/services/synthetics/src/v1/SyntheticsApi.ts +++ b/services/synthetics/src/v1/SyntheticsApi.ts @@ -4101,7 +4101,7 @@ export interface SyntheticsApiSearchTestsRequest { */ facetsOnly?: boolean; /** - * The offset from which to start returning results. + * (Only available on legacy search backend. Contact support for more info.) The offset from which to start returning results. * @type number */ start?: number;