# HG changeset patch # User Mads Kiilerich # Date 1672171806 -3600 # Node ID 2244eb82073272875690542d8e2c3c4c2cca4bd4 # Parent 1c8b3f9add7ce8af399f1210f3f2e777b12aa544 docs: minor fixes for API documentation diff -r 1c8b3f9add7c -r 2244eb820732 docs/api/api.rst --- a/docs/api/api.rst Tue Jan 05 00:47:08 2021 +0100 +++ b/docs/api/api.rst Tue Dec 27 21:10:06 2022 +0100 @@ -23,7 +23,7 @@ Clients must send JSON encoded JSON-RPC requests:: { - "id: "", + "id": "", "api_key": "", "method": "", "args": {"": ""} @@ -489,7 +489,7 @@ 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.