From 222e34644f5fdabca652dd4b409e134f9a0ea374 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 21 Oct 2013 18:58:37 +0000 Subject: [PATCH] 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 --- 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", -- 2.47.2