Skip to content

Commit d1068b8

Browse files
Update description of example
1 parent 3d216e0 commit d1068b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

teams/teams-ps/teams/Update-TeamsAppInstallation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ Update a Teams App in Microsoft Teams.
4040
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
4141
```
4242

43+
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
44+
4345
### Example 2
4446
```powershell
4547
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -Permissions "TeamSettings.Read.Group ChannelMessage.Read.Group"
4648
```
4749

48-
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
50+
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId and RSC Permissions.
4951

5052
## PARAMETERS
5153

0 commit comments

Comments
 (0)