Correct allowable values for ARI general information filter

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400291 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2013-10-02 19:19:25 +00:00
parent 3ccb6a9ea5
commit 1dc2ea65f7

View File

@@ -27,9 +27,10 @@
"allowableValues": { "allowableValues": {
"valueType": "LIST", "valueType": "LIST",
"values": [ "values": [
"version", "build",
"modules", "system",
"uptime" "config",
"status"
] ]
} }
} }