We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a7f2b commit 150f6ffCopy full SHA for 150f6ff
usage/writing/updating.html
@@ -76,7 +76,7 @@ <h1 id="updating-resources">Updating resources</h1>
76
77
<h2 id="updating-resource-attributes">Updating resource attributes</h2>
78
<p>To modify the attributes of a single resource, send a PATCH request. The next example changes the article caption:</p>
79
-<pre><code class="lang-http">POST /articles HTTP/1.1
+<pre><code class="lang-http">PATCH /articles HTTP/1.1
80
81
{
82
"data": {
0 commit comments