Skip to content

Commit 1f10d39

Browse files
authored
Update planner overview and what's new documentation
1 parent 8f3d28f commit 1f10d39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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 Teams shared channels, 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 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.
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 Teams shared channel.
83+
Alternatively, you can specify the URL for a shared or private channel in Teams.
8484

8585
```json
8686
{

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ The functionality also allows you to configure the default fallback option when
4141

4242
Use the [start](/graph/api/industrydata-industrydatarun-start?view=graph-rest-beta&preserve-view=true) operation on the [industryDataRun](/graph/api/resources/industrydata-industrydatarun?view=graph-rest-beta&preserve-view=true) resource to perform an on-demand run, with throttling limits of up to five successful runs every 12 hours.
4343

44+
### Tasks and plans
45+
46+
Use the [teamsChannel](/graph/api/resources/planner-overview?view=graph-rest-beta&preserve-view=true#container-type-teams-channel) container type to create plans in shared channels in Microsoft Teams.
47+
4448
## December 2024: New and generally available
4549

4650
### Reports

0 commit comments

Comments
 (0)