Update a RUM application

PATCH {{baseUrl}}/api/v2/rum/applications/:id

Update the RUM application with given ID in your organization.

Request Body

{"data"=>{"id"=>"abcd1234-0000-0000-abcd-1234abcd5678", "type"=>"rum_application_update", "attributes"=>{"name"=>"updated_name_for_my_existing_rum_application", "type"=>"browser"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"attributes":{"application_id":"abcd1234-0000-0000-abcd-1234abcd5678","client_token":"abcd1234efgh5678ijkl90abcd1234efgh0","created_at":1659479836169,"created_by_handle":"john.doe","name":"my_rum_application","org_id":999,"type":"browser","updated_at":1659479836169,"updated_by_handle":"jane.doe","hash":"dolor enim non","is_active":true},"id":"abcd1234-0000-0000-abcd-1234abcd5678","type":"rum_application"}}