Skip to content

Commit

Permalink
Update swagger.yaml
Browse files Browse the repository at this point in the history
Update swagger to add required parameter for creating voip
  • Loading branch information
surajshivkumar committed Aug 16, 2024
1 parent 2d2b98d commit 1893aa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -6215,4 +6217,4 @@ components:
type: string

security:
- bearerAuth: []
- bearerAuth: []

0 comments on commit 1893aa1

Please sign in to comment.