Reputation: 1
POST: https://graph.microsoft.com/beta/teams/teamsId/channels/channelId
Request body
{
"displayName": "Task management",
"[email protected]"
"https://graph.microsoft.com/beta/appCatalogs/teamsApps/com.microsoft.teamspace.tab.planner",
"configuration": {
"entityId": "",
"contentUrl": "",
"websiteUrl": "",
"removeUrl": ""
}
}
Graph API's docs referred
But works fine if created using teams app or even update the same tab using settings.
Upvotes: 0
Views: 1172
Reputation: 1508
Looking at the logs, the URL you are specifying for the contentUrl seems to be missing the "page=7" query parameter, which looks like the reason the page doesn't load.
Upvotes: 0