---
title: "PATCH /qod"
method: PATCH
path: "/qod"
tags: ["Private QOD"]
---

# PATCH /qod

`PATCH /qod`

Update an existing private `Quote of the Day` definition.

## Query parameters

- `repeat_after` integer
- `authors` string, array
- `title` string, string, required
- `private` boolean
- `language` string, string
- `sfw` boolean

## Response `200`

200  response

- QuoteResponse
  - `success` string — Metadata about this successful call
  - `contents` object
    - `quotes` Quote[] — List of quotes
      - `author` string — Author name of quote.
      - `quote` string, required — The Quote.
      - `tags` string[] — Array of tags/categories.
      - `id` string, required — Unique identifier representing a specific quote in theysaidso.com.
      - `image` string — Image URL that can be used for background to display this quote.
      - `length` integer — Length of the quote string.

## Other responses

- `400` — 400 response
- `403` — 403 No access response

---

[API](https://skmtc.net/quotes/apis/they-said-so-quotes-api.md) · [All operations](https://skmtc.net/quotes/apis/they-said-so-quotes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quotes/they-said-so-quotes-api/revisions/c6aaaf6f33b1/schema)
