Skip to content

Commit

Permalink
Regenerate client from commit f7dfe1a6 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 29, 2024
1 parent b073cce commit 05ee957
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-11-27 13:08:57.192714",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-11-29 14:53:58.905837",
"spec_repo_commit": "f7dfe1a6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-27 13:08:57.211533",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-11-29 14:53:58.926166",
"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 @@ -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 05ee957

Please sign in to comment.