Skip to content

Commit

Permalink
docs: return returned type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed May 27, 2024
1 parent 248d638 commit 5478f19
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 @@ -668,12 +668,12 @@
type: dict
diff:
description: Difference between previous and updated contact point.
return: changed
returned: changed
type: dict
contains:
before:
description: Previous contact point.
return: changed
returned: changed
type: complex
sample:
- uid: ddmyrs0f74t8hc
Expand All @@ -686,7 +686,7 @@
secureFields: {}
after:
description: Current contact point.
return: changed
returned: changed
type: complex
sample:
- uid: ddmyrs0f74t8hc
Expand Down

0 comments on commit 5478f19

Please sign in to comment.