File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
packages/datadog-api-client-v1/apis Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-04-14 08:32:58.509183 ",
8
- "spec_repo_commit": "318954bb "
7
+ "regenerated": "2023-04-14 15:23:14.261335 ",
8
+ "spec_repo_commit": "61947562 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-04-14 08:32:58.521403 ",
13
- "spec_repo_commit": "318954bb "
12
+ "regenerated": "2023-04-14 15:23:14.280202 ",
13
+ "spec_repo_commit": "61947562 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -27042,8 +27042,8 @@ paths:
27042
27042
x-codegen-request-body-name: body
27043
27043
/api/v1/synthetics/tests/browser/{public_id}/results:
27044
27044
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.
27047
27047
operationId: GetBrowserTestLatestResults
27048
27048
parameters:
27049
27049
- description: 'The public ID of the browser test for which to search results
@@ -27326,8 +27326,8 @@ paths:
27326
27326
- Synthetics
27327
27327
/api/v1/synthetics/tests/{public_id}/results:
27328
27328
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.
27331
27331
operationId: GetAPITestLatestResults
27332
27332
parameters:
27333
27333
- description: The public ID of the test for which to search results for.
Original file line number Diff line number Diff line change @@ -3318,7 +3318,7 @@ export class SyntheticsApi {
3318
3318
}
3319
3319
3320
3320
/**
3321
- * Get the last 50 test results summaries for a given Synthetics API test.
3321
+ * Get the last 150 test results summaries for a given Synthetics API test.
3322
3322
* @param param The request object
3323
3323
*/
3324
3324
public getAPITestLatestResults (
@@ -3388,7 +3388,7 @@ export class SyntheticsApi {
3388
3388
}
3389
3389
3390
3390
/**
3391
- * Get the last 50 test results summaries for a given Synthetics Browser test.
3391
+ * Get the last 150 test results summaries for a given Synthetics Browser test.
3392
3392
* @param param The request object
3393
3393
*/
3394
3394
public getBrowserTestLatestResults (
You can’t perform that action at this time.
0 commit comments