Skip to content

Commit 16cf858

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 380ea6cc of spec repo
1 parent d0751b7 commit 16cf858

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
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": "2025-06-04 12:51:37.536059",
8-
"spec_repo_commit": "35a63137"
7+
"regenerated": "2025-06-04 18:56:38.228743",
8+
"spec_repo_commit": "380ea6cc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-04 12:51:37.554861",
13-
"spec_repo_commit": "35a63137"
12+
"regenerated": "2025-06-04 18:56:38.284849",
13+
"spec_repo_commit": "380ea6cc"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26379,7 +26379,10 @@ paths:
2637926379
- events_read
2638026380
/api/v1/graph/snapshot:
2638126381
get:
26382-
description: 'Take graph snapshots.
26382+
description: 'Take graph snapshots. Snapshots are PNG images generated by rendering
26383+
a specified widget in a web page and capturing it once the data is available.
26384+
The image is then uploaded to cloud storage.
26385+
2638326386

2638426387
**Note**: When a snapshot is created, there is some delay before it is available.'
2638526388
operationId: GetGraphSnapshot

src/main/java/com/datadog/api/client/v1/api/SnapshotsApi.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,12 @@ public CompletableFuture<GraphSnapshot> getGraphSnapshotAsync(
194194
}
195195

196196
/**
197-
* Take graph snapshots. <strong>Note</strong>: When a snapshot is created, there is some delay
198-
* before it is available.
197+
* Take graph snapshots. Snapshots are PNG images generated by rendering a specified widget in a
198+
* web page and capturing it once the data is available. The image is then uploaded to cloud
199+
* storage.
200+
*
201+
* <p><strong>Note</strong>: When a snapshot is created, there is some delay before it is
202+
* available.
199203
*
200204
* @param start The POSIX timestamp of the start of the query in seconds. (required)
201205
* @param end The POSIX timestamp of the end of the query in seconds. (required)

0 commit comments

Comments
 (0)