[asterisk-commits] dlee: branch 12 r401315 - /branches/12/rest-api/api-docs/channels.json

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Oct 21 13:58:39 CDT 2013


Author: dlee
Date: Mon Oct 21 13:58:37 2013
New Revision: 401315

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401315
Log:
Fixing r401281; the model name is Channel, with a capital C

Modified:
    branches/12/rest-api/api-docs/channels.json

Modified: branches/12/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/channels.json?view=diff&rev=401315&r1=401314&r2=401315
==============================================================================
--- branches/12/rest-api/api-docs/channels.json (original)
+++ branches/12/rest-api/api-docs/channels.json Mon Oct 21 13:58:37 2013
@@ -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",




More information about the asterisk-commits mailing list