Skip to content

Commit 99da7af

Browse files
authored
Corrected HTTP method in updating.md
1 parent 46b50d4 commit 99da7af

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)