update_application_category
Modify application category settings in the Coroot observability platform. Update notification preferences, custom patterns, or Slack channel for incidents and deployments based on project ID and category name.
Instructions
Update an existing application category.
Updates specific fields of an application category. Only provided fields are updated.
Args: project_id: Project ID name: Category name to update custom_patterns: New space-separated glob patterns (optional) notify_incidents: Whether to notify about incidents (optional) notify_deployments: Whether to notify about deployments (optional) slack_channel: Slack channel for notifications (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_patterns | No | ||
name | Yes | ||
notify_deployments | No | ||
notify_incidents | No | ||
project_id | Yes | ||
slack_channel | No |