From 293708bdf8aede550491a1e222fc5d69005e641d Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 18 Nov 2025 10:58:06 +0400 Subject: [PATCH] Remove typed monitoring endpoint (#5685) (cherry picked from commit b1f3c135cbd37db1b0b666be41d5702645ccd932) --- .../monitoring/bulk/BulkMonitoringRequest.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/specification/monitoring/bulk/BulkMonitoringRequest.ts b/specification/monitoring/bulk/BulkMonitoringRequest.ts index 7df75e0f99..31aeb390e4 100644 --- a/specification/monitoring/bulk/BulkMonitoringRequest.ts +++ b/specification/monitoring/bulk/BulkMonitoringRequest.ts @@ -33,31 +33,17 @@ export interface Request extends RequestBase { { path: '/_monitoring/bulk' methods: ['POST', 'PUT'] - }, - { - /** @deprecated 7.0.0 Specifying types in urls has been deprecated */ - path: '/_monitoring/{type}/bulk' - methods: ['POST', 'PUT'] } ] - path_parts: { - /** - * @deprecated 7.0.0 - */ - type?: string - } - query_parameters: { /** * Identifier of the monitored system */ system_id: string - /** * */ system_api_version: string - /** * Collection interval (e.g., '10s' or '10000ms') of the payload */