summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/bridges.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index 48e5696c5..ec7cdaefc 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -199,7 +199,7 @@
]
},
{
- "path": "/bridges/{bridgeId}/mohStart",
+ "path": "/bridges/{bridgeId}/moh",
"description": "Play music on hold to a bridge",
"operations": [
{
@@ -239,11 +239,11 @@
]
},
{
- "path": "/bridges/{bridgeId}/mohStop",
+ "path": "/bridges/{bridgeId}/moh",
"description": "Stop music on hold for a bridge",
"operations": [
{
- "httpMethod": "POST",
+ "httpMethod": "DELETE",
"summary": "Stop playing music on hold to a bridge.",
"notes": "This will only stop music on hold being played via bridges/{bridgeId}/mohStart.",
"nickname": "mohStopBridge",