projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9283987
)
Correct allowable values for ARI general information filter
author
Kinsey Moore
<kmoore@digium.com>
Wed, 2 Oct 2013 19:20:27 +0000
(19:20 +0000)
committer
Kinsey Moore
<kmoore@digium.com>
Wed, 2 Oct 2013 19:20:27 +0000
(19:20 +0000)
........
Merged revisions 400291 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400295
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
rest-api/api-docs/asterisk.json
patch
|
blob
|
history
diff --git
a/rest-api/api-docs/asterisk.json
b/rest-api/api-docs/asterisk.json
index
723c6d8
..
fe09539
100644
(file)
--- a/
rest-api/api-docs/asterisk.json
+++ b/
rest-api/api-docs/asterisk.json
@@
-27,9
+27,10
@@
"allowableValues": {
"valueType": "LIST",
"values": [
- "version",
- "modules",
- "uptime"
+ "build",
+ "system",
+ "config",
+ "status"
]
}
}