Skip to content

Commit b55065b

Browse files
authored
Update JSON representation and description in documentation
1 parent 6fa17af commit b55065b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-reference/beta/resources/plannerplancontainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Planner currently supports the container types listed in the following table. Wh
3838
None.
3939

4040
## JSON representation
41-
The following example displays a JSON representation of a plan container.
41+
The following JSON representation shows the resource type.
4242

4343
<!-- {
4444
"blockType": "resource",
@@ -48,9 +48,9 @@ The following example displays a JSON representation of a plan container.
4848
``` json
4949
{
5050
"@odata.type": "#microsoft.graph.plannerPlanContainer",
51-
"url": "String",
5251
"containerId": "String",
53-
"type": "String"
52+
"type": "String",
53+
"url": "String"
5454
}
5555
```
5656

0 commit comments

Comments
 (0)