Skip to content
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

[synthetics] correct wording for uptime endpoint #2592

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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.6",
"regenerated": "2024-11-27 13:09:00.927359",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-11-29 14:54:01.846551",
"spec_repo_commit": "f7dfe1a6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-27 13:09:00.946410",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-11-29 14:54:01.865910",
"spec_repo_commit": "f7dfe1a6"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15199,7 +15199,7 @@ components:
format: int64
type: integer
public_ids:
description: An array of Synthetic test IDs you want to delete.
description: An array of Synthetic test IDs you want uptimes for.
example: []
items:
description: A Synthetic test ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public SyntheticsFetchUptimesPayload addPublicIdsItem(String publicIdsItem) {
}

/**
* An array of Synthetic test IDs you want to delete.
* An array of Synthetic test IDs you want uptimes for.
*
* @return publicIds
*/
Expand Down
Loading