From 08f8b06db37c20cbe69cdfce96f909f7dafb92f9 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 14 Apr 2026 21:31:27 +0000 Subject: [PATCH] Regenerate client from commit 121fe1c of spec repo --- .generator/schemas/v2/openapi.yaml | 12 ++++++++++++ lib/datadog_api_client/v2/api/synthetics_api.rb | 15 +++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 1d02f30912a7..b6ddc81c8707 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -116590,6 +116590,10 @@ paths: - synthetics_read /api/v2/synthetics/tests/network: post: + description: |- + Create a Network Path test. + + **Note**: This endpoint is not available for the Government (US1-FED) site. operationId: CreateSyntheticsNetworkTest requestBody: content: @@ -116627,6 +116631,10 @@ paths: - synthetics_create_edit_trigger /api/v2/synthetics/tests/network/{public_id}: get: + description: |- + Get a Network Path test. + + **Note**: This endpoint is not available for the Government (US1-FED) site. operationId: GetSyntheticsNetworkTest parameters: - description: The public ID of the Network Path test to get details from. @@ -116669,6 +116677,10 @@ paths: permissions: - synthetics_read put: + description: |- + Edit a Network Path test. + + **Note**: This endpoint is not available for the Government (US1-FED) site. operationId: UpdateSyntheticsNetworkTest parameters: - description: The public ID of the Network Path test to edit. diff --git a/lib/datadog_api_client/v2/api/synthetics_api.rb b/lib/datadog_api_client/v2/api/synthetics_api.rb index cd5046e1ae2e..4b43681e773d 100644 --- a/lib/datadog_api_client/v2/api/synthetics_api.rb +++ b/lib/datadog_api_client/v2/api/synthetics_api.rb @@ -178,6 +178,11 @@ def create_synthetics_network_test(body, opts = {}) end # Create a Network Path test. + # + # Create a Network Path test. + # + # **Note**: This endpoint is not available for the Government (US1-FED) site. + # # @param body [SyntheticsNetworkTestEditRequest] # @param opts [Hash] the optional parameters # @return [Array<(SyntheticsNetworkTestResponse, Integer, Hash)>] SyntheticsNetworkTestResponse data, response status code and response headers @@ -757,6 +762,11 @@ def get_synthetics_network_test(public_id, opts = {}) end # Get a Network Path test. + # + # Get a Network Path test. + # + # **Note**: This endpoint is not available for the Government (US1-FED) site. + # # @param public_id [String] The public ID of the Network Path test to get details from. # @param opts [Hash] the optional parameters # @return [Array<(SyntheticsNetworkTestResponse, Integer, Hash)>] SyntheticsNetworkTestResponse data, response status code and response headers @@ -1532,6 +1542,11 @@ def update_synthetics_network_test(public_id, body, opts = {}) end # Edit a Network Path test. + # + # Edit a Network Path test. + # + # **Note**: This endpoint is not available for the Government (US1-FED) site. + # # @param public_id [String] The public ID of the Network Path test to edit. # @param body [SyntheticsNetworkTestEditRequest] New Network Path test details to be saved. # @param opts [Hash] the optional parameters