---
title: "POST /riddle"
method: POST
path: "/riddle"
tags: ["Private Riddles"]
---

# POST /riddle

`POST /riddle`

Create a random Riddle entry. Same as 'PUT' but can be used when some of the client libraries don't support 'PUT'.

## Query parameters

- `question` string, string, required
- `category` string, string, required
- `answer` string, string, required

## Response `200`

200  response

## Other responses

- `401` — 401 response

---

[API](https://skmtc.dev/fungenerators/apis/random-riddles-api.md) · [All operations](https://skmtc.dev/fungenerators/apis/random-riddles-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fungenerators/random-riddles-api/revisions/89ad8e658ab6/schema)
