Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107968,11 +107968,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/)
Expand Down
6 changes: 2 additions & 4 deletions src/datadog_api_client/v2/api/synthetics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ class SyntheticsApi:
* `Browser 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 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/>`_.
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/>`_.
"""

def __init__(self, api_client=None):
Expand Down
4 changes: 2 additions & 2 deletions tests/v2/features/synthetics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down