From 8181820997ac87aa6b10aee6e0fe8bdac200688d Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:23:06 +0200 Subject: [PATCH] docs: parent_uid and uid --- plugins/modules/grafana_folder.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/modules/grafana_folder.py b/plugins/modules/grafana_folder.py index 44142078..db5d9e90 100644 --- a/plugins/modules/grafana_folder.py +++ b/plugins/modules/grafana_folder.py @@ -37,10 +37,18 @@ required: true type: str aliases: [ title ] + uid: + description: + - The folder UID. + type: str + parent_uid: + description: + - The parent folder UID. + type: str state: description: - Delete the members not found in the C(members) parameters from the - - list of members found on the Folder. + - list of members found on the folder. default: present type: str choices: ["present", "absent"]