Skip to content

Commit d325fc0

Browse files
authored
Update educationsubmission-reassign.md
1 parent 2080acd commit d325fc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api-reference/beta/api/educationsubmission-reassign.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The following is an example of the response when `Prefer: include-unknown-enum-m
102102

103103
<!-- {
104104
"blockType": "response",
105+
"truncated": true,
105106
"@odata.type": "microsoft.graph.educationSubmission"
106107
} -->
107108
```http
@@ -213,7 +214,8 @@ Prefer: include-unknown-enum-members
213214
The following is an example of the response when `Prefer: include-unknown-enum-members` is provided in the request header and the submission hasn't been returned before.
214215

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

0 commit comments

Comments
 (0)