Skip to content

Commit fbea845

Browse files
authored
Update planner documentation for Teams channel
1 parent ba0d72b commit fbea845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api-reference/beta/resources/planner-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Users can upgrade their personal plans into group-based plans by [moving](../api
6767

6868
### Container type: Teams channel
6969

70-
The Teams channel container type supports plans created in shared or private channels in Teams, where the channel is the container for the plan. Plans that are pinned in shared channels are deleted when the channel is deleted.
70+
The `teamsChannel` container type supports plans created in shared channels in Teams, where the channel is the container for the plan. Plans that are pinned in shared channels are deleted when the channel is deleted.
7171

7272
To [create a new plan](../api/planner-post-plans.md) in the container of a Teams channel, set the **container** property on a [plan](plannerplan.md) object with **type** as `teamsChannel`, and the ID should be formatted as "{team-id}/channels/{channel-id}".
7373

@@ -80,7 +80,7 @@ To [create a new plan](../api/planner-post-plans.md) in the container of a Teams
8080
}
8181
```
8282

83-
Alternatively, you can specify the URL for a shared or private channel in Teams.
83+
Alternatively, you can specify the URL for a shared channel in Teams.
8484

8585
```json
8686
{

api-reference/beta/resources/plannerplancontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Planner currently supports the container types listed in the following table. Wh
2424
|group| Plan is contained by a [group](group.md).| `https://graph.microsoft.com/beta/groups/<id>` |
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
|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+
|teamsChannel| Plan is contained by a Teams [channel](channel.md). | `https://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>` |
2828
|user| Plan is contained by a [User](user.md) | `https://graph.microsoft.com/beta/users/<id>` |
2929

3030
## Properties

0 commit comments

Comments
 (0)