Skip to content

Commit 8f3d28f

Browse files
dash
1 parent 2b76cc8 commit 8f3d28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To [create a new plan](../api/planner-post-plans.md) in the container of a Teams
7474
```json
7575
{
7676
"container": {
77-
"id": "{teamId}/channels/{channelId}",
77+
"id": "{team-id}/channels/{channel-id}",
7878
"type": "teamsChannel"
7979
}
8080
}
@@ -85,7 +85,7 @@ Alternatively, you can specify the URL for a Teams shared channel.
8585
```json
8686
{
8787
"container": {
88-
"url": "https://graph.microsoft.com/beta/teams/{teamId}/channels/{channelId}"
88+
"url": "https://graph.microsoft.com/beta/teams/{team-id}/channels/{channel-id}"
8989
}
9090
}
9191
```

0 commit comments

Comments
 (0)