PUT
https://errors.betterstack.com/api/v1/applications/{id}
URL parameters
id
required
string
The ID of the application to update.
Headers
Authorization
required
string
Bearer $TOKEN
Content-Type
required
string
application/json
Body parameters
name
string
New application name. Must be unique within your team.
errors_retention
integer
New error data retention period in days.
ingesting_paused
boolean
Set to true to pause error ingestion, false to resume.