Skip to content

Commit c04fbb1

Browse files
authored
Update New-CsMainlineAttendantQuestionAnswerFlow.md
1 parent 9db8dee commit c04fbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Creates new Mainline Attendant question and answer (FAQ) flow
1919
## SYNTAX
2020

2121
```
22-
New-CsMainlineAttendantQuestionAnswerFlow -Name <String> -Description <String> -ApiAuthenticationType <basic | api_key | bearer_token_static | bearer_token_dynamic> -KnowledgeBase <String> [-Tenant <Guid>] [<CommonParameters>]
22+
New-CsMainlineAttendantQuestionAnswerFlow -Name <String> -Description <String> -ApiAuthenticationType <Basic | ApiKey | BearerTokenStatic | BearerTokenDynamic> -KnowledgeBase <String> [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -66,7 +66,7 @@ Accept wildcard characters: False
6666
### -ApiAuthenticationType
6767
The method of authentication used by the API
6868
69-
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
69+
PARAVALUES: Basic | ApiKey | BearerTokenStatic | BearerTokenDynamic
7070
7171
```yaml
7272
Type: String

0 commit comments

Comments
 (0)