Skip to content

Commit

Permalink
docs: parent_uid and uid
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jun 26, 2024
1 parent c1b14cd commit 8181820
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugins/modules/grafana_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8181820

Please sign in to comment.