---
title: "Patch Prompt Addendum"
method: PATCH
path: "/prompt-addendum"
---

# Patch Prompt Addendum

`PATCH /prompt-addendum`

Updates a prompt addendum for this user.

## Request body

- PatchPromptAddendumRequest
  - `addendum_id` string, required
  - `name` string, nullable
  - `text` string, nullable
  - `is_enabled` boolean, nullable

## Response `200`

Successful Response

- PatchPromptAddendumResponse

## Other responses

- `422` — Validation Error

---

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