Skip to content

Commit

Permalink
[synthetics] correct wording for uptime endpoint (SYNTH-17319) (#2592)
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 7623cca commit 1704b56
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: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

0 comments on commit 1704b56

Please sign in to comment.