Skip to content

Commit 9db8dee

Browse files
authored
Update New-CsMainlineAttendantAppointmentBookingFlow.md
1 parent 9be26d7 commit 9db8dee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

teams/teams-ps/MicrosoftTeams/New-CsMainlineAttendantAppointmentBookingFlow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Creates new Mainline Attendant appointment booking flow
1919
## SYNTAX
2020

2121
```
22-
New-CsMainlineAttendantAppointmentBookingFlow -Name <String> -Description <String> -CallerAuthenticationMethod <sms | email | verification_link | voiceprint | user_details> -ApiAuthenticationType <basic | api_key | bearer_token_static | bearer_token_dynamic> -ApiDefinitions <String> [-Tenant <Guid>] [<CommonParameters>]
22+
New-CsMainlineAttendantAppointmentBookingFlow -Name <String> -Description <String> -CallerAuthenticationMethod <Sms | Email | VerificationLink | Voiceprint | UserDetails> -ApiAuthenticationType <Basic | ApiKey | BearerTokenStatic | BearerTokenDynamic> -ApiDefinitions <String> [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
### -CallerAuthenticationMethod
6969
The method by which the caller is authenticated
7070
71-
PARAVALUES: sms | email | verification_link | voiceprint | user_details
71+
PARAVALUES: Sms | Email | VerificationLink | Voiceprint | UserDetails
7272
7373
```yaml
7474
Type: String
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
### -ApiAuthenticationType
8686
The method of authentication used by the API
8787
88-
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
88+
PARAVALUES: Basic | ApiKey | BearerTokenStatic | BearerTokenDynamic
8989
9090
```yaml
9191
Type: String

0 commit comments

Comments
 (0)