---
title: "Set Multi Key Secret"
method: PUT
path: "/api/v1/secrets/{secret_name}"
tags: ["secure", "secrets"]
---

# Set Multi Key Secret

`PUT /api/v1/secrets/{secret_name}`

Stores multiple key-value pairs under a single secret name in the key store.
NOTE: {secret_name} is legacy and is not used - calculated automatically

Args:
    secret_name (str): The secret name (legacy, not used - kept for backward compatibility).
    secret_keys (SecretKeyModel): The secret key/value pairs to set.

Returns:
    OperationResponse: The operation response.

## Path parameters

- `secret_name` string, required

## Request body

- SecretKeyModel

## Response `200`

Secrets were set successfully

- OperationResponse — Represents the response of an operation.
  - `status` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-02-03** `1cfaddb924d7` — 1 breaking
  - added the new path request parameter `secret_name`
- **2026-02-02** `f0a3d26cc0c6` — 2 warning, 1 info
  - removed the optional property `errors` from the response with the `401` status
  - removed the optional property `errors` from the response with the `403` status
  - removed the non-success response with the status `422`
- **2025-06-16** `557b7644b943` — 2 info
  - added the optional property `errors` to the response with the `401` status
  - added the optional property `errors` to the response with the `403` status
- **2025-02-27** `b0ed6c7dac42` — 1 warning, 1 info
  - deleted the `path` request parameter `secret_name`
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/secrets/:secret_name/put.md)

---

[API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/revisions/30f630f0aac5/schema)
