Skip to content

Commit e2bebd5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4849cc52 of spec repo
1 parent d3340dd commit e2bebd5

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.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-05-27 17:12:13.510503",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-06-03 17:56:33.030483",
8+
"spec_repo_commit": "4849cc52"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:13.526776",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-06-03 17:56:33.049356",
13+
"spec_repo_commit": "4849cc52"
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

packages/datadog-api-client-v1/apis/SnapshotsApi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ export class SnapshotsApi {
249249
}
250250

251251
/**
252-
* Take graph snapshots.
252+
* Take graph snapshots. Snapshots are PNG images generated by rendering a specified widget in a web page and capturing it once the data is available. The image is then uploaded to cloud storage.
253+
*
253254
* **Note**: When a snapshot is created, there is some delay before it is available.
254255
* @param param The request object
255256
*/

0 commit comments

Comments
 (0)