v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Rum Retention Filters

Order RUM retention filters

Order RUM retention filters for a RUM application. Returns RUM retention filter objects without attributes from the request body when the request is successful.

patch/api/v2/rum/applications/{app_id}/relationships/retention_filters

Path parameters

app_idstring required

RUM application ID.

Request body

Example request

{
  "data": [
    {
      "id": "051601eb-54a0-abc0-03f9-cc02efa18892",
      "type": "retention_filters"
    }
  ]
}

Response

Ordered

Example response

{
  "data": [
    {
      "id": "051601eb-54a0-abc0-03f9-cc02efa18892",
      "type": "retention_filters"
    }
  ]
}