diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 5b151db2a..d3b9ce53d 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -108530,11 +108530,9 @@ tags: - [Mobile Application tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) - You can use the Datadog API to create, manage, and organize tests and test suites programmatically. - For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).' name: Synthetics - description: View and manage teams within Datadog. See the [Teams page](https://docs.datadoghq.com/account_management/teams/) diff --git a/src/datadogV2/api/api_synthetics.rs b/src/datadogV2/api/api_synthetics.rs index 01bb06183..24d9dcd26 100644 --- a/src/datadogV2/api/api_synthetics.rs +++ b/src/datadogV2/api/api_synthetics.rs @@ -155,9 +155,7 @@ pub enum UpdateSyntheticsNetworkTestError { /// - [Browser tests]() /// - [Network Path tests]() /// - [Mobile Application tests]() -/// /// You can use the Datadog API to create, manage, and organize tests and test suites programmatically. -/// /// For more information, see the [Synthetic Monitoring documentation](). #[derive(Debug, Clone)] pub struct SyntheticsAPI { diff --git a/tests/scenarios/features/v2/synthetics.feature b/tests/scenarios/features/v2/synthetics.feature index 0f9a67bed..16a842cff 100644 --- a/tests/scenarios/features/v2/synthetics.feature +++ b/tests/scenarios/features/v2/synthetics.feature @@ -7,9 +7,9 @@ Feature: Synthetics tests](https://docs.datadoghq.com/synthetics/browser_tests) - [Network Path tests](https://docs.datadoghq.com/synthetics/network_path_tests/) - [Mobile Application - tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) You can + tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) You can use the Datadog API to create, manage, and organize tests and test suites - programmatically. For more information, see the [Synthetic Monitoring + programmatically. For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/). Background: