Skip to content

Commit 7985645

Browse files
committed
Fix spacing in REST API example
1 parent 552f388 commit 7985645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/rs/security/access-control/manage-passwords/password-complexity-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To change the minimum password length, use one of the following methods:
7373
7474
```sh
7575
PUT https://[host][:port]/v1/cluster
76-
{ "password_min_length ": <integer between 8-256> }
76+
{ "password_min_length": <integer between 8-256> }
7777
```
7878
7979
## Deactivate password complexity rules

0 commit comments

Comments
 (0)