Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2023-04-14 08:32:58.509183",
"spec_repo_commit": "318954bb"
"regenerated": "2023-04-14 15:23:14.261335",
"spec_repo_commit": "61947562"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-04-14 08:32:58.521403",
"spec_repo_commit": "318954bb"
"regenerated": "2023-04-14 15:23:14.280202",
"spec_repo_commit": "61947562"
}
}
}
8 changes: 4 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27042,8 +27042,8 @@ paths:
x-codegen-request-body-name: body
/api/v1/synthetics/tests/browser/{public_id}/results:
get:
description: Get the last 50 test results summaries for a given Synthetics Browser
test.
description: Get the last 150 test results summaries for a given Synthetics
Browser test.
operationId: GetBrowserTestLatestResults
parameters:
- description: 'The public ID of the browser test for which to search results
Expand Down Expand Up @@ -27326,8 +27326,8 @@ paths:
- Synthetics
/api/v1/synthetics/tests/{public_id}/results:
get:
description: Get the last 50 test results summaries for a given Synthetics API
test.
description: Get the last 150 test results summaries for a given Synthetics
API test.
operationId: GetAPITestLatestResults
parameters:
- description: The public ID of the test for which to search results for.
Expand Down
4 changes: 2 additions & 2 deletions packages/datadog-api-client-v1/apis/SyntheticsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,7 @@ export class SyntheticsApi {
}

/**
* Get the last 50 test results summaries for a given Synthetics API test.
* Get the last 150 test results summaries for a given Synthetics API test.
* @param param The request object
*/
public getAPITestLatestResults(
Expand Down Expand Up @@ -3388,7 +3388,7 @@ export class SyntheticsApi {
}

/**
* Get the last 50 test results summaries for a given Synthetics Browser test.
* Get the last 150 test results summaries for a given Synthetics Browser test.
* @param param The request object
*/
public getBrowserTestLatestResults(
Expand Down