Show More
@@ -23,7 +23,7 b' API access' | |||||
23 | Clients must send JSON encoded JSON-RPC requests:: |
|
23 | Clients must send JSON encoded JSON-RPC requests:: | |
24 |
|
24 | |||
25 | { |
|
25 | { | |
26 | "id: "<id>", |
|
26 | "id": "<id>", | |
27 | "api_key": "<api_key>", |
|
27 | "api_key": "<api_key>", | |
28 | "method": "<method_name>", |
|
28 | "method": "<method_name>", | |
29 | "args": {"<arg_key>": "<arg_val>"} |
|
29 | "args": {"<arg_key>": "<arg_val>"} | |
@@ -489,7 +489,7 b' OUTPUT::' | |||||
489 | add_user_to_user_group |
|
489 | add_user_to_user_group | |
490 | ^^^^^^^^^^^^^^^^^^^^^^ |
|
490 | ^^^^^^^^^^^^^^^^^^^^^^ | |
491 |
|
491 | |||
492 |
Add |
|
492 | Add a user to a user group. If the user already is in that group, success will be | |
493 | ``false``. |
|
493 | ``false``. | |
494 | This command can only be executed using the api_key of a user with admin rights. |
|
494 | This command can only be executed using the api_key of a user with admin rights. | |
495 |
|
495 |
General Comments 0
You need to be logged in to leave comments.
Login now