curl --request POST \
--url 'https://api.flashcat.cloud/rum/application/update?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"application_id": "<string>",
"team_id": 123,
"application_name": "<string>",
"type": "browser",
"is_private": true,
"no_geo": true,
"no_ip": true,
"alerting": {
"enabled": true,
"channel_ids": [
123
]
},
"tracing": {
"enabled": true,
"endpoint": "<string>",
"open_type": "popup"
}
}
'