Commit 37326d4
Caitlin Bales (MSFT)
Reverting List extention on UserIds
Although this is how the class is used [see Update PlannerPlanDetails](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/plannerplandetails_update), the service expects a JSON object and not a JSON array. Therefore, this breaks de/serialization in the SDK.1 parent edeab8f commit 37326d4
File tree
1 file changed
+1
-1
lines changed- src/main/java/com/microsoft/graph/models/generated
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments