> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateAlertSchema

# UpdateAlertSchema

Schema for updating an Alert.

## Properties

| Name            | Type                   | Description | Notes       |
| --------------- | ---------------------- | ----------- | ----------- |
| **name**        | **str**                |             | \[optional] |
| **description** | **str**                |             | \[optional] |
| **media**       | **str**                |             | \[optional] |
| **alert\_type** | **str**                |             | \[optional] |
| **severity**    | **str**                |             | \[optional] |
| **status**      | **str**                |             | \[optional] |
| **metadata**    | **Dict\[str, object]** |             | \[optional] |
