# Update alert channel information Returns alert channel instance Endpoint: PUT /v1/enterprise/{enterprise_id}/alertchannels/{alert_id} Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying the enterprise. - `alert_id` (integer, required) An integer identifying the alert channel. ## Request fields (application/json): - `id` (integer) - `properties` (object) - `properties.to_address` (string) - `name` (string) - `type` (string) format of alert. e.g. email - `created_on` (string) - `updated_on` (string) - `enterprise` (string) ## Response 200 fields (application/json): - `id` (integer) - `properties` (object) - `properties.to_address` (string) - `name` (string) - `type` (string) format of alert. e.g. email - `created_on` (string) - `updated_on` (string) - `enterprise` (string) - `linked_alerts` (array) ## Response 400 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)