Skip to content

Commit dd3818a

Browse files
authored
Update HttpService.yaml: Fix "Safe" collumn
Corrected incorrect values for the "Safe" collumn for HTTP methods
1 parent 02c9cf2 commit dd3818a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en-us/reference/engine/classes/HttpService.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,17 +462,17 @@ methods:
462462
<tr>
463463
<td><code>POST</code> &nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/POST">&#9432;</a></td>
464464
<td>The <code>POST</code> method submits the supplied <code>Body</code> data to the requested address.</td>
465-
<td>Yes</td>
465+
<td>No</td>
466466
</tr>
467467
<tr>
468468
<td><code>PUT</code> &nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/PUT">&#9432;</a></td>
469469
<td>The <code>PUT</code> method replaces all current iterations of the resource specified within the supplied <code>Body</code> data.</td>
470-
<td>Yes</td>
470+
<td>No</td>
471471
</tr>
472472
<tr>
473473
<td><code>DELETE</code> &nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/DELETE">&#9432;</a></td>
474474
<td>The <code>DELETE</code> method deletes the resource specified in the supplied <code>Body</code> data at the requested address.</td>
475-
<td>Yes</td>
475+
<td>No</td>
476476
</tr>
477477
<tr>
478478
<td><code>OPTIONS</code>&nbsp;&nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/OPTIONS">&#9432;</a></td>
@@ -487,7 +487,7 @@ methods:
487487
<tr>
488488
<td><code>PATCH</code> &nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/PATCH">&#9432;</a></td>
489489
<td>The <code>PATCH</code> method applies partial changes to the resource specified in the supplied <code>Body</code> data at the requested address.</td>
490-
<td>Yes</td>
490+
<td>No</td>
491491
</tr>
492492
</tbody>
493493
</table>

0 commit comments

Comments
 (0)