From 491b44709cb9ab7f4ba88bca23d73f3d21d83a6c Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 20 Sep 2020 15:49:57 -0400 Subject: [PATCH] swagger fixes --- lib/swagger/swagger.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/swagger/swagger.yaml b/lib/swagger/swagger.yaml index bc1d427..e81ae6d 100644 --- a/lib/swagger/swagger.yaml +++ b/lib/swagger/swagger.yaml @@ -1532,8 +1532,6 @@ paths: properties: call_hook: $ref: '#/components/schemas/Webhook' - call_status_hook: - $ref: '#/components/schemas/Webhook' call_status: type: string enum: @@ -1544,6 +1542,11 @@ paths: enum: - pause - resume + mute_status: + type: string + enum: + - mute + - unmute whisper: $ref: '#/components/schemas/Webhook' responses: