mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 04:46:29 +00:00
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:
@@ -27,9 +27,10 @@
|
|||||||
"allowableValues": {
|
"allowableValues": {
|
||||||
"valueType": "LIST",
|
"valueType": "LIST",
|
||||||
"values": [
|
"values": [
|
||||||
"version",
|
"build",
|
||||||
"modules",
|
"system",
|
||||||
"uptime"
|
"config",
|
||||||
|
"status"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user