# <a id="bitdrift.public.unary.alerts.v1.UpsertAlertConfigResponse"></a>UpsertAlertConfigResponse

**Source definition:** [`src/bitdrift/public/unary/alerts/v1/alerts.proto#L265-L268`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/alerts/v1/alerts.proto#L265-L268>)

Returns the identifier of the alert configuration that was changed.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| id | <span class="proto-type proto-type-primitive">uint64</span> | The ID of the upserted or deleted alert configuration. |

</section>
<p class="h4">Example</p>
```json
{
  "id": 123
}
```

