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

# Update Store Config (Admin)

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

Update store configuration.

## Request body

- UpdateConfigRequest
  - `rotation_period_days` integer, nullable
  - `active_key_type` string, nullable

## Response `200`

Request fulfilled, document follows

- StoreConfigResponse
  - `rotation_period_days` integer, required
  - `active_key_type` string, required
  - `last_rotation_at` string, date-time, required
  - `next_rotation_at` string, date-time, required

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