---
title: "Update Quest Config (Admin)"
method: PUT
path: "/api/v3/store/admin/quests/config"
tags: ["Store"]
---

# Update Quest Config (Admin)

`PUT /api/v3/store/admin/quests/config`

Update quest configuration.

## Request body

- UpdateQuestConfigRequest
  - `rotation_day` integer, nullable
  - `rotation_hour` integer, nullable
  - `easy_quest_count` integer, nullable
  - `medium_quest_count` integer, nullable
  - `hard_quest_count` integer, nullable

## Response `200`

Request fulfilled, document follows

- UpdateQuestConfigResponse
  - `success` boolean, required
  - `updated_fields` string[], required
  - `next_rotation_at` string, date-time, nullable

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/versions/6db12055b305/schema)
