Skip to content

Update description for synthetics test body #2527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
@@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-10 19:45:58.829299",
"spec_repo_commit": "049920eb"
"regenerated": "2024-10-15 14:43:02.999251",
"spec_repo_commit": "85278ed5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-10 19:45:58.847651",
"spec_repo_commit": "049920eb"
"regenerated": "2024-10-15 14:43:03.017695",
"spec_repo_commit": "85278ed5"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
@@ -15007,7 +15007,7 @@ components:
description: Object describing the synthetics tests to trigger.
properties:
tests:
description: Individual synthetics test.
description: List of individual synthetic tests.
items:
$ref: '#/components/schemas/SyntheticsCITest'
type: array
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ public SyntheticsCITestBody addTestsItem(SyntheticsCITest testsItem) {
}

/**
* Individual synthetics test.
* List of individual synthetic tests.
*
* @return tests
*/