Skip to content

Commit 4fb66e9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update number of Synthetics test results returned (#1415)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 6e7be74 commit 4fb66e9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-04-14 08:32:57.088893",
8-
"spec_repo_commit": "318954bb"
7+
"regenerated": "2023-04-14 15:23:10.548294",
8+
"spec_repo_commit": "61947562"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-04-14 08:32:57.100596",
13-
"spec_repo_commit": "318954bb"
12+
"regenerated": "2023-04-14 15:23:10.563832",
13+
"spec_repo_commit": "61947562"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27042,8 +27042,8 @@ paths:
2704227042
x-codegen-request-body-name: body
2704327043
/api/v1/synthetics/tests/browser/{public_id}/results:
2704427044
get:
27045-
description: Get the last 50 test results summaries for a given Synthetics Browser
27046-
test.
27045+
description: Get the last 150 test results summaries for a given Synthetics
27046+
Browser test.
2704727047
operationId: GetBrowserTestLatestResults
2704827048
parameters:
2704927049
- description: 'The public ID of the browser test for which to search results
@@ -27326,8 +27326,8 @@ paths:
2732627326
- Synthetics
2732727327
/api/v1/synthetics/tests/{public_id}/results:
2732827328
get:
27329-
description: Get the last 50 test results summaries for a given Synthetics API
27330-
test.
27329+
description: Get the last 150 test results summaries for a given Synthetics
27330+
API test.
2733127331
operationId: GetAPITestLatestResults
2733227332
parameters:
2733327333
- description: The public ID of the test for which to search results for.

src/datadog_api_client/v1/api/synthetics_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def get_api_test_latest_results(
917917
) -> SyntheticsGetAPITestLatestResultsResponse:
918918
"""Get an API test's latest results summaries.
919919
920-
Get the last 50 test results summaries for a given Synthetics API test.
920+
Get the last 150 test results summaries for a given Synthetics API test.
921921
922922
:param public_id: The public ID of the test for which to search results for.
923923
:type public_id: str
@@ -993,7 +993,7 @@ def get_browser_test_latest_results(
993993
) -> SyntheticsGetBrowserTestLatestResultsResponse:
994994
"""Get a browser test's latest results summaries.
995995
996-
Get the last 50 test results summaries for a given Synthetics Browser test.
996+
Get the last 150 test results summaries for a given Synthetics Browser test.
997997
998998
:param public_id: The public ID of the browser test for which to search results
999999
for.

0 commit comments

Comments
 (0)