From 3c34b725cbc8b582172d3ca348a43f59d3975755 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Tue, 18 Jun 2013 14:30:06 +0000 Subject: Fix bridge snapshot conversion to JSON This makes ast_bridge_snapshot_to_json conform to the swagger Bridge model by adding the two fields it required. Review: https://reviewboard.asterisk.org/r/2583/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392116 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/bridges.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rest-api/api-docs/bridges.json') diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json index e4a33f8c3..5b0cf6298 100644 --- a/rest-api/api-docs/bridges.json +++ b/rest-api/api-docs/bridges.json @@ -34,8 +34,7 @@ "allowedValues": { "type": "LIST", "values": [ - "two-party", - "multi-party", + "mixing", "holding" ] } @@ -240,8 +239,7 @@ "allowedValues": { "type": "LIST", "values": [ - "two-party", - "multi-party", + "mixing", "holding" ] } -- cgit v1.2.3