URL parameters
The ID of the application to update.
Headers
Bearer $TOKEN
application/json
Body parameters
New application name. Must be unique within your team.
New error data retention period in days.
Set to true to pause error ingestion, false to resume.
The full name of a GitHub repository (e.g., owner/repo) to connect to the application. The repository must be connected to your team via the GitHub integration first. To disconnect a repository, provide an empty string or null.
The absolute path to the root of the stack trace on your server (e.g., /usr/src/app/). This is used to resolve source code paths for AI-assisted debugging.
The relative path from your project's root to the source code being deployed (e.g., apps/backend/). This is used to resolve source code paths for AI-assisted debugging.