Skip to content

Commit ec1ee2d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 38ac2ea3 of spec repo
1 parent d2a5f95 commit ec1ee2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-13 14:31:41.302367",
8-
"spec_repo_commit": "ed3bb0a0"
7+
"regenerated": "2024-12-13 14:50:09.767687",
8+
"spec_repo_commit": "38ac2ea3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-13 14:31:41.321242",
13-
"spec_repo_commit": "ed3bb0a0"
12+
"regenerated": "2024-12-13 14:50:09.786998",
13+
"spec_repo_commit": "38ac2ea3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15197,7 +15197,7 @@ components:
1519715197
format: int64
1519815198
type: integer
1519915199
public_ids:
15200-
description: An array of Synthetic test IDs you want to delete.
15200+
description: An array of Synthetic test IDs you want uptimes for.
1520115201
example: []
1520215202
items:
1520315203
description: A Synthetic test ID.

lib/datadog_api_client/v1/models/synthetics_fetch_uptimes_payload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SyntheticsFetchUptimesPayload
2424
# Timestamp in seconds (Unix epoch) for the start of uptime.
2525
attr_reader :from_ts
2626

27-
# An array of Synthetic test IDs you want to delete.
27+
# An array of Synthetic test IDs you want uptimes for.
2828
attr_reader :public_ids
2929

3030
# Timestamp in seconds (Unix epoch) for the end of uptime.

0 commit comments

Comments
 (0)