From ddf25695b16accf65fdfb483b95e9e755fe5b4f3 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 29 Aug 2025 14:38:38 +0000 Subject: [PATCH] Regenerate client from commit 962530e of spec repo --- .generator/schemas/v1/openapi.yaml | 3 ++- packages/datadog-api-client-v1/apis/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/packages/datadog-api-client-v1/apis/SyntheticsApi.ts b/packages/datadog-api-client-v1/apis/SyntheticsApi.ts index 3045831c88bf..82f2fa255f2a 100644 --- a/packages/datadog-api-client-v1/apis/SyntheticsApi.ts +++ b/packages/datadog-api-client-v1/apis/SyntheticsApi.ts @@ -3834,7 +3834,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;