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

@ -68,12 +68,12 @@ exo_dns_domain:
created_at:
description: When the domain was created
returned: success
type: string
type: str
sample: "2016-08-12T15:24:23.989Z"
expires_on:
description: When the domain expires
returned: success
type: string
type: str
sample: "2016-08-12T15:24:23.989Z"
id:
description: ID of the domain
@ -88,7 +88,7 @@ exo_dns_domain:
name:
description: Domain name
returned: success
type: string
type: str
sample: example.com
record_count:
description: Number of records related to this domain
@ -108,22 +108,22 @@ exo_dns_domain:
state:
description: State of the domain
returned: success
type: string
type: str
sample: "hosted"
token:
description: Token
returned: success
type: string
type: str
sample: "r4NzTRp6opIeFKfaFYvOd6MlhGyD07jl"
unicode_name:
description: Domain name as unicode
returned: success
type: string
type: str
sample: "example.com"
updated_at:
description: When the domain was updated last.
returned: success
type: string
type: str
sample: "2016-08-12T15:24:23.989Z"
user_id:
description: ID of the user

View file

@ -131,17 +131,17 @@ exo_dns_record:
content:
description: value of the record
returned: success
type: string
type: str
sample: 1.2.3.4
created_at:
description: When the record was created
returned: success
type: string
type: str
sample: "2016-08-12T15:24:23.989Z"
domain:
description: Name of the domain
returned: success
type: string
type: str
sample: example.com
domain_id:
description: ID of the domain
@ -156,7 +156,7 @@ exo_dns_record:
name:
description: name of the record
returned: success
type: string
type: str
sample: www
parent_id:
description: ID of the parent
@ -171,7 +171,7 @@ exo_dns_record:
record_type:
description: Priority of the record
returned: success
type: string
type: str
sample: A
system_record:
description: Whether the record is a system record or not
@ -186,7 +186,7 @@ exo_dns_record:
updated_at:
description: When the record was updated
returned: success
type: string
type: str
sample: "2016-08-12T15:24:23.989Z"
'''