Skip to content

Commit

Permalink
Update redis_acl.md (#2721)
Browse files Browse the repository at this point in the history
ACL API enhancements in 7.2
  • Loading branch information
maayanagranat authored Aug 1, 2023
1 parent 8b1ccb7 commit 2a3cce5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/rs/references/rest-api/objects/redis_acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ An API object that represents a Redis [access control list (ACL)]({{<relref "/rs
| acl | string | Redis ACL's string |
| action_uid | string | Action UID. If it exists, progress can be tracked by the `GET`&nbsp;`/actions/{uid}` API (read-only) |
| name | string | Redis ACL's name |
| min_version | string | Minimum database version that supports this ACL. Read only |
| max_version | string | Maximum database version that supports this ACL. Read only |

0 comments on commit 2a3cce5

Please sign in to comment.