We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b92216 commit 09640e5Copy full SHA for 09640e5
deps/rabbitmq_management/priv/www/api/index.html
@@ -760,7 +760,7 @@ <h2>Reference</h2>
760
<td>An individual user. To PUT a user, you will need a body looking something like this:
761
<pre>{"password":"secret","tags":"administrator"}</pre>
762
or:
763
-<pre>{"password_hash":"2lmoth8l4H0DViLaK9Fxi6l9ds8=", "tags":"administrator"}</pre>
+<pre>{"password_hash":"2lmoth8l4H0DViLaK9Fxi6l9ds8=", "tags":["administrator"]}</pre>
764
The <code>tags</code> key is mandatory. Either
765
<code>password</code> or <code>password_hash</code>
766
can be set. If neither are set the user will not be able to log in with a password,
0 commit comments