From: David M. Lee Date: Mon, 21 Oct 2013 18:58:37 +0000 (+0000) Subject: Fixing r401281; the model name is Channel, with a capital C X-Git-Tag: 12.0.0-beta2~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=222e34644f5fdabca652dd4b409e134f9a0ea374;p=thirdparty%2Fasterisk.git Fixing r401281; the model name is Channel, with a capital C git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401315 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",