# HG changeset patch # User Mads Kiilerich # Date 2022-12-27 20:10:06 # Node ID 2244eb82073272875690542d8e2c3c4c2cca4bd4 # Parent 1c8b3f9add7ce8af399f1210f3f2e777b12aa544 docs: minor fixes for API documentation diff --git a/docs/api/api.rst b/docs/api/api.rst --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -23,7 +23,7 @@ API access Clients must send JSON encoded JSON-RPC requests:: { - "id: "", + "id": "", "api_key": "", "method": "", "args": {"": ""} @@ -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.