Skip to content

Commit 5d705d6

Browse files
authored
Merge pull request #1278 from boginw/master
Corrected HTTP method in updating.md
2 parents 46b50d4 + 99da7af commit 5d705d6

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-
POST /articles HTTP/1.1
8+
PATCH /articles HTTP/1.1
99
1010
{
1111
"data": {

0 commit comments

Comments
 (0)