File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments