You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/plannerplancontainer.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ Planner currently supports the container types listed in the following table. Wh
20
20
21
21
|Type|Description|Path to the resource|
22
22
|----|-----------|--------------------|
23
+
|driveItem| Plan is contained by a [driveItem](driveitem.md). |`https://graph.microsoft.com/beta/drives/<driveId>/items/<itemId>`|
23
24
|group| Plan is contained by a [group](group.md).|`https://graph.microsoft.com/beta/groups/<id>`|
24
-
|roster| Plan is contained by a [plannerRoster](plannerroster.md). |`https://graph.microsoft.com/beta/planner/rosters/<id>`|
25
25
|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). |
26
-
|driveItem| Plan is contained by a [driveItem](driveitem.md). |`https://graph.microsoft.com/beta/drives/<driveId>/items/<itemId>`|
26
+
|roster| Plan is contained by a [plannerRoster](plannerroster.md). |`https://graph.microsoft.com/beta/planner/rosters/<id>`|
27
+
|teamsChannel| Plan is contained by a [teamsChannel](channel.md). |`https://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>`|
27
28
|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). |`https://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>`|
Copy file name to clipboardExpand all lines: changelog/Microsoft.Tasks.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@
12
12
},
13
13
{
14
14
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
15
-
"ApiChange": "Resource",
16
-
"ChangedApiName": "channel",
15
+
"ApiChange": "Relationship",
16
+
"ChangedApiName": "planner",
17
17
"ChangeType": "Addition",
18
-
"Description": "Added the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
18
+
"Description": "Added the **planner** relationship to the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
19
19
"Target": "channel"
20
20
},
21
21
{
22
22
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
23
23
"ApiChange": "Resource",
24
24
"ChangedApiName": "teamsChannelPlanner",
25
25
"ChangeType": "Addition",
26
-
"Description": "Added the [teamsChannelPlanner](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
26
+
"Description": "Added the [teamsChannelPlanner](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource type.",
0 commit comments