Skip to content

Commit 2411fd2

Browse files
authored
Update educationsubmission-reassign.md
1 parent 782d7e8 commit 2411fd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api-reference/v1.0/api/educationsubmission-reassign.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ POST https://graph.microsoft.com/v1.0/education/classes/37d99af7-cfc5-4e3b-8566-
100100
The following is an example of the response when `Prefer: include-unknown-enum-members` isn't provided in the request header and the submission hasn't been returned before.
101101

102102
<!-- {
103-
"blockType": "response",
103+
"blockType": "response",
104+
"truncated": true,
104105
"@odata.type": "microsoft.graph.educationSubmission"
105106
} -->
106107
```http
@@ -214,6 +215,7 @@ The following is an example of the response when `Prefer: include-unknown-enum-m
214215

215216
<!-- {
216217
"blockType": "response",
218+
"truncated": true,
217219
"@odata.type": "microsoft.graph.educationSubmission"
218220
} -->
219221
```http

0 commit comments

Comments
 (0)