v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Rum Replay Heatmaps

Create replay heatmap snapshot

Create a heatmap snapshot.

post/api/v2/replay/heatmap/snapshots

Request body

Example request

{
  "data": {
    "attributes": {
      "application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb",
      "device_type": "desktop",
      "event_id": "11111111-2222-3333-4444-555555555555",
      "snapshot_name": "My Snapshot",
      "view_name": "/home"
    },
    "type": "snapshots"
  }
}

Response

Created

Example response

{
  "data": {
    "type": "snapshots"
  }
}