Allow api_export_size to be updated

Closes-Bug: #1573141

Change-Id: Ia35d42993391f26bce4bed71454311e6997d639b
This commit is contained in:
Graham Hayes 2016-04-21 17:58:10 +01:00
parent fb7e1ca949
commit 78bce13425

View File

@ -40,8 +40,15 @@
"minimum": 0, "minimum": 0,
"maximum": 2147483647, "maximum": 2147483647,
"default": 20 "default": 20
},
"api_export_size": {
"type": "integer",
"description": "Number of zone records allowed",
"minimum": 0,
"maximum": 2147483647,
"default": 500
} }
} }
} }
} }
} }