v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRum Replay Playlists
Update RUM replay playlist
Update a playlist.
put/api/v2/rum/replay/playlists/{playlist_id}
Path parameters
playlist_idinteger required
Example:1234567
Unique identifier of the playlist.
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
OK
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"
}
}