We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b50d4 commit 99da7afCopy full SHA for 99da7af
docs/usage/writing/updating.md
@@ -5,7 +5,7 @@
5
To modify the attributes of a single resource, send a PATCH request. The next example changes the article caption:
6
7
```http
8
-POST /articles HTTP/1.1
+PATCH /articles HTTP/1.1
9
10
{
11
"data": {
0 commit comments