---
title: "Update Technical Alert Prompt"
method: PUT
path: "/developer/technical-alerts/prompt"
tags: ["Developer", "Developer - Technical Alerting"]
---

# Update Technical Alert Prompt

`PUT /developer/technical-alerts/prompt`

Update the per-customer technical alert context addendum.

The base evaluation prompt is global and edited via the settings endpoint.

## Request body

- TechnicalAlertPromptUpdateRequest
  - `customer_context` string, nullable

## Response `200`

Successful Response

- TechnicalAlertPromptResponse
  - `default_prompt` string, required
  - `global_prompt` string, nullable
  - `customer_context` 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/b642b91e0a5c/schema)
