Merge "ARI: Add duplicate channel ID checking for channel creation." into 14

This commit is contained in:
Joshua Colp
2016-10-24 19:53:16 -05:00
committed by Gerrit Code Review
3 changed files with 13 additions and 1 deletions

View File

@@ -217,6 +217,12 @@
"allowMultiple": false,
"dataType": "string"
}
],
"errorResponses": [
{
"code": 409,
"reason": "Channel with given unique ID already exists."
}
]
}
]