Skip to content

Commit 213bdb0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Split spec/v2/synthetics.yaml into smaller files (#3215)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 06e14b6 commit 213bdb0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.generator/schemas/v2/openapi.yaml

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

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

108533-
108534108533
You can use the Datadog API to create, manage, and organize tests and test suites
108535108534
programmatically.
108536108535

108537-
108538108536
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
108539108537
name: Synthetics
108540108538
- 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)