summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-10-21 18:59:51 +0000
committerDavid M. Lee <dlee@digium.com>2013-10-21 18:59:51 +0000
commitea75272fd39d0c6e6bc389790d0011a034c951c5 (patch)
tree0d829a445033bf9baae0822783d688a1633fc4ec /rest-api
parentc87aae26f852584e910c235b4a67a680d607323e (diff)
Fixing r401281; the model name is Channel, with a capital C
........ Merged revisions 401315 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/channels.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index 65cdb586d..55997bb69 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -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",