Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2025-06-06 17:43:43.689332",
"spec_repo_commit": "01341d5b"
"regenerated": "2025-06-09 14:45:35.193886",
"spec_repo_commit": "79e7c933"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-06 17:43:43.707291",
"spec_repo_commit": "01341d5b"
"regenerated": "2025-06-09 14:45:35.210362",
"spec_repo_commit": "79e7c933"
}
}
}
5 changes: 4 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26423,7 +26423,10 @@ paths:
- events_read
/api/v1/graph/snapshot:
get:
description: 'Take graph snapshots.
description: '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.


**Note**: When a snapshot is created, there is some delay before it is available.'
operationId: GetGraphSnapshot
Expand Down
3 changes: 2 additions & 1 deletion packages/datadog-api-client-v1/apis/SnapshotsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ export class SnapshotsApi {
}

/**
* Take graph snapshots.
* 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.
*
* **Note**: When a snapshot is created, there is some delay before it is available.
* @param param The request object
*/
Expand Down