Skip to content

Commit 6cf3f6c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ce5bd32 of spec repo
1 parent dfd3ba4 commit 6cf3f6c

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107968,11 +107968,9 @@ tags:
107968107968

107969107969
- [Mobile Application tests](https://docs.datadoghq.com/synthetics/mobile_app_testing)
107970107970

107971-
107972107971
You can use the Datadog API to create, manage, and organize tests and test suites
107973107972
programmatically.
107974107973

107975-
107976107974
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
107977107975
name: Synthetics
107978107976
- description: View and manage teams within Datadog. See the [Teams page](https://docs.datadoghq.com/account_management/teams/)

src/datadog_api_client/v2/api/synthetics_api.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ class SyntheticsApi:
3434
* `Browser tests <https://docs.datadoghq.com/synthetics/browser_tests>`_
3535
* `Network Path tests <https://docs.datadoghq.com/synthetics/network_path_tests/>`_
3636
* `Mobile Application tests <https://docs.datadoghq.com/synthetics/mobile_app_testing>`_
37-
38-
You can use the Datadog API to create, manage, and organize tests and test suites programmatically.
39-
40-
For more information, see the `Synthetic Monitoring documentation <https://docs.datadoghq.com/synthetics/>`_.
37+
You can use the Datadog API to create, manage, and organize tests and test suites programmatically.
38+
For more information, see the `Synthetic Monitoring documentation <https://docs.datadoghq.com/synthetics/>`_.
4139
"""
4240

4341
def __init__(self, api_client=None):

tests/v2/features/synthetics.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Feature: Synthetics
77
tests](https://docs.datadoghq.com/synthetics/browser_tests) - [Network
88
Path tests](https://docs.datadoghq.com/synthetics/network_path_tests/) -
99
[Mobile Application
10-
tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) You can
10+
tests](https://docs.datadoghq.com/synthetics/mobile_app_testing) You can
1111
use the Datadog API to create, manage, and organize tests and test suites
12-
programmatically. For more information, see the [Synthetic Monitoring
12+
programmatically. For more information, see the [Synthetic Monitoring
1313
documentation](https://docs.datadoghq.com/synthetics/).
1414

1515
Background:

0 commit comments

Comments
 (0)