From 57b589d152105376136e3f6a8bf5f02134569464 Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Sat, 9 Jun 2018 21:44:42 -0500 Subject: [PATCH] Add proper response documentation - Added response documentation for organizations - Additional information is likely to be added later --- .../network/meraki/meraki_organization.py | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/network/meraki/meraki_organization.py b/lib/ansible/modules/network/meraki/meraki_organization.py index 65c15a5dfad..a272ddbaa98 100644 --- a/lib/ansible/modules/network/meraki/meraki_organization.py +++ b/lib/ansible/modules/network/meraki/meraki_organization.py @@ -85,10 +85,22 @@ EXAMPLES = r''' ''' RETURN = r''' -response: - description: Data returned from Meraki dashboard. - type: dict - returned: info +data: + description: Information about the organization which was created or modified + returned: success + type: complex + contains: + id: + description: Unique identification number of organization + returned: success + type: int + sample: 2930418 + name: + description: Name of organization + returned: success + type: string + sample: YourOrg + ''' import os