[api-ref] add optional zone create parameter 'masters'
Change-Id: Ia39b65065b3df2e3d27171165bfe8bb55dee109d Closes-Bug: #1639271
This commit is contained in:
parent
8b14ba68c6
commit
e183541373
@ -30,6 +30,7 @@ Request
|
||||
- email: zone_email
|
||||
- ttl: zone_ttl
|
||||
- description: zone_description
|
||||
- masters: zone_masters
|
||||
- type: zone_type
|
||||
|
||||
|
||||
|
@ -775,9 +775,9 @@ zone_import_zone_id:
|
||||
|
||||
zone_masters:
|
||||
description: |
|
||||
For secondary zones. The servers to slave from to get DNS information
|
||||
Mandatory for secondary zones. The servers to slave from to get DNS information
|
||||
in: body
|
||||
required: true
|
||||
required: false
|
||||
type: enum
|
||||
|
||||
zone_name:
|
||||
|
Loading…
x
Reference in New Issue
Block a user