]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Correct allowable values for ARI general information filter
authorKinsey Moore <kmoore@digium.com>
Wed, 2 Oct 2013 19:19:25 +0000 (19:19 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 2 Oct 2013 19:19:25 +0000 (19:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400291 65c4cc65-6c06-0410-ace0-fbb531ad65f3

rest-api/api-docs/asterisk.json

index 723c6d8207bef1738aefebfd0ff5bfc0162642f0..fe0953951f91ae86534e27dbd09661fb7a4881d5 100644 (file)
                                                        "allowableValues": {
                                                                "valueType": "LIST",
                                                                "values": [
-                                                                       "version",
-                                                                       "modules",
-                                                                       "uptime"
+                                                                       "build",
+                                                                       "system",
+                                                                       "config",
+                                                                       "status"
                                                                ]
                                                        }
                                                }