---
title: "Update Quest (Admin)"
method: PATCH
path: "/api/v3/store/admin/quests/{quest_id}"
tags: ["Store"]
---

# Update Quest (Admin)

`PATCH /api/v3/store/admin/quests/{quest_id}`

Update or deactivate a quest in the pool.

## Path parameters

- `quest_id` integer, required

## Request body

- UpdateQuestRequest
  - `name` string, nullable
  - `description` string, nullable
  - `difficulty` string, nullable
  - `coin_reward` integer, nullable
  - `xp_reward` integer, nullable
  - `requirements` object, nullable
  - `is_active` boolean, nullable

## Response `200`

Request fulfilled, document follows

- UpdateQuestResponse
  - `success` boolean, required
  - `updated_fields` string[], required

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.dev/genji/apis/genji-shimada-api-2.md) · [All operations](https://skmtc.dev/genji/apis/genji-shimada-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genji/genji-shimada-api-2/revisions/d14c3e9eddba/schema)
