Below is the request for adding web tab.
1)API ->
POST - https://graph.microsoft.com/v1.0/teams/{teamID}/channels/{channelID}/tabs
2)Body ->
{
"name":"[TabName]",
"teamsAppId":"com.microsoft.teamspace.tab.web",
"configuration":
{
"contentUrl":"[WebURL]",
"websiteUrl":"[WebURL]"
}
}
3)Error->
"code": "InvalidRequest",
"message": "The navigation bind for the teamsApp was missing in
request."
Tabs API is said to be GA already hence I'm posting this question.
GA Announcement link :
Please help me resolve this issue.