We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 412af65 + d9d74f4 commit 503280aCopy full SHA for 503280a
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
-PATCH /articles HTTP/1.1
+PATCH /articles/1 HTTP/1.1
9
10
{
11
"data": {
0 commit comments