From 15036c297985dbb40e5bc7f92983863a1712493f Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Wed, 10 Jul 2013 17:13:21 +0000 Subject: Document the 400 error response for originate git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393987 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/channels.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rest-api/api-docs') diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index c442d8eb3..07c9750a7 100644 --- a/rest-api/api-docs/channels.json +++ b/rest-api/api-docs/channels.json @@ -88,6 +88,12 @@ "dataType": "int", "defaultValue": 30 } + ], + "errorResponses": [ + { + "code": 400, + "reason": "Invalid parameters for originating a channel." + } ] } ] -- cgit v1.2.3