add support for ms teams

This commit is contained in:
Dave Horton
2020-05-26 08:57:19 -04:00
parent 5d5bd223cd
commit 0e248cb393
9 changed files with 91 additions and 48 deletions
+4
View File
@@ -29,6 +29,10 @@ ServiceProvider.fields = [
{
name: 'registration_hook',
type: 'string',
},
{
name: 'ms_teams_fqdn',
type: 'string',
}
];
+2 -1
View File
@@ -20,7 +20,8 @@ MsTeamsTenant.fields = [
},
{
name: 'account_sid',
type: 'string'
type: 'string',
required: true
},
{
name: 'application_sid',
+4
View File
@@ -697,6 +697,10 @@ paths:
hook_basic_auth_password:
type: string
description: password to use for http basic auth when calling hook
ms_teams_fqdn:
type: string
description: SBC domain name for Microsoft Teams
example: contoso.com
required:
- name
responses: