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