[svn-commits] dlee: trunk r401317 - in /trunk: ./ rest-api/api-docs/channels.json
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Oct 21 13:59:53 CDT 2013
Author: dlee
Date: Mon Oct 21 13:59:51 2013
New Revision: 401317
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401317
Log:
Fixing r401281; the model name is Channel, with a capital C
........
Merged revisions 401315 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/rest-api/api-docs/channels.json
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/trunk/rest-api/api-docs/channels.json?view=diff&rev=401317&r1=401316&r2=401317
==============================================================================
--- trunk/rest-api/api-docs/channels.json (original)
+++ trunk/rest-api/api-docs/channels.json Mon Oct 21 13:59:51 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 svn-commits
mailing list