Skip to content

Commit 09640e5

Browse files
ariel-anielimichaelklishin
authored andcommitted
Defined "tags" as list
Typo spotted in #4050
1 parent 3b92216 commit 09640e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ <h2>Reference</h2>
760760
<td>An individual user. To PUT a user, you will need a body looking something like this:
761761
<pre>{"password":"secret","tags":"administrator"}</pre>
762762
or:
763-
<pre>{"password_hash":"2lmoth8l4H0DViLaK9Fxi6l9ds8=", "tags":"administrator"}</pre>
763+
<pre>{"password_hash":"2lmoth8l4H0DViLaK9Fxi6l9ds8=", "tags":["administrator"]}</pre>
764764
The <code>tags</code> key is mandatory. Either
765765
<code>password</code> or <code>password_hash</code>
766766
can be set. If neither are set the user will not be able to log in with a password,

0 commit comments

Comments
 (0)