From ea75272fd39d0c6e6bc389790d0011a034c951c5 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 21 Oct 2013 18:59:51 +0000 Subject: [PATCH] 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 --- rest-api/api-docs/channels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",