From: David M. Lee Date: Mon, 21 Oct 2013 18:59:51 +0000 (+0000) Subject: Fixing r401281; the model name is Channel, with a capital C X-Git-Tag: 13.0.0-beta1~933 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea75272fd39d0c6e6bc389790d0011a034c951c5;p=thirdparty%2Fasterisk.git 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 --- diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index 65cdb586dc..55997bb693 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",