File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/operate/rs/references/rest-api/requests/redis_acls Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments