Skip to content

Commit 4d16dc2

Browse files
committed
DOC-4685 RS: Add dry_run option to redis_acl REST API reference
1 parent 07b897d commit 4d16dc2

File tree

1 file changed

+16
-0
lines changed
  • content/operate/rs/references/rest-api/requests/redis_acls

1 file changed

+16
-0
lines changed

content/operate/rs/references/rest-api/requests/redis_acls/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,17 @@ PUT /redis_acls/17
183183
| Host | cnm.cluster.fqdn | Domain name |
184184
| Accept | application/json | Accepted media type |
185185

186+
#### Query parameters
187+
188+
| Field | Type | Description |
189+
|---------|------|---------------|
190+
| dry_run | | Validate the updated [Redis ACL object]({{< relref "/operate/rs/references/rest-api/objects/redis_acl" >}}) but don't apply the update. |
191+
192+
#### URL parameters
193+
194+
| Field | Type | Description |
195+
|-------|------|-------------|
196+
| uid | integer | The Redis ACL's unique ID. |
186197

187198
#### Request body
188199

@@ -258,6 +269,11 @@ POST /redis_acls
258269
| Host | cnm.cluster.fqdn | Domain name |
259270
| Accept | application/json | Accepted media type |
260271

272+
#### Query parameters
273+
274+
| Field | Type | Description |
275+
|---------|------|---------------|
276+
| dry_run | | Validate the new [Redis ACL object]({{< relref "/operate/rs/references/rest-api/objects/redis_acl" >}}) but don't apply the update. |
261277

262278
#### Request body
263279

0 commit comments

Comments
 (0)