---
title: "Update a Redis ACL"
method: PUT
path: "/v1/redis_acls/{uid}"
tags: ["RedisAcls"]
---

# Update a Redis ACL

`PUT /v1/redis_acls/{uid}`

Update a Redis ACL by unique ID

## Path parameters

- `uid` integer, required

## Query parameters

- `dry_run` boolean

## Request body

- RedisAcl — An API object that represents a Redis ACL definition.
  - `account_id` integer — SM account ID associated with this ACL.
  - `acl` string — Redis ACL string definition.
  - `action_uid` string — Action uid. If exists - progress can be tracked by the GET /actions/<uid> API
  - `max_version` string — Maximum Redis version for which this ACL is valid.
  - `min_version` string — Minimum Redis version for which this ACL is valid.
  - `name` string — ACL name.
  - `uid` integer — Redis ACL unique uid.

## Response `200`

Redis ACL updated successfully

- RedisAcl — An API object that represents a Redis ACL definition.
  - `account_id` integer — SM account ID associated with this ACL.
  - `acl` string — Redis ACL string definition.
  - `action_uid` string — Action uid. If exists - progress can be tracked by the GET /actions/<uid> API
  - `max_version` string — Maximum Redis version for which this ACL is valid.
  - `min_version` string — Minimum Redis version for which this ACL is valid.
  - `name` string — ACL name.
  - `uid` integer — Redis ACL unique uid.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

## Changes

- **2026-02-09** `17b61f8beeda` — 1 info
  - endpoint added
- **2026-01-23** `9fdf3bc7ad77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-software-rest-api/changes/v1/redis_acls/:uid/put.md)

---

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