From 1893aa1bd5c561825a2d4f0850b62ebab4916007 Mon Sep 17 00:00:00 2001 From: Suraj Shivakumar <60555416+surajshivkumar@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:53:33 -0400 Subject: [PATCH] Update swagger.yaml Update swagger to add required parameter for creating voip --- lib/swagger/swagger.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/swagger/swagger.yaml b/lib/swagger/swagger.yaml index 63796124..2680a77c 100644 --- a/lib/swagger/swagger.yaml +++ b/lib/swagger/swagger.yaml @@ -1099,6 +1099,8 @@ paths: example: my US sip trunking provider account_sid: type: string + service_provider_sid: + type: string application_sid: type: string e164_leading_plus: @@ -6215,4 +6217,4 @@ components: type: string security: - - bearerAuth: [] \ No newline at end of file + - bearerAuth: []