Skip to content

Commit c3ab12f

Browse files
committed
Fixes status codes
1 parent ef95c58 commit c3ab12f

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

api-reference/beta/api/accessreview-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following table shows the properties that can be supplied when you update an
5454

5555

5656
## Response
57-
If successful, this method returns a `204 Accepted` response code and an [accessReview](../resources/accessreview.md) object in the response body.
57+
If successful, this method returns a `202 Accepted` response code and an [accessReview](../resources/accessreview.md) object in the response body.
5858

5959
## Example
6060

@@ -116,7 +116,7 @@ Content-type: application/json
116116
"@odata.type": "microsoft.graph.accessReview"
117117
} -->
118118
```http
119-
HTTP/1.1 204 Accepted
119+
HTTP/1.1 202 Accepted
120120
Content-type: application/json
121121
122122
{

api-reference/beta/api/accessreviewinstancedecisionitem-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Content-Type: application/json
124124
"blockType": "response"
125125
} -->
126126
```http
127-
HTTP/1.1 204 Accepted
127+
HTTP/1.1 202 Accepted
128128
```
129129

130130

@@ -183,7 +183,7 @@ Content-Type: application/json
183183
"blockType": "response"
184184
} -->
185185
```http
186-
HTTP/1.1 204 Accepted
186+
HTTP/1.1 202 Accepted
187187
```
188188

189189
### Example 3: Update a applyResult on an accessReviewInstance
@@ -246,7 +246,7 @@ Content-Type: application/json
246246
"blockType": "response"
247247
} -->
248248
```http
249-
HTTP/1.1 204 Accepted
249+
HTTP/1.1 202 Accepted
250250
```
251251

252252
<!--

api-reference/beta/api/connectedorganization-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following table shows the properties that can be supplied when you update th
5555

5656
## Response
5757

58-
If successful, this method returns a `204 Accepted` response code and a [connectedOrganization](../resources/connectedorganization.md) object in the response body.
58+
If successful, this method returns a `202 Accepted` response code and a [connectedOrganization](../resources/connectedorganization.md) object in the response body.
5959

6060
## Examples
6161

@@ -117,7 +117,7 @@ Content-Type: application/json
117117
}
118118
-->
119119
``` http
120-
HTTP/1.1 204 Accepted
120+
HTTP/1.1 202 Accepted
121121
Content-type: application/json
122122
123123
{

api-reference/beta/api/program-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Content-type: application/json
109109
"@odata.type": "microsoft.graph.program"
110110
} -->
111111
```http
112-
HTTP/1.1 204 Accepted
112+
HTTP/1.1 202 Accepted
113113
Content-type: application/json
114114
115115
{

api-reference/v1.0/api/accessreviewinstancedecisionitem-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Content-Type: application/json
119119
"blockType": "response"
120120
} -->
121121
```http
122-
HTTP/1.1 204 Accepted
122+
HTTP/1.1 202 Accepted
123123
```
124124

125125

@@ -178,7 +178,7 @@ Content-Type: application/json
178178
"blockType": "response"
179179
} -->
180180
```http
181-
HTTP/1.1 204 Accepted
181+
HTTP/1.1 202 Accepted
182182
```
183183

184184
<!--

0 commit comments

Comments
 (0)