Skip to content

Commit

Permalink
docs: return values
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed May 28, 2024
1 parent 9dd2987 commit 6f10807
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/grafana_contact_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,12 @@
diff:
description: Difference between previous and updated contact point.
returned: changed
type: dict
type: complex
contains:
before:
description: Previous contact point.
returned: changed
type: complex
type: dict
sample:
- uid: ddmyrs0f74t8hc
name: supportmail
Expand All @@ -687,7 +687,7 @@
after:
description: Current contact point.
returned: changed
type: complex
type: dict
sample:
- uid: ddmyrs0f74t8hc
name: supportmail
Expand Down

0 comments on commit 6f10807

Please sign in to comment.