---
title: "Updates a quote"
method: PUT
path: "/quotes/{id}"
tags: ["quote-operations"]
---

# Updates a quote

`PUT /quotes/{id}`

Modifies the content of an existing quote identified by its ID.

## Path parameters

- `id` integer, required

## Request body

- Quote
  - `id` integer
  - `author` string
  - `quote` string

## Response `200`

Quote updated successfully

## Other responses

- `404` — Quote not found
- `500` — Internal server error

---

[API](https://skmtc.net/google/apis/quote-api.md) · [All operations](https://skmtc.net/google/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/quote-api/versions/4359031ab455/schema)
