v1

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

Update replay heatmap snapshot

Update a heatmap snapshot.

patch/api/v2/replay/heatmap/snapshots/{snapshot_id}

Path parameters

snapshot_idstring required
Example:00000000-0000-0000-0000-000000000001

Unique identifier of the heatmap snapshot.

Request body

Example request

{
  "data": {
    "attributes": {
      "event_id": "11111111-2222-3333-4444-555555555555"
    },
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "snapshots"
  }
}

Response

OK

Example response

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