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

# PUT /qod

`PUT /qod`

Create a private `Quote of the Day` service.

## Query parameters

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

## Response `200`

200  response

- SuccessResponse
  - `success` string — Metadata about this successful call
  - `contents` unknown[] — Contents relevant to this successful call
    - unknown

## 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)
