---
title: "Update Technical Alert Global Settings"
method: PATCH
path: "/developer/technical-alerts/settings"
tags: ["Developer", "Developer - Technical Alerting"]
---

# Update Technical Alert Global Settings

`PATCH /developer/technical-alerts/settings`

Update global technical alerting settings.

Only fields present in the request are updated. Pass evaluation_prompt as an
empty/whitespace string to clear the global override and revert to the default.

## Request body

- TechnicalAlertGlobalSettingsUpdateRequest
  - `pagerduty_dry_run` boolean, nullable
  - `evaluation_prompt` string, nullable

## Response `200`

Successful Response

- TechnicalAlertGlobalSettingsResponse
  - `pagerduty_dry_run` boolean, required
  - `evaluation_prompt` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
