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;