Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers
2018-12-18 22:25:30 +01:00
committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View File

@@ -42,7 +42,7 @@ RETURN = '''
data:
description: DigitalOcean account facts
returned: success
type: dictionary
type: dict
sample: {
"droplet_limit": 10,
"email": "testuser1@gmail.com",

View File

@@ -100,7 +100,7 @@ RETURN = '''
id:
description: Unique identifier of a Block Storage volume returned during creation.
returned: changed
type: string
type: str
sample: "69b25d9a-494c-12e6-a5af-001f53126b44"
'''