---
title: "Update Agent Quick Response"
method: PUT
path: "/agent/quick-response/{quick_response_id}"
tags: ["Agent Quick Response"]
---

# Update Agent Quick Response

`PUT /agent/quick-response/{quick_response_id}`

## Path parameters

- `quick_response_id` string, uuid, required

## Request body

- AgentQuickResponseCreateUpdateRequest
  - `title` string
  - `response` string
  - `key` string

## Response `200`

Successful Response

- AgentQuickResponseResponse
  - `id` string, uuid, required
  - `title` string
  - `response` string
  - `key` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
