File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-12-13 15:30:23.938359 ",
8- "spec_repo_commit": "e7a707af "
7+ "regenerated": "2024-12-13 16:09:25.555961 ",
8+ "spec_repo_commit": "936a5463 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-12-13 15:30:23.957891 ",
13- "spec_repo_commit": "e7a707af "
12+ "regenerated": "2024-12-13 16:09:25.575458 ",
13+ "spec_repo_commit": "936a5463 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -15211,7 +15211,7 @@ components:
1521115211 format: int64
1521215212 type: integer
1521315213 public_ids:
15214- description: An array of Synthetic test IDs you want to delete .
15214+ description: An array of Synthetic test IDs you want uptimes for .
1521515215 example: []
1521615216 items:
1521715217 description: A Synthetic test ID.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub struct SyntheticsFetchUptimesPayload {
1414 /// Timestamp in seconds (Unix epoch) for the start of uptime.
1515 #[ serde( rename = "from_ts" ) ]
1616 pub from_ts : i64 ,
17- /// An array of Synthetic test IDs you want to delete .
17+ /// An array of Synthetic test IDs you want uptimes for .
1818 #[ serde( rename = "public_ids" ) ]
1919 pub public_ids : Vec < String > ,
2020 /// Timestamp in seconds (Unix epoch) for the end of uptime.
You can’t perform that action at this time.
0 commit comments