Skip to content

Commit f9818e7

Browse files
fix http
1 parent 5b9039c commit f9818e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/beta/resources/plannerplancontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Planner currently supports the container types listed in the following table. Wh
2525
|project| Plan is contained by a Project from [Microsoft Project for the web](/project-for-the-web/projectforweb-admin-home). | Microsoft Project currently doesn't have a resource path on Microsoft Graph. Project details and members can be managed from [Microsoft Project](https://project.microsoft.com). |
2626
|driveItem| Plan is contained by a [driveItem](driveitem.md). | `https://graph.microsoft.com/beta/drives/<driveId>/items/<itemId>`|
2727
|user| Plan is contained by a [User](user.md) | `https://graph.microsoft.com/beta/users/<id>` |
28-
|teamsChannel| Plan is container by a [teamsChannel](channel.md). | `http://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>` |
28+
|teamsChannel| Plan is container by a [teamsChannel](channel.md). | `https://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>` |
2929

3030
## Properties
3131
|Property|Type|Description|

0 commit comments

Comments
 (0)