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

@ -62,7 +62,7 @@ vultr_api:
api_account:
description: Account used in the ini file to select the key
returned: success
type: string
type: str
sample: default
api_timeout:
description: Timeout used for the API requests
@ -77,7 +77,7 @@ vultr_api:
api_endpoint:
description: Endpoint used for the API requests
returned: success
type: string
type: str
sample: "https://api.vultr.com"
vultr_dns_domain:
description: Response from Vultr API
@ -87,12 +87,12 @@ vultr_dns_domain:
name:
description: Name of the DNS Domain.
returned: success
type: string
type: str
sample: example.com
date_created:
description: Date the DNS domain was created.
returned: success
type: string
type: str
sample: "2017-08-26 12:47:48"
'''