File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -462,17 +462,17 @@ methods:
462462 <tr>
463463 <td><code>POST</code> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/POST">ⓘ</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> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/PUT">ⓘ</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> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/DELETE">ⓘ</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> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/OPTIONS">ⓘ</a></td>
@@ -487,7 +487,7 @@ methods:
487487 <tr>
488488 <td><code>PATCH</code> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/PATCH">ⓘ</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>
You can’t perform that action at this time.
0 commit comments