Skip to content

Commit 503280a

Browse files
authored
Merge pull request #1455 from verdie-g/patch-1
doc: fix path of patch example
2 parents 412af65 + d9d74f4 commit 503280a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/writing/updating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To modify the attributes of a single resource, send a PATCH request. The next example changes the article caption:
66

77
```http
8-
PATCH /articles HTTP/1.1
8+
PATCH /articles/1 HTTP/1.1
99
1010
{
1111
"data": {

0 commit comments

Comments
 (0)