We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46b50d4 + 99da7af commit 5d705d6Copy full SHA for 5d705d6
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