Changeset - 2244eb820732
[Not reviewed]
stable
0 1 0
Mads Kiilerich - 3 years ago 2022-12-27 21:10:06
mads@kiilerich.com
docs: minor fixes for API documentation
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/api/api.rst
Show inline comments
 
@@ -23,7 +23,7 @@ API access
 
Clients must send JSON encoded JSON-RPC requests::
 

	
 
    {
 
        "id: "<id>",
 
        "id": "<id>",
 
        "api_key": "<api_key>",
 
        "method": "<method_name>",
 
        "args": {"<arg_key>": "<arg_val>"}
 
@@ -489,7 +489,7 @@ OUTPUT::
 
add_user_to_user_group
 
^^^^^^^^^^^^^^^^^^^^^^
 

	
 
Adds a user to a user group. If the user already is in that group, success will be
 
Add a user to a user group. If the user already is in that group, success will be
 
``false``.
 
This command can only be executed using the api_key of a user with admin rights.
 

	
0 comments (0 inline, 0 general)