Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions concepts/teams-configuring-builtin-tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ POST https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/tabs

## Document library tabs

> [!WARNING]
> Creating Document Library tabs using the `teamsAppId` `com.microsoft.teamspace.tab.files.sharepoint` is deprecated and no longer supported via Microsoft Graph API.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


For document library tabs, the `teamsAppId` is `com.microsoft.teamspace.tab.files.sharepoint`.
The following is the configuration.

Expand Down
Loading