From 159060eb0228a13ab7d419c5251129968b57e2cf Mon Sep 17 00:00:00 2001 From: Haris <67912527+HarisDotParis@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:14:35 +0100 Subject: [PATCH] docs: fix terminology on sites --- plugins/doc_fragments/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: