Skip to content

Commit d789045

Browse files
authored
Update Set-CsMainlineAttendantAppointmentBookingFlow.md
Updating to reflect the change to Instance to stay inline with other AA cmdlets.
1 parent 46f8a96 commit d789045

File tree

1 file changed

+6
-85
lines changed

1 file changed

+6
-85
lines changed

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

Lines changed: 6 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Changes an existing Mainline Attendant appointment booking flow
1919
## SYNTAX
2020

2121
```
22-
Set-CsMainlineAttendantAppointmentBookingFlow -Identity <String> [-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+
Set-CsMainlineAttendantAppointmentBookingFlow -Instance <Object> [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -33,96 +33,17 @@ The Set-CsMainlineAttendantAppointmentBookingFlow cmdlet changes an existing app
3333

3434
## PARAMETERS
3535

36-
### -Identity
37-
The unique Id of the appointment booking flow to change
36+
### -Instance
37+
The Instance parameter is the object reference to the Mainline Attendant Booking flow.
3838

39-
```yaml
40-
Type: String
41-
Parameter Sets: (All)
42-
Aliases:
43-
44-
Required: True
45-
Position: Named
46-
Default value: None
47-
Accept pipeline input: False
48-
Accept wildcard characters: False
49-
```
50-
51-
### -Name
52-
The name of the appointment booking flow
53-
54-
```yaml
55-
Type: String
56-
Parameter Sets: (All)
57-
Aliases:
58-
59-
Required: False
60-
Position: Named
61-
Default value: None
62-
Accept pipeline input: False
63-
Accept wildcard characters: False
64-
```
65-
66-
### -Description
67-
The description for the appointment booking flow
68-
69-
Limit: 500 characters.
39+
You can retrieve an object reference to an existing Mainline Attendant Booking flow by using the [Get-CsMainlineAttendantAppointmentBookingFlow](Get-CsMainlineAttendantAppointBookingFlow.md) cmdlet and assigning the returned value to a variable.
7040

7141
```yaml
72-
Type: String
42+
Type: Object
7343
Parameter Sets: (All)
7444
Aliases:
7545

76-
Required: False
77-
Position: Named
78-
Default value: None
79-
Accept pipeline input: False
80-
Accept wildcard characters: False
81-
```
82-
83-
### -CallerAuthenticationMethod
84-
The method by which the caller is authenticated
85-
86-
PARAVALUES: sms | email | verification_link | voiceprint | user_details
87-
88-
```yaml
89-
Type: String
90-
Parameter Sets: (All)
91-
Aliases:
92-
93-
Required: False
94-
Position: Named
95-
Default value: None
96-
Accept pipeline input: False
97-
Accept wildcard characters: False
98-
```
99-
100-
### -ApiAuthenticationType
101-
The method of authentication used by the API
102-
103-
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
104-
105-
```yaml
106-
Type: String
107-
Parameter Sets: (All)
108-
Aliases:
109-
110-
Required: False
111-
Position: Named
112-
Default value: None
113-
Accept pipeline input: False
114-
Accept wildcard characters: False
115-
```
116-
117-
### -ApiDefinitions
118-
The parameters used by the API
119-
120-
```yaml
121-
Type: String
122-
Parameter Sets: (All)
123-
Aliases:
124-
125-
Required: False
46+
Required: True
12647
Position: Named
12748
Default value: None
12849
Accept pipeline input: False

0 commit comments

Comments
 (0)