@@ -61,7 +61,6 @@ If successful, this method returns a `200 OK` response code and an updated [educ
61
61
### Request
62
62
The following example shows a request.
63
63
64
- # [ HTTP] ( #tab/http )
65
64
<!-- {
66
65
"blockType": "request",
67
66
"sampleKeys": ["72a7baec-c3e9-4213-a850-f62de0adad5f","4679bc1b-90c5-45af-ae1a-d5357672ed39"],
@@ -79,44 +78,11 @@ Content-type: application/json
79
78
},
80
79
"dueDateTime": "2021-09-10T00:00:00Z",
81
80
"addedStudentAction": "none",
81
+ "languageTag": "pt-BR",
82
82
"addToCalendarAction": "studentsAndPublisher"
83
83
}
84
84
```
85
85
86
- # [ C#] ( #tab/csharp )
87
- [ !INCLUDE [ sample-code] ( ../includes/snippets/csharp/update-educationassignment-csharp-snippets.md )]
88
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
89
-
90
- # [ CLI] ( #tab/cli )
91
- [ !INCLUDE [ sample-code] ( ../includes/snippets/cli/update-educationassignment-cli-snippets.md )]
92
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
93
-
94
- # [ Go] ( #tab/go )
95
- [ !INCLUDE [ sample-code] ( ../includes/snippets/go/update-educationassignment-go-snippets.md )]
96
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
97
-
98
- # [ Java] ( #tab/java )
99
- [ !INCLUDE [ sample-code] ( ../includes/snippets/java/update-educationassignment-java-snippets.md )]
100
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
101
-
102
- # [ JavaScript] ( #tab/javascript )
103
- [ !INCLUDE [ sample-code] ( ../includes/snippets/javascript/update-educationassignment-javascript-snippets.md )]
104
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
105
-
106
- # [ PHP] ( #tab/php )
107
- [ !INCLUDE [ sample-code] ( ../includes/snippets/php/update-educationassignment-php-snippets.md )]
108
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
109
-
110
- # [ PowerShell] ( #tab/powershell )
111
- [ !INCLUDE [ sample-code] ( ../includes/snippets/powershell/update-educationassignment-powershell-snippets.md )]
112
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
113
-
114
- # [ Python] ( #tab/python )
115
- [ !INCLUDE [ sample-code] ( ../includes/snippets/python/update-educationassignment-python-snippets.md )]
116
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
117
-
118
- ---
119
-
120
86
### Response
121
87
The following example shows the response.
122
88
@@ -149,7 +115,7 @@ Content-type: application/json
149
115
"webUrl": "https://teams.microsoft.com/l/entity/66aeee93-507d-479a-a3ef-8f494af43945/classroom?context=%7B%22subEntityId%22%3A%22%7B%5C%22version%5C%22%3A%5C%221.0%5C%22,%5C%22config%5C%22%3A%7B%5C%22classes%5C%22%3A%5B%7B%5C%22id%5C%22%3A%5C%2272a7baec-c3e9-4213-a850-f62de0adad5f%5C%22,%5C%22displayName%5C%22%3Anull,%5C%22assignmentIds%5C%22%3A%5B%5C%224679bc1b-90c5-45af-ae1a-d5357672ed39%5C%22%5D%7D%5D%7D,%5C%22action%5C%22%3A%5C%22navigate%5C%22,%5C%22view%5C%22%3A%5C%22assignment-viewer%5C%22%7D%22,%22channelId%22%3Anull%7D",
150
116
"addToCalendarAction": "studentsAndPublisher",
151
117
"addedStudentAction": "none",
152
- "languageTag": "en-US ",
118
+ "languageTag": "pt-BR ",
153
119
"id": "4679bc1b-90c5-45af-ae1a-d5357672ed39",
154
120
"instructions": {
155
121
"content": "Read chapter 5 and write your review",
0 commit comments