Skip to content

Commit

Permalink
Regenerate client from commit f2b02207 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 9, 2024
1 parent 770645b commit b67001d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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-05 20:22:34.887949",
"spec_repo_commit": "970515f9"
"regenerated": "2024-12-09 09:02:56.166282",
"spec_repo_commit": "f2b02207"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-05 20:22:34.907021",
"spec_repo_commit": "970515f9"
"regenerated": "2024-12-09 09:02:56.185795",
"spec_repo_commit": "f2b02207"
}
}
}
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 @@ -14,7 +14,7 @@ pub struct SyntheticsFetchUptimesPayload {
/// Timestamp in seconds (Unix epoch) for the start of uptime.
#[serde(rename = "from_ts")]
pub from_ts: i64,
/// An array of Synthetic test IDs you want to delete.
/// An array of Synthetic test IDs you want uptimes for.
#[serde(rename = "public_ids")]
pub public_ids: Vec<String>,
/// Timestamp in seconds (Unix epoch) for the end of uptime.
Expand Down

0 comments on commit b67001d

Please sign in to comment.