update_application_category
Modify an existing application category by updating its custom patterns, notification settings for incidents and deployments, and Slack channel. Only specified fields are changed.
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 |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| custom_patterns | No | ||
| notify_incidents | No | ||
| notify_deployments | No | ||
| slack_channel | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||