Skip to content

Commit af71d64

Browse files
committed
Includes info about Location header when updating state of all messages in mail folder
1 parent 20e7ed0 commit af71d64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api-reference/beta/api/mailfolder-updateallmessagesreadstate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following table lists the parameters that are required when you call this ac
5757

5858
## Response
5959

60-
If successful, this action returns a `202 Accepted` response code.
60+
If successful, this action returns a `202 Accepted` response code. The response contains a `Location` header that specifies the location of the [mailFolderOperation](./mailfolderoperation-get.md) that was created to handle the updating read state of the messages. Check the status of the updating operation by making a GET request to this location.
6161

6262
## Examples
6363

@@ -122,4 +122,5 @@ The following example shows the response.
122122
-->
123123
```http
124124
HTTP/1.1 202 Accepted
125+
Location: https://graph.microsoft.com/beta/users('95de90d3-2e59-4c87-9303-8cbc24ec3985')/mailFolders('AAMkAGRkZTFiMD')/operations('5667fd27-dc59-4e78-9ad2-857dbb437841')
125126
```

0 commit comments

Comments
 (0)