Skip to content

Commit

Permalink
docs: fix terminology on sites
Browse files Browse the repository at this point in the history
  • Loading branch information
HarisDotParis authored Jan 6, 2025
1 parent 9a61d4f commit 159060e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/doc_fragments/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 159060e

Please sign in to comment.