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.6",
"regenerated": "2024-12-13 15:30:12.476531",
"spec_repo_commit": "e7a707af"
"regenerated": "2024-12-13 16:09:25.530948",
"spec_repo_commit": "936a5463"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-13 15:30:12.504437",
"spec_repo_commit": "e7a707af"
"regenerated": "2024-12-13 16:09:25.549581",
"spec_repo_commit": "936a5463"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15211,7 +15211,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