Skip to content

Commit

Permalink
[synthetics] correct wording for uptime endpoint (SYNTH-17319) (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 13, 2024
1 parent b8a2df3 commit 7c7141d
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-13 15:30:23.938359",
"spec_repo_commit": "e7a707af"
"regenerated": "2024-12-13 16:09:25.555961",
"spec_repo_commit": "936a5463"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-13 15:30:23.957891",
"spec_repo_commit": "e7a707af"
"regenerated": "2024-12-13 16:09:25.575458",
"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 @@ -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 7c7141d

Please sign in to comment.