# Update alert types **PUT /api/alert_types** Allows editing the definition of multiple alert types at once. Only available to Garmat administrators. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) The parameters to define alert types - **alert_types** (object) Map with the params for the different alert types ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) List of alert types ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)