Add proper response documentation (#41370)
- Added response documentation for organizations - Additional information is likely to be added later
This commit is contained in:
parent
671babd9aa
commit
9c4e5a2b30
1 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue