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.
2 parents 5e34746 + 1077800 commit 4014e1bCopy full SHA for 4014e1b
deps/rabbitmq_management/priv/www/api/index.html
@@ -751,7 +751,7 @@ <h2>Reference</h2>
751
<td>An individual user. To PUT a user, you will need a body looking something like this:
752
<pre>{"password":"secret","tags":"administrator"}</pre>
753
or:
754
-<pre>{"password_hash":"2lmoth8l4H0DViLaK9Fxi6l9ds8=", "tags":"administrator"}</pre>
+<pre>{"password_hash":"2lmoth8l4H0DViLaK9Fxi6l9ds8=", "tags":["administrator"]}</pre>
755
The <code>tags</code> key is mandatory. Either
756
<code>password</code> or <code>password_hash</code>
757
can be set. If neither are set the user will not be able to log in with a password,
0 commit comments