Update application
Update an existing RUM application. All fields except application_id are optional — only provided fields are updated.
Restrictions
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | Applications Manage (rum) |
Usage
links.systems[].urlmust start withhttporhttps;${var}tokens are resolved from RUM event context.links.systems[].event_typesaccepts:crash,error,view,action,resource,session,all.- Every call is recorded in the account audit log. Don’t put secrets in request fields.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Parameters for updating a RUM application. All fields except application_id are optional.
Application ID to update.
New application name.
browser, ios, android, react-native, flutter, kotlin-multiplatform, roku, unity Alert settings for the application.
APM tracing integration settings.
External link integration settings for the application.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.