v1

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

Create RUM replay playlist

Create a playlist.

post/api/v2/rum/replay/playlists

Request body

Example request

{
  "data": {
    "attributes": {
      "created_by": {
        "handle": "john.doe@example.com",
        "id": "00000000-0000-0000-0000-000000000001",
        "uuid": "00000000-0000-0000-0000-000000000001"
      },
      "name": "My Playlist"
    },
    "type": "rum_replay_playlist"
  }
}

Response

Created

Example response

{
  "data": {
    "attributes": {
      "created_by": {
        "handle": "john.doe@example.com",
        "id": "00000000-0000-0000-0000-000000000001",
        "uuid": "00000000-0000-0000-0000-000000000001"
      },
      "name": "My Playlist"
    },
    "type": "rum_replay_playlist"
  }
}