Set-TeamsApp

Updates an app in the Teams tenant app store.

Syntax

Set-TeamsApp
   -Id <String>
   -Path <String>
   [<CommonParameters>]

Description

Use a Teams app manifest zip file to upload an app to the tenant app store.

Examples

Example 1

PS C:\> Set-TeamsApp -Id b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -Path c:\Path\SampleApp.zip

Parameters

-Id

The app's ID generated by Teams (different from the external ID)

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Path

The local path of the app manifest zip file, for use in New and Set

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object