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
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -73,25 +73,25 @@ domain:
contains:
id:
description: Domain ID.
type: string
type: str
sample: "474acfe5-be34-494c-b339-50f06aa143e4"
name:
description: Domain name.
type: string
type: str
sample: "demo"
description:
description: Domain description.
type: string
type: str
sample: "Demo Domain"
enabled:
description: Domain description.
type: boolean
type: bool
sample: True
id:
description: The domain ID.
returned: On success when I(state) is 'present'
type: string
type: str
sample: "474acfe5-be34-494c-b339-50f06aa143e4"
'''