summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-10-24 18:20:33 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-10-24 18:20:33 -0500
commit578e34b445a1aec8d6cb3a2bf743ff69874adcb0 (patch)
tree78346c028af5a28996d1c261785c057d1d48e802 /rest-api
parentc2036c827cb22e2fbf509d4318b6f177d516c033 (diff)
parenteff97808fb95e4f9de13c90990f8ef5435352f31 (diff)
Merge "ARI: Detect duplicate channel IDs" into 13
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/channels.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index 8eaa5eb9b..646604654 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -142,6 +142,10 @@
{
"code": 400,
"reason": "Invalid parameters for originating a channel."
+ },
+ {
+ "code": 409,
+ "reason": "Channel with given unique ID already exists."
}
]
}
@@ -298,6 +302,10 @@
{
"code": 400,
"reason": "Invalid parameters for originating a channel."
+ },
+ {
+ "code": 409,
+ "reason": "Channel with given unique ID already exists."
}
]
},