From ad6330bab1da20dced2a0042414c7b8b71707170 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 17 Nov 2025 16:53:53 +0400 Subject: [PATCH] Remove typed monitoring endpoint --- .../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 86c8b12802..4a20c31267 100644 --- a/specification/monitoring/bulk/BulkMonitoringRequest.ts +++ b/specification/monitoring/bulk/BulkMonitoringRequest.ts @@ -34,31 +34,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 */