Skip to content

Commit 150f6ff

Browse files
author
json-api-cibuild
committed
Automated commit from cibuild
1 parent 87a7f2b commit 150f6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/writing/updating.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1 id="updating-resources">Updating resources</h1>
7676

7777
<h2 id="updating-resource-attributes">Updating resource attributes</h2>
7878
<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
79+
<pre><code class="lang-http">PATCH /articles HTTP/1.1
8080

8181
{
8282
&quot;data&quot;: {

0 commit comments

Comments
 (0)