Add proper response documentation

- Added response documentation for organizations
- Additional information is likely to be added later
pull/41370/head
Kevin Breit 7 years ago
parent 2ecf1d35d3
commit 57b589d152

@ -85,10 +85,22 @@ EXAMPLES = r'''
''' '''
RETURN = r''' RETURN = r'''
response: data:
description: Data returned from Meraki dashboard. description: Information about the organization which was created or modified
type: dict returned: success
returned: info 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 import os

Loading…
Cancel
Save