diff --git a/plugins/doc_fragments/common.py b/plugins/doc_fragments/common.py index 2033dc1d9..d6d906c31 100644 --- a/plugins/doc_fragments/common.py +++ b/plugins/doc_fragments/common.py @@ -7,11 +7,11 @@ class ModuleDocFragment(object): DOCUMENTATION = r""" options: server_url: - description: The base url of your Checkmk server including the protocol but excluding the site directory. + description: The base url of your Checkmk server including the protocol but excluding the site. required: true type: str site: - description: The site directory you want to connect to. This will be appended to the server_url as part of the API request url. + description: The site you want to connect to. This will be appended to the server_url as part of the API request url. required: true type: str automation_user: