We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa17af commit b55065bCopy full SHA for b55065b
api-reference/beta/resources/plannerplancontainer.md
@@ -38,7 +38,7 @@ Planner currently supports the container types listed in the following table. Wh
38
None.
39
40
## JSON representation
41
-The following example displays a JSON representation of a plan container.
+The following JSON representation shows the resource type.
42
43
<!-- {
44
"blockType": "resource",
@@ -48,9 +48,9 @@ The following example displays a JSON representation of a plan container.
48
``` json
49
{
50
"@odata.type": "#microsoft.graph.plannerPlanContainer",
51
- "url": "String",
52
"containerId": "String",
53
- "type": "String"
+ "type": "String",
+ "url": "String"
54
}
55
```
56
0 commit comments