summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-10-24 19:53:16 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-10-24 19:53:16 -0500
commit1381b1d3fd8016645fafdb2263aabd81a0227cda (patch)
treec76ebc71d420bb1ef61663fcbb1eef4d063eae7f /rest-api
parent1567ccfc8205154dd0e63e7ee8c32ac329fc2917 (diff)
parentba145944a010441c1b1a744063178d967744f91f (diff)
Merge "ARI: Add duplicate channel ID checking for channel creation." into 14
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/channels.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index 522cc00c4..e707c068f 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -217,6 +217,12 @@
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 409,
+ "reason": "Channel with given unique ID already exists."
+ }
]
}
]