You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,96 +33,17 @@ The Set-CsMainlineAttendantAppointmentBookingFlow cmdlet changes an existing app
33
33
34
34
## PARAMETERS
35
35
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.
38
38
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.
0 commit comments