]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixing r401281; the model name is Channel, with a capital C
authorDavid M. Lee <dlee@digium.com>
Mon, 21 Oct 2013 18:58:37 +0000 (18:58 +0000)
committerDavid M. Lee <dlee@digium.com>
Mon, 21 Oct 2013 18:58:37 +0000 (18:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401315 65c4cc65-6c06-0410-ace0-fbb531ad65f3

rest-api/api-docs/channels.json

index 65cdb586dc6e1091f283b0df90957dbcc47ae3ef..55997bb6934fc92380396a2eae92f5ea7495c7a2 100644 (file)
@@ -22,7 +22,7 @@
                                        "summary": "Create a new channel (originate).",
                                        "notes": "The new channel is created immediately and a snapshot of it returned. If a Stasis application is provided it will be automatically subscribed to the originated channel for further events and updates.",
                                        "nickname": "originate",
-                                       "responseClass": "channel",
+                                       "responseClass": "Channel",
                                        "parameters": [
                                                {
                                                        "name": "endpoint",